Quick overview
Builds sessions_spawn payload JSON from reusable profile configs without executing the spawn. Profiles define model, thinking, timeout, cleanup, agentId, and label. A Node.js script merges CLI options, profile values, and defaults into ready-to-use command JSON.
Separating payload generation from execution lets you inspect and version spawn configs before any agent is actually started.
Common tasks
- Preparing a subagent spawn payload for review before execution
- Reusing a named profile across multiple agent tasks
- Overriding a profile's model at the CLI for a one-off run
- Logging generated payloads to a JSONL file for auditing
- Templating subagent configs for a team workflow
Install paths
Primary command
openclaw install nextaltair/subagent-spawn-command-builder
ClawHub installer
npx clawhub@latest install nextaltair/subagent-spawn-command-builder
OpenClaw CLI
openclaw skills install nextaltair/subagent-spawn-command-builder
Direct OpenClaw install
openclaw install nextaltair/subagent-spawn-command-builder
Skill metadata
- Category: Web & Frontend Development
- Language: Markdown
- Version: 0.1.2
- Security status: Suspicious
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/nextaltair/subagent-spawn-command-builder






