avengers-assemble-cn
复仇者联盟主题多Agent协作系统(中文版)。尼克·弗瑞调度6位超级英雄通过sessions_spawn委派任务。融入中国漫威粉丝梗文化,轮询调度、先回复再派遣、sessionKey复用。适合需要多元专业能力的复杂任务协作。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/chenxinbest/avengers-assemble-cnWhat This Skill Does
avengers-assemble-cn is an advanced multi-agent orchestration framework designed for the OpenClaw AI ecosystem. It allows users to act as 'Nick Fury,' delegating complex, multi-layered tasks to a specialized squad of six Avengers. Each hero is represented by a unique sessionKey and possesses specific operational expertise. The skill implements a sophisticated round-robin dispatch protocol and a parallel spawning mechanism, ensuring that complex workflows are broken down into manageable, independent agent tasks. It mandates a strict 'communicate-first' workflow, requiring the user's prompt to be acknowledged with a strategic assessment before any tools are triggered.
Installation
To integrate this skill into your environment, use the OpenClaw CLI:
clawhub install openclaw/skills/skills/chenxinbest/avengers-assemble-cn
Use Cases
This skill is ideal for projects requiring diverse professional capabilities simultaneously. Use it for complex system migrations where you need a 'Technician' (Ironman), an 'Intelligence Gatherer' (Widow), and a 'Tactical Coordinator' (Captain). It is perfectly suited for developers managing multi-stage technical deployments, large-scale research projects, or any scenario where a single LLM thread would likely suffer from context degradation or logic drift.
Example Prompts
- "We have a critical production performance issue. I need an initial audit of the logs to identify the bottleneck, and simultaneously draft a plan to refactor the database query layer. Threat level: High."
- "Please conduct a security scan of our repository to find potential vulnerabilities, and once done, provide a bulleted summary of recommended patching strategies."
- "Assemble the team for a full-stack refactoring mission. We need to upgrade our legacy dependency stack, ensure cross-browser compatibility, and optimize the rendering speed. Distribute the workload among the Avengers."
Tips & Limitations
- Always follow the 'Iron Rule': Communicate your assessment to the user before calling
sessions_spawn. - Use the
sessionKeyparameter correctly. Never omit it; invalid or missing keys will lead to system errors. - The dispatch order (Captain -> Ironman -> Hulk -> Widow -> Hawkeye -> Thor) is critical for maintainability; if a hero is busy, skip them to the next available agent.
- This skill is a 'Manager' agent; it does not perform raw file operations or code execution itself—it orchestrates the agents who do.
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-chenxinbest-avengers-assemble-cn": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
avengers-assemble
Avengers-themed multi-agent coordination system. Nick Fury orchestrates 6 specialized heroes (Captain America, Iron Man, Hulk, Black Widow, Hawkeye, Thor) through sessions_spawn delegation. Round-robin dispatch, reply-first protocol, sessionKey reuse. Perfect for complex tasks requiring diverse expertise and coordinated team execution.
teamwork
Dynamically creates and manages AI agent teams for complex tasks. Invoke when user requests multi-agent collaboration, complex project execution, or when tasks require specialized roles and coordinated workflow.