Claude Code Agent Teams
v1.0.0Coordinate multiple Claude Code agents to work in parallel on independent tasks like multi-lens reviews, debugging, and full-stack features with defined file...
⭐ 2· 1.2k·5 current·5 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
The skill's stated purpose (orchestrating Claude Code agent teams) matches the included templates and helper scripts. However, registry-level metadata you provided lists no required env vars/binaries while both SKILL.md and package.json declare a dependency on the 'claude' CLI and the CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS env flag. This is a packaging/metadata inconsistency that should be clarified.
Instruction Scope
Runtime instructions are limited to enabling an experimental env flag, running the 'claude' CLI in PTY mode, pasting spawn prompts, and using local monitor/cleanup scripts. The scripts read local process state (pgrep/pkill), check PATH for binaries, and interact with local files under the skill workspace—no instructions to read arbitrary system credentials or post data to external endpoints are present.
Install Mechanism
There is no automated install spec; the package is instruction- and script-based only. That minimizes risk because nothing is downloaded or executed automatically. The README suggests installing via 'clawhub install', which you should inspect separately if you plan to use ClawHub.
Credentials
The skill only requires a boolean experimental feature flag (CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS) and the 'claude' CLI—appropriate for its purpose. But the top-level registry metadata you provided lists no required env vars or binaries while SKILL.md and package.json declare them; this mismatch should be corrected so users know what privileges to expect.
Persistence & Privilege
The skill does not request permanent 'always' inclusion, does not modify other skills' configs, and only suggests updating a user settings file (~/.claude/settings.json) to set the experimental flag (a user-level change). The scripts perform graceful or forceful termination of local 'claude' processes, which is reasonable for cleanup utilities.
Assessment
This skill is coherent with its stated purpose and contains only local helper scripts and templates, but do the following before installing/using it: (1) Confirm the required preconditions—install the 'claude' CLI and set CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 if you want teams; (2) Inspect the scripts (validate-setup.sh, team-monitor.sh, team-cleanup.sh) yourself—they use pgrep/pkill and interact with local terminals but do not contact external servers; (3) Be cautious if using the suggested 'clawhub install'—review what ClawHub would run during installation; (4) Ask the publisher to correct the registry metadata mismatch (registry says no required env/bins while SKILL.md/package.json declare them). If you need the skill to run in a restricted environment, consider running it in an isolated shell or container first to validate behavior.Like a lobster shell, security has layers — review code before you run it.
latestvk979jav47zqp5e9vm5ma8btt19818e2p
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
