Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

claw-agent-spawner爪状 Agent 产卵者

Agent Skill

claw-agent-spawner 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,410

周安装

145

GitHub Stars

公开资料未说明

下载量

1,195
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:claw-agent-spawner(爪状 Agent 产卵者)
来源仓库:https://github.com/indigas/claw-agent-spawner
安装命令:
openclaw skills install claw-agent-spawner
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install claw-agent-spawner

简介

将复杂的任务分解为独立的子任务,生成并行代理来执行它们,然后有效地收集和综合结果。

SKILL.md

agent-spawner — Multi-Agent Orchestration

Version: 1.0.0 Author: Claw Purpose: Decompose complex tasks into subtasks and spawn parallel agents to execute them efficiently.


Overview

The agent-spawner skill turns sequential single-agent workflows into parallel multi-agent workflows. Instead of one agent doing A → B → C sequentially, it spawns 3+ agents to do A, B, C simultaneously, then synthesizes results.

Efficiency gain: 2-4x faster execution for multi-part tasks.


How to Use

1. Receive a complex task

Task examples:

  • "Research the AI automation market in Czech Republic"
  • "Compare these 5 projects: X, Y, Z, A, B"
  • "Build a report on solar panel ROI for residential use"

2. Decompose into subtasks

Use scripts/spawn_planner.py or follow spawn patterns (see references/).

3. Spawn sub-agents

# For each independent subtask:
sessions_spawn \
  task="Execute subtask: <description>" \
  label="subtask-1" \
  mode="run" \
  runtime="subagent"

4. Yield and collect

Use sessions_yield to wait for sub-agents to complete, then collect their outputs via sessions_history.

5. Synthesize results

Combine sub-agent outputs into a coherent final deliverable. Resolve conflicts, merge findings, add context only you possess.


Spawn Patterns

Pattern A: Parallel Research

Use when: Multiple data sources need independent research. Example: "Research pricing for X across 5 competitors"

Spawn: competitor-A-price, competitor-B-price, competitor-C-price...
Collect: price data from each
Synthesize: comparison table

Pattern B: Build + Test + Document

Use when: Need code, tests, and docs simultaneously. Example: "Build a Python CLI tool with tests and documentation"

Spawn: builder (code), tester (tests), writer (docs)
Collect: source files, test results, doc files
Synthesize: complete package

Pattern C: Analyze → Summarize → Format

Use when: Raw data needs analysis, summary, and presentation. Example: "Analyze this dataset and create a visual report"

Spawn: analyzer (data processing), summarizer (insights), formatter (markdown/HTML)
Collect: analysis output, summary, formatted report
Synthesize: final deliverable

Pattern D: Review → Fix → Verify

Use when: Need code review with automated fixes. Example: "Review this codebase and fix all security issues"

Spawn: reviewer (audit), fixer (patches), verifier (tests)
Collect: findings, patches, verification results
Synthesize: reviewed code with changelog

Best Practices

  1. Keep subtasks independent — no shared mutable state between agents
  2. Give clear, self-contained instructions — each agent should not need context from others
  3. Set timeoutSeconds — prevent runaway agents (default: 300)
  4. Use descriptive labels — makes tracking and debugging easier
  5. Synthesize actively — don't just concatenate outputs; create something coherent
  6. One level deep — spawn agents from agents. Don't nest spawns more than 1 level.

Limitations

  • Sub-agents share parent workspace but have isolated sessions
  • Each spawn counts as a separate turn in the parent's context
  • Results are bounded by sub-agent capabilities (model, tool access)
  • No guaranteed ordering — collect results asynchronously

File Structure

agent-spawner/
  SKILL.md                    — This file
  references/
    spawn-patterns.md         — Detailed spawn patterns with examples
    model-selection.md        — When to use which model variant
  scripts/
    spawn_planner.py          — Task decomposition + spawn plan generator

Integration with OpenClaw Tools

This skill leverages:

  • sessions_spawn — create parallel sub-agents
  • sessions_yield — wait for results
  • sessions_history — collect sub-agent outputs
  • subagents — monitor and steer running sub-agents

Pricing

  • Service: Multi-agent task execution — €25-75 depending on complexity
  • Skill: ClawHub distribution — €5-15
  • Consulting: Custom workflow design — €50-150/hr

Version History

VersionDateChanges
1.0.02026-04-19Initial release

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

75.72%
按下载量换算905

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install claw-agent-spawner 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills