Multi-Agent EN
PassAudited by ClawScan on Feb 18, 2026.
Overview
The skill is internally consistent with its stated purpose (a dispatcher that spawns five persistent sub-agents) and requests no extra credentials or installs, but you should be aware it intentionally reuses persistent sessionKeys which can retain state between tasks.
This skill appears to do exactly what it says: act as a dispatcher that spawns five persistent sub-agents. It asks for no credentials and does not install code. The main thing to consider is persistence: the fixed sessionKey reuse means the sub-agents can keep state between tasks, so sensitive information you send in one session could be accessible later by those same sub-agents. If you plan to use it, test with non-sensitive data first, confirm how long sub-agent state is retained, and avoid sending secrets or private data unless you trust the environment. Also ensure you understand and accept that the agent will autonomously spawn sessions (normal for skills) and that any downstream sub-agent behavior is governed by their own permissions/policies.
