ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

avengers-assemble-cn

复仇者联盟主题多Agent协作系统(中文版)。尼克·弗瑞调度6位超级英雄通过sessions_spawn委派任务。融入中国漫威粉丝梗文化,轮询调度、先回复再派遣、sessionKey复用。适合需要多元专业能力的复杂任务协作。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/chenxinbest/avengers-assemble-cn
Or

What 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

  1. "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."
  2. "Please conduct a security scan of our repository to find potential vulnerabilities, and once done, provide a bulleted summary of recommended patching strategies."
  3. "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 sessionKey parameter 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

Stars3840
Views1
Updated2026-04-06
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-chenxinbest-avengers-assemble-cn": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#multi-agent#orchestration#workflow-automation#team-management
Safety Score: 4/5

Flags: code-execution