Naruto Multi-Agent
PassAudited by ClawScan on May 10, 2026.
Overview
This is a coherent roleplay dispatcher skill with no code or credential requirements, but it intentionally spawns persistent sub-agents and may copy task context into them.
This skill appears purpose-aligned and instruction-only. Before installing, understand that it is designed to spawn persistent named sub-agents and send them self-contained task briefings. Avoid including secrets or highly sensitive context unless you are comfortable with that context being passed into delegated sessions.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Your request may be handed to another agent session rather than handled directly in the current chat.
The skill intentionally routes all work through a sub-agent spawning tool. This is aligned with the dispatcher purpose, but users should understand that the spawned agents may be the ones carrying out consequential actions.
You CANNOT use exec, file read/write, search, or any execution tools. All real work must be delegated via `sessions_spawn`.
Use clear instructions for any high-impact task and require explicit confirmation before destructive, account-changing, or production-changing work.
Information or assumptions from one delegated mission could carry into later work by the same persistent sub-agent.
The same named sub-agent sessions are reused, which can be useful for continuity but may also allow prior context or mistakes to influence later missions.
each with a permanent, unchangeable sessionKey
Avoid sending secrets unless necessary, and reset or avoid persistent sessions when tasks require strict separation.
Sensitive details included in your request may be repeated into a spawned sub-agent session.
The dispatcher must package the needed conversation context into a message for a sub-agent. This is expected for delegation, but it means task details may be copied into another agent session.
"task" — Self-contained mission scroll (the shinobi has NO context from your conversation)
Review or redact sensitive context before asking the dispatcher to delegate work.
A delegated mission may continue after the dispatcher has stopped responding in the main conversation.
The skill starts sub-agent sessions that can continue running asynchronously for up to 300 seconds. This is disclosed and bounded, but still worth noting.
"runTimeoutSeconds" — Always 300
Monitor spawned sessions for important tasks and cancel or avoid delegation if you do not want asynchronous work.
