Everything Openclaw (EO)

Everything Openclaw - Multi-Expert Collaboration Plugin for OpenClaw

Install

openclaw plugins install clawhub:openclaw-eo-plugin

Everything Openclaw (EO) Plugin for OpenClaw

Multi-Expert Collaboration Plugin - Transform OpenClaw from single Agent to expert team

Overview

This plugin extends OpenClaw with multi-expert collaboration capabilities, inspired by Claude Code's multi-agent architecture.

Features

🤖 141 Expert Library

Access to 141 pre-configured experts across 8 major roles:

  • Architect - System architecture & tech stack
  • Planner - Project planning & task breakdown
  • Frontend - UI/UX & frontend development
  • Backend - API & backend development
  • QA - Testing & quality assurance
  • Security - Security review & vulnerability scanning
  • DevOps - CI/CD & deployment
  • CodeReviewer - Code quality & review

📋 6 Collaboration Tools

ToolDescription
eo_collabMain collaboration hub
eo_list_expertsList available experts
eo_planCreate project plan with Planner
eo_architectDesign architecture with Architect
eo_verifyVerify checkpoint with QA
eo_code_reviewCode review with CodeReviewer

🔗 Skill Compatibility Layer

  • Import Claude Code Skills
  • Import ECC (everything-claude-code) Skills
  • Automatic format conversion

✅ Checkpoint Verification

Multi-stage validation of project milestones.

Installation

Option 1: From GitHub (via main repo)

openclaw plugins install https://github.com/467718584/everything-openclaw

Option 2: From Local Clone

# Clone the repository
git clone https://github.com/467718584/everything-openclaw.git
cd everything-openclaw

# Install the plugin
openclaw plugins install ./openclaw-eo-plugin

Option 3: Build from Source

cd openclaw-eo-plugin
npm install
npm run build
openclaw plugins install .

Usage

Basic Commands

/eo-collab "帮我做一个博客系统"
/eo-plan "开发博客系统"
/eo-architect "设计博客系统架构"
/eo-verify "验证架构设计"
/eo-code-review "./src"

Tool Examples

// List all experts
await tool('eo_list_experts', { filter: 'architect' })

// Create project plan
await tool('eo_plan', { task: '开发博客系统' })

// Design architecture
await tool('eo_architect', { project: '博客系统' })

// Verify checkpoint
await tool('eo_verify', { checkpoint: 'milestone1' })

// Code review
await tool('eo_code_review', { path: './src' })

Architecture

┌─────────────────────────────────────────────────┐
│              OpenClaw Agent                      │
│                                                 │
│   ┌─────────────────────────────────────────┐  │
│   │         EO Plugin                        │  │
│   │                                          │  │
│   │  Tools: eo_collab, eo_plan, eo_architect │  │
│   │  Hooks: before_tool_call                 │  │
│   │                                          │  │
│   │  ┌──────────────────────────────────┐   │  │
│   │  │  Expert Library (141 experts)     │   │  │
│   │  │  8 Roles × 细分领域               │   │  │
│   │  └──────────────────────────────────┘   │  │
│   └─────────────────────────────────────────┘  │
└─────────────────────────────────────────────────┘

Requirements

  • OpenClaw >= 2026.3.0
  • Node.js >= 18.0.0

Comparison

FeatureWithout EOWith EO
Agent count1N (team)
Expert count0141
Task decompositionManualAutomatic
Code reviewBasicSecurity + Performance + Style
PlanningManualPlanner expert

License

MIT

Links