Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Build sessions_spawn command payloads from JSON profiles. Use when you want reusable subagent profiles (model/thinking/timeout/cleanup/agentId/label) and com...
Build sessions_spawn command payloads from JSON profiles. Use when you want reusable subagent profiles (model/thinking/timeout/cleanup/agentId/label) and com...
This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.
Use the source page and any available docs to guide the install because the item currently does not return a direct package file.
I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required. Then review README.md for any prerequisites, environment setup, or post-install checks.
I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need. Then review README.md for any prerequisites, environment setup, or post-install checks.
Generate sessions_spawn payload JSON from profile config. This skill does not execute sessions_spawn; it only builds payload/command JSON.
Profile template: state/spawn-profiles.template.json Active profile config: state/spawn-profiles.json Builder script: scripts/build_spawn_payload.mjs Builder log: state/build-log.jsonl
task (required) label (optional) agentId (optional) model (optional) thinking (optional) runTimeoutSeconds (optional) cleanup (keep|delete, optional)
cp skills/subagent-spawn-command-builder/state/spawn-profiles.template.json \ skills/subagent-spawn-command-builder/state/spawn-profiles.json Then edit spawn-profiles.json.
skills/subagent-spawn-command-builder/scripts/build_spawn_payload.mjs \ --profile heartbeat \ --task "Analyze recent context and return a compact summary" \ --label heartbeat-test The script prints JSON directly usable for sessions_spawn.
Value resolution order is: CLI option (--model, --thinking, etc.) Profile value (profiles.<name>.*) Defaults value (defaults.*) task always comes from CLI --task.
Note: this builder is Node.js (.mjs) based. If generated tasks include Python execution steps, write commands with python3 (not python). --profile (required) --task (required) --label --agent-id --model --thinking --run-timeout-seconds --cleanup keep|delete
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.