← 返回 Skills 市场
582
总下载
0
收藏
5
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-subagents
功能描述
This skill should be used when the user wants to configure, spawn, or manage OpenClaw (formerly Clawdbot) subagents. It covers the full setup workflow: editi...
安全使用建议
This skill appears to implement exactly what it claims, but it instructs you to create persistent cron/pm2 jobs, run shell/browser actions, and store/use session keys and Convex CLI credentials. Before installing/using it: (1) Confirm where and how session keys and Convex/gateway credentials will be stored — avoid plaintext in shared files; (2) Limit subagent tool permissions and enable per-agent sandboxing (use tools.deny / allowAgents / sandbox settings) so subagents cannot exec arbitrary host commands or read unrelated files; (3) Treat AGENTS.md and workspace directories as sensitive — rotate and restrict access to session keys; (4) Run the notification daemon and crons in a controlled environment (container or restricted user account) if possible; (5) If you need stronger assurance, ask the skill author for explicit documentation of required environment variables/credentials and an audited example deploy manifest showing least-privilege sandboxing. Providing those details would move this assessment toward 'benign'.
功能分析
Type: OpenClaw Skill
Name: openclaw-subagents
Version: 1.0.0
The skill bundle provides a legitimate framework for configuring and orchestrating OpenClaw subagents and multi-agent squads. It includes comprehensive documentation for agent identity files (SOUL.md, AGENTS.md), configuration schemas for openclaw.json, and instructions for managing tasks via a shared 'Mission Control' database using the Convex CLI. While the skill utilizes powerful features like cron jobs for agent heartbeats and programmatic session spawning (sessions_spawn), these behaviors are strictly aligned with the stated purpose of multi-agent orchestration and lack any indicators of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The name and description match what the SKILL.md and reference files actually instruct: editing ~/.openclaw/openclaw.json, creating workspace files (SOUL.md, AGENTS.md, HEARTBEAT.md, memory files), using the sessions_spawn tool, and managing cron/pm2 daemons. All required commands and paths are coherent with an OpenClaw subagent-management skill.
Instruction Scope
The instructions go beyond simple config examples: they explicitly direct agents/operators to run shells and browser scraping, run arbitrary scripts in ~/.openclaw/workspace-<agentId>/scripts/, run npx convex commands, add cron jobs, and run a pm2 notification daemon that reads an AGENT_SESSIONS mapping and uses clawdbot.sessions.send. That scope is plausible for managing subagents but also grants the ability to execute arbitrary code and access local files. The docs also instruct storing and using session keys (sensitive values) inside AGENTS.md/workspace files which can lead to credential exposure if not handled carefully.
Install Mechanism
No install spec is present (instruction-only skill). That lowers installation risk — nothing will be fetched or written by the registry installer itself. All persistent actions are operator-driven (cron, pm2, CLI), not implicit installs by the skill bundle.
Credentials
The SKILL.md shows commands that require external credentials (Convex CLI via npx convex, gateway/agent session keys used for sessions.send) but the skill declares no required environment variables or primary credential. The documentation suggests storing session keys in AGENTS.md (and using AGENT_SESSIONS mapping in the notification daemon), which is sensitive. In short: credential access is necessary for full operation but is not declared or guided safely in the skill; that mismatch is a security concern.
Persistence & Privilege
The skill itself is not always-enabled and has no install hooks, but the instructions guide the operator to create persistent background processes (cron heartbeats, pm2 notification daemon, gateway daemon). Those persistent services increase the runtime blast radius (they run continuously and can perform actions over time) — this is expected for an orchestration skill but users should recognise they are being instructed to create persistent system services.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-subagents - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-subagents触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
OpenClaw Subagents skill initial release:
- Provides guided setup and management for OpenClaw multi-agent architecture, including subagent spawning, configuration, and orchestration patterns.
- Covers editing openclaw.json, writing SOUL.md and AGENTS.md, setting up cron heartbeats, and assigning tool access per depth.
- Includes usage of the sessions_spawn tool for spawning and controlling background subagents.
- Documents identity, agent memory, and Mission Control integration for subagents.
- Lists critical operational notes, such as heartbeat staggering, model selection, and session isolation best practices.
元数据
常见问题
OpenClaw SubAgents Creator 是什么?
This skill should be used when the user wants to configure, spawn, or manage OpenClaw (formerly Clawdbot) subagents. It covers the full setup workflow: editi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 582 次。
如何安装 OpenClaw SubAgents Creator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-subagents」即可一键安装,无需额外配置。
OpenClaw SubAgents Creator 是免费的吗?
是的,OpenClaw SubAgents Creator 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw SubAgents Creator 支持哪些平台?
OpenClaw SubAgents Creator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw SubAgents Creator?
由 Vishnu(@vishnukool)开发并维护,当前版本 v1.0.0。
推荐 Skills