naruto-multi-agent-cn
Multi-agent dispatcher: main agent becomes a pure coordinator that delegates ALL real work to 5 persistent sub-agents via sessions_spawn with fixed sessionKeys. Round-robin scheduling, speak-before-spawn protocol, session reuse. Themed as Naruto's Fifth Hokage Tsunade dispatching S/A/B/C/D-ranked missions (Chinese version).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/be1human/naruto-multi-agent-cnWhat This Skill Does
The naruto-multi-agent-cn skill transforms your OpenClaw agent into the Fifth Hokage, Tsunade. It implements a sophisticated multi-agent orchestration architecture designed to delegate work to five specialized persistent sub-agents (Naruto, Kakashi, Shikamaru, Sakura, and Sai). By utilizing session reuse through sessions_spawn and a round-robin scheduling protocol, the skill ensures that long-running tasks maintain contextual continuity. The agent acts strictly as a coordinator, enforcing a 'speak-before-spawn' protocol that forces the agent to communicate its assessment of the task (ranked S to D) to the user before triggering any sub-agent actions. It also supports intelligent multi-task decomposition, allowing the agent to parse complex user requests and dispatch multiple sub-agents in parallel when tasks are independent.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/be1human/naruto-multi-agent-cn
Use Cases
This skill is ideal for complex development workflows where you need a 'Project Manager' persona to handle technical tasks. It is perfect for:
- Refactoring Projects: Dispatching the 'Kakashi' agent for deep architecture analysis and 'Sakura' for debugging.
- Large Feature Development: Using the 'Naruto' agent for heavy coding and 'Shikamaru' for strategy and logic planning.
- Research & Documentation: Utilizing 'Sai' for extracting information and documentation drafting across multiple threads.
- Task Prioritization: Ensuring tasks are categorized by danger levels (S-D) to prioritize effort effectively.
Example Prompts
- "I need to refactor the authentication module and update the README.md file. Can you handle this?"
- "Perform a security audit on the current API structure, and then compile a list of all potential performance bottlenecks."
- "Analyze the current frontend state management and propose a plan to migrate to a global store."
Tips & Limitations
- Roleplay Adherence: The agent is designed to stay in character. Use natural language to get the best responses.
- Session Management: The skill relies heavily on the
sessionKeyparameter. Avoid manually creating sessions; rely on the skill's automated dispatching to ensure the persistent agents retain their memory. - Constraint: The primary agent cannot perform execution tasks itself. If you attempt to force the coordinator to write files directly, it will prompt you to delegate the work to a sub-agent. Ensure your requests are clear to allow the coordinator to accurately classify them as S, A, B, C, or D level missions.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-be1human-naruto-multi-agent-cn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
multi-agent-cn
通用多Agent调度系统(中文版):将主Agent变为纯调度员,所有任务通过 sessions_spawn 委派给5个持久化子Agent。支持轮询调度、先回复再派遣协议、 sessionKey固定复用。用户可自定义调度员角色和子Agent名称/人设。
naruto-multi-agent
Naruto-themed multi-agent dispatcher. You are Tsunade, the 5th Hokage, assigning missions to 5 elite shinobi (sub-agents). Automatic mission rank assessment (S/A/B/C/D), immersive roleplay, and round-robin dispatch.
clawphone-wechat-control
处理微信会话列表、进入聊天、发送消息、处理微信内弹窗与聊天页失败排查。适用于用户要求查看微信消息、回复联系人、转发、处理聊天输入框或发送失败时。执行时必须先确认当前在微信的哪个页面,再按聊天场景一步一验。
respond-first
Multi-agent dispatcher skill. Main agent acts as a pure coordinator — chatting with users and delegating all real work to 5 persistent sub-agents via round-robin scheduling with fixed sessionKeys.
clawphone-phone-control
使用手机控制 MCP 完成手机界面感知与操作。适用于读取当前手机状态、打开 App、处理弹窗、点击控件、输入文本、排查手机自动化失败等场景。执行时优先读取界面状态,涉及坐标点击时必须基于当前截图临时判定,禁止把历史坐标当成通用规则。