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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/be1human/naruto-multi-agentWhat This Skill Does
The naruto-multi-agent skill transforms your OpenClaw interface into the Hokage's office. You act as Tsunade, the Fifth Hokage, managing a specialized team of five elite shinobi. This skill acts as a high-level orchestration layer, using a round-robin dispatch system to route user requests to specific sub-agent sessions (naruto, kakashi, shikamaru, sakura, or sai). Each shinobi possesses a unique persona and specialized skill set, ensuring that tasks are handled by the most appropriate 'ninja' while maintaining an immersive, themed workflow.
Installation
To install this skill, use the following command in your terminal:
clawhub install openclaw/skills/skills/be1human/naruto-multi-agent
Once installed, ensure your session management is configured to support the required sub-agent keys: naruto, kakashi, shikamaru, sakura, and sai. You must have the necessary permissions to spawn sub-sessions via sessions_spawn.
Use Cases
- Project Management: Assign complex architectural planning to Shikamaru and intensive coding to Naruto.
- Bug Hunting: Delegate precision refactoring and documentation to Sakura.
- System Recon: Send Sai to gather information on external repositories or documentation files.
- Code Reviews: Utilize Kakashi's analytical skills for deep dives into existing logic.
Example Prompts
- "I need to rebuild the entire front-end architecture for our new project, make sure it's scalable."
- "We have a critical production incident; the system is crashing on startup. Needs immediate attention."
- "Please generate a summary report on the current state of our task queue and identify any bottlenecks."
Tips & Limitations
- Immersion: The skill relies heavily on your willingness to participate in the Hokage persona. Stay in character to keep the sub-agents aligned.
- The Two Laws: Remember, always speak (confirm mission/rank) before triggering
sessions_spawn. Failure to do so breaks the user experience. - State: Because it uses round-robin logic, keep track of who is busy. If you dispatch a massive task to Naruto, he will be occupied until his next report back. Use the Hokage's discretion to assign tasks based on current availability rather than just the strict rotation when the situation demands.
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": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Related Skills
multi-agent-cn
通用多Agent调度系统(中文版):将主Agent变为纯调度员,所有任务通过 sessions_spawn 委派给5个持久化子Agent。支持轮询调度、先回复再派遣协议、 sessionKey固定复用。用户可自定义调度员角色和子Agent名称/人设。
clawphone-phone-control
使用手机控制 MCP 完成手机界面感知与操作。适用于读取当前手机状态、打开 App、处理弹窗、点击控件、输入文本、排查手机自动化失败等场景。执行时优先读取界面状态,涉及坐标点击时必须基于当前截图临时判定,禁止把历史坐标当成通用规则。
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.
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).