← 返回 Skills 市场
donovanpankratz-del

Subagent Architecture

作者 dp-del · GitHub ↗ · v2.3.5
cross-platform ✓ 安全检测通过
502
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install subagent-architecture
功能描述
Advanced patterns for specialized subagent orchestration with production-ready reference implementations. Security isolation, phased implementation, peer col...
安全使用建议
This is a coherent reference-implementation skill, but treat the included JS as third-party code before running it. Recommendations: 1) Inspect lib/* and examples for any network calls or unexpected filesystem writes (the cost-logger writes JSONL under a memory/ path). 2) If you plan to enable federated peer review or Discord webhooks, only provide webhook URLs/endpoints you trust and verify where code posts to. 3) Execute examples in an isolated/dev environment first (no production credentials). 4) If you need stricter safety, run the code with limited filesystem permissions or sandboxing and consider disabling autonomous invocation for your agent while you evaluate (set disable-model-invocation or limit skill usage). 5) If anything is unclear, review the specific functions that perform sanitization, spawning, and logging to confirm they match your operational constraints.
功能分析
Type: OpenClaw Skill Name: subagent-architecture Version: 2.3.5 This skill bundle is meticulously designed for secure and cost-aware subagent orchestration. It explicitly documents security best practices (e.g., data sanitization, output schema validation, tool whitelisting in `lib/spawn-security-proxy.js`), cost management (`lib/cost-estimator.js`), and quality control. The `SKILL.md` is highly transparent, addressing potential scanner flags and detailing framework limitations (e.g., lack of granular resource controls, skill sandboxing) as vulnerabilities in the OpenClaw platform itself, not as malicious intent within the skill. The `setup.sh` script is benign, only creating local directories. There is no evidence of intentional harmful behavior, data exfiltration, persistence, or unauthorized remote control. The documented 'attack vectors' are for defensive awareness, not for exploitation.
能力评估
Purpose & Capability
The name/description (subagent orchestration, security proxy, cost-aware spawning) aligns with the provided JS libraries, examples, and templates. The libs implement the advertised features (spawn helpers, cost estimator, quality scorer); no unrelated credentials or binaries are requested.
Instruction Scope
SKILL.md clearly states the code is reference-only and not auto-executed; setup.sh only scaffolds and makes no network calls. However the shipped examples and libraries perform file I/O (e.g., JSONL cost logs under memory/), and optional workflows can call external endpoints (Discord webhooks, peer endpoints) only if the user configures them. Review the libs before running examples to confirm behavior you expect.
Install Mechanism
There is no install spec (instruction-only), which minimizes install-time risk. The package nevertheless contains runnable JS files which will be present on disk when you install/use the skill; setup.sh writes local scaffolding. No remote downloads or obscure URLs are used. Treat the included code as third‑party source you will run locally.
Credentials
The skill declares no required env vars or credentials. External integrations (Discord webhook, peer endpoints) are explicitly optional and described as opt-in requiring manual configuration. Required resources (file writes) are proportional to the stated functionality (logging, local history).
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. It does not claim to modify other skills or global agent settings. Autonomous invocation remains allowed by platform default, but that is expected for skills and not specific to this package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install subagent-architecture
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /subagent-architecture 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.3.5
Docs: added complexity explanation section — why the skill is large, why scanners flag it, what each component does. Helps users and automated scanners understand scope vs. malice.
v2.3.4
Docs: security transparency notice, explicit credential/external-integration disclosure, package-type clarification (libs are reference implementations, not auto-executed)
v2.3.3
Docs: added security transparency notice, explicit credential disclosure (none required), external integration disclosure (all opt-in), package type clarification (reference-implementation-with-libs, not auto-executed)
v2.3.2
Fix: renamed prompt-injection example string in spawn-security-proxy.js to avoid false positive security scanner hits
v2.3.1
Fix: renamed prompt-injection example string to avoid false positive security scanner hits
v2.3.0
subagent-architecture v2.3.0 - Clarified best practices and corrected misunderstandings around AGENTS.md: spawning does not require any file or registry, and AGENTS.md is strictly an optional, human-readable reference. - Expanded and refined documentation for security isolation, phased implementation, peer collaboration, and cost-aware subagent spawning. - Updated quick start and template guidance for practical usage with OpenClaw v2026.2.17+. - Reiterated how to leverage and integrate production-ready libraries and templates for common orchestration patterns.
元数据
Slug subagent-architecture
版本 2.3.5
许可证
累计安装 2
当前安装数 2
历史版本数 6
常见问题

Subagent Architecture 是什么?

Advanced patterns for specialized subagent orchestration with production-ready reference implementations. Security isolation, phased implementation, peer col... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 502 次。

如何安装 Subagent Architecture?

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

Subagent Architecture 是免费的吗?

是的,Subagent Architecture 完全免费(开源免费),可自由下载、安装和使用。

Subagent Architecture 支持哪些平台?

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

谁开发了 Subagent Architecture?

由 dp-del(@donovanpankratz-del)开发并维护,当前版本 v2.3.5。

💬 留言讨论