spawner

Spawn sub-agents for independent work that needs file edits, builds, or long-running tasks. Use when work is too heavy for inline execution. NOT for quick reads, one-liner fixes, or anything under 2 minutes.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "spawner" with this command: npx skills add dodge1218/dsb-spawner

Spawner

Before Spawning

  1. Role: Pick ONE — coder, writer, browser-automator, researcher, reviewer.
  2. Exit criteria: What artifact proves done? A file path, URL, test result.
  3. Context: Only inject files the agent needs. Task description under 2K tokens.

Model Routing

All sub-agents use free models (groq-llama → cerebras-llama → nim-llama → or-scout). Never spawn on premium models unless explicitly requested.

Task Template

You are a [ROLE]. Your job: [ONE SENTENCE].
Files you need: [LIST PATHS]
Exit criteria: [ARTIFACT]
If stuck after 2 attempts, STOP and report what failed.

After Completion

  • Verify output file exists. If missing, retry inline or on fallback.
  • Read only output files — never load sub-agent transcripts into context.

Rules

  • 1 sub-agent at a time.
  • Don't poll in a loop — they auto-announce.
  • Don't retry on the same model that just 429'd.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

OpenFleet

Manage your OpenFleet multi-agent workspace — create tasks, assign agents, trigger pulse cycles, manage automations, and monitor activity. Full bidirectional...

Registry SourceRecently Updated
7622Profile unavailable
Automation

OpenAI Agent SDK

Build multi-agent AI systems with OpenAI Agents SDK. Create, orchestrate, and manage AI agents with tools, handoffs, guardrails, and tracing. Supports 100+ L...

Registry SourceRecently Updated
2080Profile unavailable
Automation

Swarm Layer

OpenClaw Swarm Layer: spec-driven workflow orchestration with ACP-first execution, supervised autopilot control plane, manual fallback, persistent sessions,...

Registry SourceRecently Updated
3021Profile unavailable
Automation

AGENT-OS

The operating system layer for AI agents. Routes goals to the right skills. Executes with checkpoints.

Registry SourceRecently Updated
4431Profile unavailable