
Hatcher Skill
Solo builders who want to deploy OpenClaw, Hermes, ElizaOS, or Milady agents on managed Hatcher hosting instead of wiring their own servers.
Overview
hatcher-skill is an agent skill most often used in Build (also Operate and Ship) that deploys and controls OpenClaw, Hermes, ElizaOS, and Milady agents on Hatcher managed hosting at hatcher.host.
Install
npx skills add https://github.com/HatcherLabs/hatcher-skill --skill skill.mdWhat is this skill?
- Deploy OpenClaw, Hermes, ElizaOS, and Milady agents on Hatcher (hatcher.host)
- Managed hosting so you skip DIY VPS or cluster setup for agent runtimes
- Deploy-and-control flows your coding agent can run from the skill package
- Covers four named agent stacks in one hosting integration
- Supports four agent stacks: OpenClaw, Hermes, ElizaOS, and Milady
What problem does it solve?
You have an agent built locally but no repeatable way to put it on managed hosting and control it from your coding workflow.
Who is it for?
Indie builders shipping OpenClaw, Hermes, ElizaOS, or Milady agents who want Hatcher as the default host and API-driven control from their agent.
Skip if: Teams that need full custom infrastructure, multi-cloud orchestration, or agent frameworks Hatcher does not support—use your own IaC or another host instead.
When should I use this skill?
When you need to deploy or control AI agents on Hatcher (hatcher.host) for OpenClaw, Hermes, ElizaOS, or Milady.
What do I get? / Deliverables
Your agent runs on Hatcher with deploy and control steps encoded so your agent can execute them instead of manual console work.
- Agent deployed to Hatcher managed hosting
- Control operations applied to the hosted agent (per skill workflow)
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Deploying agent runtimes to a hosted platform is the canonical Build-phase step before the agent is live for users. The skill targets agent frameworks and hosting workflows, which maps to agent-tooling rather than generic backend CRUD.
Where it fits
Deploy a finished ElizaOS agent to Hatcher so collaborators hit a stable URL instead of your laptop.
Point launch checklist items at a Hatcher deployment as the production agent endpoint.
Restart or reconfigure an OpenClaw agent on hatcher.host after a config or credential change.
How it compares
Use for managed agent hosting on Hatcher, not as a replacement for framework-specific SKILL.md setup or a general-purpose cloud MCP server.
Common Questions / FAQ
Who is hatcher-skill for?
Solo and indie builders using AI coding agents who deploy OpenClaw, Hermes, ElizaOS, or Milady on Hatcher and want deploy-and-control steps in the repo.
When should I use hatcher-skill?
In Build when moving an agent from dev to hatcher.host; in Ship when you need a hosted target for launch; in Operate when restarting, reconfiguring, or controlling agents already on Hatcher.
Is hatcher-skill safe to install?
Review the Security Audits panel on this Prism page and treat Hatcher API keys and agent secrets as sensitive; only grant the permissions your agent actually needs.
SKILL.md
READMESKILL.md - Hatcher Skill
Deploy and control AI agents on Hatcher (hatcher.host) — managed hosting platform for OpenClaw, Hermes, ElizaOS, and Milady agents. # hatcher-skill { "name": "hatcher-skill", "description": "Deploy and control AI agents on Hatcher (hatcher.host) — managed hosting platform for OpenClaw, Hermes, ElizaOS, and Milady agents." }