AI agent skill
Spwn Cli
Use when driving spwn from inside an agent container — manage worlds, agents, dependencies, and inspect project state.
·
When to use this skill
Use Spwn Cli when an AI agent needs a reusable SKILL.md workflow for this job: Use when driving spwn from inside an agent container — manage worlds, agents, dependencies, and inspect project state.
When not to use it
Skip Spwn Cli when the task is outside the productivity category, or when a more specific skill in this directory already covers the same workflow with clearer triggers.
How to install
- Personal install: create ~/.claude/skills/spwn-cli/SKILL.md (and any bundled scripts) so Claude Code, Claude Desktop, and compatible agents can load it in every project.
- Project install: commit the same folder at .claude/skills/spwn-cli/ so teammates get the skill with the repo.
- Restart the agent session after copying files so it re-scans the skills directory, then ask for the task in words that match the skill description.
What this skill does
# spwn CLI
The spwn CLI manages worlds, agents, and the universe from inside a container.
## Key Commands ```bash spwn status # System status spwn ls # List worlds spwn agent ls # List agents spwn msg inbox <name> # Check messages spwn msg send <to> --from <me> "msg" # Send message ```
## Agent Identity Your mind is your home directory (`/agents/<your-name>/`). The soul file there is the source of truth for who you are; read it before starting work. ```bash cat /agents/<your-name>/SOUL.md ```
Intended uses
- Use Spwn Cli when this documented workflow matches the task.
Related skills
Related skills in this directory, for comparison before you install another skill.
productivity
21risk Automation
Automate 21risk tasks via Rube MCP (Composio). Always search tools first for current schemas.
productivity
2chat Automation
Automate 2chat tasks via Rube MCP (Composio). Always search tools first for current schemas.
productivity
Ably Automation
Automate Ably tasks via Rube MCP (Composio). Always search tools first for current schemas.
productivity
Abstract Automation
Automate Abstract tasks via Rube MCP (Composio). Always search tools first for current schemas.