← 返回 Skills 市场
OpenClaw Agent Orchestrator
作者
Matthew Murphy
· GitHub ↗
· v0.6.0
419
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install openclaw-agent-orchestrator
功能描述
Create and repair durable OpenClaw agents, bindings, and runtime state. Use when the user wants real subagents, durable agent entries, or proof that orchestr...
安全使用建议
This skill appears to do what it claims, but it will modify your local OpenClaw workspaces and call the openclaw CLI. Before using it: (1) ensure the openclaw CLI is installed and you understand its permissions; (2) back up any existing workspace you care about because create-agent.sh will remove an existing target workspace for the agent-id; (3) confirm OPENCLAW_HOME if you don't want ~/.openclaw used; (4) run scripts/verify-runtime.sh first to inspect current state; and (5) review the scripts yourself (they are short and included) before granting the agent permission to run them.
功能分析
Type: OpenClaw Skill
Name: openclaw-agent-orchestrator
Version: 0.6.0
The skill bundle contains a path traversal vulnerability in `scripts/create-agent.sh`. The script uses `shutil.rmtree()` on a target directory path constructed directly from the `AGENT_ID` argument without sanitization, which could allow for the deletion of arbitrary directories if the agent is manipulated into using a malicious ID (e.g., `../../`). While the instructions in `SKILL.md` and the logic in `scripts/verify-runtime.sh` appear aligned with the stated purpose of agent orchestration, the lack of input validation on destructive file operations is a significant security risk.
能力评估
Purpose & Capability
Name/description match the actual behavior: the SKILL.md and included scripts use the openclaw CLI and local workspace copies to create and verify durable agents. No unrelated binaries, environment variables, or external services are required.
Instruction Scope
Instructions are narrowly scoped to verifying runtime state and creating agent workspaces via the provided scripts and openclaw CLI. One important behavior to note: scripts/create-agent.sh will delete (shutil.rmtree) any existing target workspace for the agent ID before copying the source workspace — this is consistent with 'create/refresh workspace' semantics but is destructive to any existing workspace at ~/.openclaw/workspaces/<agent-id> (or whatever OPENCLAW_HOME you set).
Install Mechanism
No install spec is present (instruction-only). The skill does not download or install code from external URLs; all code is included in the package.
Credentials
The skill requests no credentials or special environment variables. It uses OPENCLAW_HOME (defaulting to $HOME/.openclaw) which is reasonable for workspace location. No unrelated secrets or config paths are required.
Persistence & Privilege
The skill writes and deletes files under the user's OpenClaw workspace directory (e.g., ~/.openclaw/workspaces/<agent-id>) and calls the openclaw CLI to add agents and set identity. This is expected for an orchestrator but is persistent and can be destructive to existing workspaces for a given agent ID.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-agent-orchestrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-agent-orchestrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.6.0
# openclaw-agent-orchestrator 0.6.0 - Added ClawHub card emoji metadata. - No behavior change; this is a presentation and registry metadata update.
v0.5.0
# openclaw-agent-orchestrator 0.5.0 - First public release. - Adds verified durable-agent creation and runtime verification flows for OpenClaw. - Prefers `openclaw agents add` over misleading `sessions_spawn` narratives for durable agent provisioning.
元数据
常见问题
OpenClaw Agent Orchestrator 是什么?
Create and repair durable OpenClaw agents, bindings, and runtime state. Use when the user wants real subagents, durable agent entries, or proof that orchestr... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 419 次。
如何安装 OpenClaw Agent Orchestrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-agent-orchestrator」即可一键安装,无需额外配置。
OpenClaw Agent Orchestrator 是免费的吗?
是的,OpenClaw Agent Orchestrator 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw Agent Orchestrator 支持哪些平台?
OpenClaw Agent Orchestrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw Agent Orchestrator?
由 Matthew Murphy(@matthewxmurphy)开发并维护,当前版本 v0.6.0。
推荐 Skills