multi-agent-deploy

v1.0.0

快速部署新的 assistant agent。当用户需要新增 agent 时自动创建,编号递增,沿用现有 workspace 和 agentDir 结构。使用场景:「新增一个 agent」、「创建 assistant2」、「加一个日常助手」等请求。

0· 99·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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.
Persistence & Privilege
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.
Assessment
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 it only does file operations you expect. (5) Because the skill’s source/homepage is unknown, exercise extra caution: run in a safe environment or test instance first, and ensure file permissions and ownership are appropriate before restarting the gateway.

Like a lobster shell, security has layers — review code before you run it.

latestvk971q6fry44x546m9t3m5zyvqx839y11

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments