← 返回 Skills 市场
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dsb-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 re...
使用说明 (SKILL.md)
Spawner
Before Spawning
- Role: Pick ONE — coder, writer, browser-automator, researcher, reviewer.
- Exit criteria: What artifact proves done? A file path, URL, test result.
- 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.
安全使用建议
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.
功能分析
Type: OpenClaw Skill
Name: dsb-spawner
Version: 1.0.0
The skill bundle provides a framework for spawning and managing sub-agents for long-running tasks such as coding or research. The instructions in SKILL.md focus on model routing (using providers like Groq and Cerebras), task templating, and exit criteria, with no evidence of malicious execution, data exfiltration, or harmful prompt injection.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dsb-spawner - 安装完成后,直接呼叫该 Skill 的名称或使用
/dsb-spawner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Sub-agent orchestration with model routing, task templates, and anti-pattern guards.
元数据
常见问题
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 re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。
如何安装 Spawner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dsb-spawner」即可一键安装,无需额外配置。
Spawner 是免费的吗?
是的,Spawner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Spawner 支持哪些平台?
Spawner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Spawner?
由 KairoKid(@dodge1218)开发并维护,当前版本 v1.0.0。
推荐 Skills