Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (multi-agent group management) match the included code. The handler implements create/add/list/dissolve operations and a small built-in agent role map (AGENTS). No unrelated capabilities are requested.
Instruction Scope
SKILL.md contains only the required command list; the implementation only reads/writes a single JSON data file in the agent workspace and does not access other files, environment variables, or external endpoints.
Install Mechanism
No install spec or external downloads. The skill is instruction-only plus a small local Python handler, so there is no installer risk.
Credentials
The skill requires no environment variables, credentials, or config paths beyond writing a local JSON in the workspace. The requested access level is proportionate to its functionality.
Persistence & Privilege
The handler persists group state to /root/.openclaw/workspace/memory/agent-groups.json. This is expected for stateful group management, but note it creates and writes a file under /root—confirm this path matches your deployment and that persisted group data is acceptable to store there.
Assessment
This skill appears to do exactly what it says: manage simple agent groups and persist them to a single JSON file. It does not request secrets or perform network/command execution. Before installing, confirm that writing a file at /root/.openclaw/workspace/memory/agent-groups.json is acceptable in your environment (permissions, multi-tenant concerns, backups). If you run agents under a different user or path, you may need to adjust the DATA_FILE path. Otherwise the skill looks internally coherent and low-risk.Like a lobster shell, security has layers — review code before you run it.
latestvk974as4mj33rn686dgn7da1ddd81wqtd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
