← 返回 Skills 市场
netanel-abergel

Spawn Subagent

作者 Netanel Abergel · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
121
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install spawn-subagent
功能描述
Spawn isolated subagents to handle long-running, complex, or blocking tasks without stalling the main session. Use when: a task will take more than 30 second...
安全使用建议
This skill is an instruction guide for delegating work to subagents and appears to do what it claims, but be cautious: - Examples reference external CLIs (e.g., `gog`) and account env vars (GOG_ACCOUNT) that the skill metadata does not declare. Verify what platform binaries/CLIs your agent actually has and whether those tools require credentials. - The SKILL.md encourages referencing arbitrary file paths and env vars and demonstrates fetching emails/calendar events — these can expose sensitive data if a subagent is given broad access. Before using, confirm how your platform isolates subagents and what filesystem/env access they have. - Prefer explicit, minimal task descriptions: only include the exact paths and credentials the subagent truly needs; avoid embedding secrets in task text. - If you must run email/calendar tasks, ensure the provider credentials are scoped to least privilege and that subagents cannot exfiltrate results to unknown endpoints. What would reduce risk: the skill declaring required binaries/credentials (or noting none are needed), and explicit guidance on permission/isolation boundaries for subagents. If you can, test with non-sensitive sample data first.
功能分析
Type: OpenClaw Skill Name: spawn-subagent Version: 1.0.1 The skill bundle provides documentation and usage patterns for a 'subagent spawning' capability, intended to delegate long-running tasks to isolated sessions. The instructions in SKILL.md and the deprecation notice in DEPRECATED.md focus on operational efficiency, error handling, and cost management, using legitimate examples such as file summarization and calendar/email management via CLI tools. No evidence of malicious intent, data exfiltration, or harmful prompt injection was identified.
能力评估
Purpose & Capability
The skill's name/description align with the instructions: it teaches how to spawn and manage subagents. However, examples in SKILL.md reference external CLIs (e.g., `gog`) and account environment variables (e.g., [email protected]) that are not declared in the skill metadata. That omission is an incoherence (the examples imply needing external tools/credentials even though none are required in the manifest).
Instruction Scope
The runtime instructions explicitly tell subagents to read files (/tmp/*, .learnings/ERRORS.md), environment variables, call web searches, and fetch emails/calendar data. Those actions can involve sensitive data. The SKILL.md also suggests embedding env var values and CLI commands in task descriptions. While these actions are within the general purpose of delegation, the instructions give broad discretion to access arbitrary file paths and env vars without constraining or declaring them — increasing risk of unintended data access or exfiltration.
Install Mechanism
No install spec and no code files — instruction-only. This is the lowest install risk: nothing will be downloaded or written by an installer. The scanner had no code to analyze.
Credentials
The skill declares no required environment variables or credentials, yet examples routinely reference account env vars and external services (email/calendar access). That gap is disproportionate: if users follow examples they will need credentials, but the skill metadata gives no indication of what will be required or stored. This mismatch reduces transparency and could lead to accidental exposure of secrets when users craft task descriptions.
Persistence & Privilege
always:false (default). The skill is user-invocable and allows model invocation (platform defaults). It does not request persistent presence or attempt to modify other skills or system-wide configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install spawn-subagent
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /spawn-subagent 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
reactions rule, close-the-loop, reply-to rules; skill-master analytics hook; skill-analytics added
v1.0.0
Initial release of the spawn-subagent skill. - Enables spawning isolated subagents for long-running, complex, or blocking tasks without stalling the main session. - Includes guidance on when to spawn subagents vs. using the main session. - Provides clear patterns, code examples, and anti-patterns for efficient task delegation and error handling. - Documents best practices for writing precise task descriptions and managing parallelism. - Offers cost-saving tips for running batch or resource-intensive operations.
元数据
Slug spawn-subagent
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Spawn Subagent 是什么?

Spawn isolated subagents to handle long-running, complex, or blocking tasks without stalling the main session. Use when: a task will take more than 30 second... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 121 次。

如何安装 Spawn Subagent?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install spawn-subagent」即可一键安装,无需额外配置。

Spawn Subagent 是免费的吗?

是的,Spawn Subagent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Spawn Subagent 支持哪些平台?

Spawn Subagent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Spawn Subagent?

由 Netanel Abergel(@netanel-abergel)开发并维护,当前版本 v1.0.1。

💬 留言讨论