📦 multi-agent-deploy — 一键多智能体
v1.0.0当用户发出「新增一个 agent」「创建 assistant2」等指令时,自动在现有 workspace 与 agentDir 结构下递增编号并快速部署新 assistant agent,无需手动配置。
0· 152·0 当前·0 累计
下载技能包
最后更新
2026/3/20
安全扫描
OpenClaw
安全
medium confidenceNULL
评估建议
Before installing or running this skill: (1) Review and back up /home/admin/.openclaw/openclaw.json and any existing agent/workspace directories. (2) Confirm the template workspace (/home/admin/.openclaw/workspace-assistant) exists and contains expected files. (3) Note the script uses hard-coded /home/admin paths — run it as the account that owns that path or edit the script to use the correct home directory. (4) Inspect the included deploy-agent.py yourself (it’s short and readable) to verify i...详细分析 ▾
✓ 用途与能力
The name/description claim to create new assistants; the included script creates directories, copies template files, and updates /home/admin/.openclaw/openclaw.json — exactly what the skill says it will do. No unrelated credentials, network calls, or external services are requested.
ℹ 指令范围
SKILL.md instructs running the bundled Python script and restarting the Gateway; the script only touches files under /home/admin/.openclaw and the openclaw.json configuration. Minor incoherence: SKILL.md and README sometimes use ~/.openclaw while the script uses absolute /home/admin/.openclaw, which may fail or act on the wrong account if the operator's home is different.
✓ 安装机制
No install spec is provided (instruction-only). A single bundled Python script is included and will run in-place — nothing is downloaded or installed automatically.
✓ 凭证需求
The skill requests no environment variables or credentials. It writes to and updates configuration under /home/admin/.openclaw, which is proportionate to creating agents and is expected behavior for this purpose.
✓ 持久化与权限
always is false and the skill is user-invocable. It does not request persistent platform privileges or modify other skills' settings. It does update the platform configuration file (openclaw.json), which is appropriate for its declared function.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/20
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install multi-agent-deploy
镜像加速npx clawhub@latest install multi-agent-deploy --registry https://cn.longxiaskill.com