Spawner

v1.0.0

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 re...

0· 132·0 current·0 all-time
byKairoKid@dodge1218

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for dodge1218/dsb-spawner.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Spawner" (dodge1218/dsb-spawner) from ClawHub.
Skill page: https://clawhub.ai/dodge1218/dsb-spawner
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install dsb-spawner

ClawHub CLI

Package manager switcher

npx clawhub@latest install dsb-spawner
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (spawn sub-agents for long-running or file-editing tasks) matches the SKILL.md: all guidance is about role selection, exit criteria, files to provide, model routing, and runtime rules. There are no unrelated environment variables, binaries, or config paths requested.
Instruction Scope
Instructions stay within the stated purpose: they define templates, which files to inject, exit criteria, and rules for polling/retries. The skill does not instruct the agent to read arbitrary system files, exfiltrate data, or contact external endpoints. It explicitly restricts what to load from sub-agents (only output files).
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk/write risk; nothing is downloaded or installed by the skill.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to its claimed function of orchestrating sub-agents.
Persistence & Privilege
The skill is not set always:true and does not request persistent system privileges. Autonomous invocation is allowed by default on the platform but the skill itself does not demand elevated persistence or config changes.
Assessment
This skill is coherent with its stated purpose and does not request credentials or install code, so it's low-risk in the narrow sense of composition. Before installing: (1) confirm how your platform implements 'spawning' — ensure spawned sub-agents are sandboxed and have limited file access; (2) restrict which models and files the agent can use to avoid unintended edits or long-running compute; (3) require explicit user consent before any file writes or network interactions performed by sub-agents; and (4) test in an isolated project/repo to verify the platform enforces the SKILL.md rules (for example, that transcripts are not automatically injected back into the parent agent). If you cannot verify those platform behaviors, exercise caution despite the skill itself appearing coherent.

Like a lobster shell, security has layers — review code before you run it.

agent-intelligencevk977ymwmvy2kjqzz0t8x7cj7hh84hm6hlatestvk977ymwmvy2kjqzz0t8x7cj7hh84hm6horchestrationvk977ymwmvy2kjqzz0t8x7cj7hh84hm6h
132downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

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.

Comments

Loading comments...