Token导航 LogoToken导航TokenDH.com
研究检索只读clawhub未标认证来源可访问clear审计通过

friday-multi-agent-orchestrator星期五多 Agent 协调器

Agent Skill

friday-multi-agent-orchestrator 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

11,407

周安装

485

GitHub Stars

公开资料未说明

下载量

3,996
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:friday-multi-agent-orchestrator(星期五多 Agent 协调器)
来源仓库:https://github.com/miio-jinglin/friday-multi-agent-orchestrator
安装命令:
openclaw skills install friday-multi-agent-orchestrator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install friday-multi-agent-orchestrator

简介

friday-multi-agent-orchestrator 用于设计和管理多智能体团队,提升协作效率。

  • 适合在 OpenClaw 中构建复杂任务分工、角色分配与流程编排场景。
  • 涵盖 CEO、PM、工程师等角色定义,支持规模化代理组织运作。
  • 安装前请确认权限范围和维护状态,避免误触网络或系统级操作。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
multi-agent-orchestrator
description
Design, build, and manage multi-agent teams that turn a solo operator into a 1000-person organization. Covers team role design (CEO/PM/Engineer/Analyst/Writer/Monitor), inter-agent communication patterns, task distribution, conflict resolution, and priority management. Based on real production experience running 13-agent teams on OpenClaw. Use when the user wants to build an agent team, orchestrate multiple AI agents, design agent roles, set up agent communication, create a one-person company with AI agents, implement multi-agent workflows, or scale from solo to team-of-agents. Triggers on multi-agent, agent team, agent orchestration, AI team, agent collaboration, agent roles, one-person company, solo founder scaling, agent communication, task delegation to agents, swarm intelligence.

Multi-Agent Orchestrator

Build production-grade agent teams. Battle-tested with 13 concurrent agents running real operations—financial analysis, content production, code engineering, and executive decision-making.

Core Philosophy

One human, many agents. Each agent has a narrow, well-defined role. Communication flows through structured channels. The human sets direction; agents handle execution.

Three laws of agent teams:

  1. Specialization over generality — Each agent does ONE thing well
  2. Structured communication — No ad-hoc messaging; use defined protocols
  3. Human-in-the-loop for decisions — Agents execute, humans decide

Workflow

Step 1: Define Your Team Composition

Read references/team-roles.md to select roles from the template library.

Start minimal (3 agents), scale to what you need:

Team SizeCompositionUse Case
Solo+1Human + 1 AssistantPersonal productivity boost
Core (3)CEO + PM + EngineerSmall project delivery
Full (5+)+ Analyst + Writer + MonitorBusiness operations
Enterprise (8+)+ Specialist roles per domainMulti-domain scaling

Step 2: Design Communication Architecture

Read references/communication-patterns.md for protocol details.

Choose your communication stack:

PatternLatencyBest For
Shared directoryMinutesAsync handoffs, document sharing
Message passing (sessions_send)SecondsReal-time coordination
Heartbeat schedulingPeriodicMonitoring, health checks
Event queueAsyncComplex multi-step workflows

Step 3: Set Up Task Management

Read references/task-management.md for tracking systems and report formats.

Implement the three-layer task system:

  1. Strategic (CEO layer) — Goals and OKRs
  2. Tactical (PM layer) — Sprint planning and allocation
  3. Operational (Engineer layer) — Ticket execution and delivery

Step 4: Launch and Iterate

# Minimum viable team setup
1. Create AGENTS.md for each agent with role + scope
2. Set up shared directory structure
3. Define reporting cadence
4. Run first task cycle
5. Review and adjust roles/communication

Quick-Start Templates

Solo Founder Starter Pack (3 agents)

CEO (Strategic) — Owns vision, priorities, decision gates PM (Coordination) — Translates goals into tasks, tracks progress Engineer (Execution) — Builds, tests, ships

Content Machine (4 agents)

Strategist — Topic research, audience analysis, content calendar Writer — Draft production, SEO optimization Editor — Quality review, brand voice consistency Publisher — Distribution, scheduling, performance tracking

Research & Analysis (4 agents)

Data Collector — Gather raw data from sources Analyst — Process, analyze, identify patterns Synthesizer — Produce actionable reports Monitor — Track changes, alert on anomalies

Anti-Patterns (Learn from Our Mistakes)

Anti-PatternWhy It FailsFix
Agent with 5+ responsibilitiesContext thrashing, low qualitySplit into specialized agents
All-to-all communicationMessage chaos, conflictsHub-and-spoke or hierarchical
No escalation pathDecisions stall, work stopsDefine clear human escalation triggers
Copy-paste between agentsKnowledge silos, inconsistencyShared knowledge base or wiki
Agents making strategic decisionsMisaligned with human intentAgents propose, humans dispose

Platform Compatibility

This skill is platform-agnostic. The principles apply to:

  • OpenClaw — Native multi-agent with sessions_send, shared dirs, cron
  • Claude Code — Multiple sessions with file-based coordination
  • Codex — Task files and workspace sharing
  • Cursor — Agent rules files (.cursor/rules/) with workspace coordination

Real-World Case Study

晟瑞智联 AI Team (13 agents, OpenClaw)

                    ┌─────────┐
                    │   于哥   │  (Human CEO)
                    └────┬────┘
                         │
                    ┌────┴────┐
                    │  老A    │  (CEO Agent / Strategic)
                    │  Friday │  (Executive Assistant)
                    └────┬────┘
                         │
          ┌──────────────┼──────────────┐
          │              │              │
     ┌────┴────┐   ┌────┴────┐   ┌────┴────┐
     │  艾琳   │   │  瓦里斯  │   │  唐    │
     │ (PM)    │   │(Engineer)│   │(Writer) │
     └────┬────┘   └────┬────┘   └────┬────┘
          │              │              │
     ┌────┴────┐   ┌────┴────┐   ┌────┴────┐
     │Simons   │   │  小E    │   │  +6     │
     │(Analyst)│   │(Monitor)│   │specialists│
     └─────────┘   └─────────┘   └─────────┘

Communication: Shared directories for async, sessions_send for real-time, cron-based heartbeat for monitoring.

References

  • Team Roles: references/team-roles.md — Complete role templates with AGENTS.md examples
  • Communication: references/communication-patterns.md — Protocols, file structures, message formats
  • Task Management: references/task-management.md — Tracking systems, report formats, escalation rules

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

81.77%
按下载量换算3,268

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills