← Back to Skills Marketplace
Agency Orchestrator
by
gonghaiquan
· GitHub ↗
· v1.0.0
· MIT-0
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agency-orchestrator
Description
多 Agent 协作调度系统 - 自动分析任务、选择最佳 Agent、协调多 Agent 协作完成复杂任务
README (SKILL.md)
Agency Orchestrator - 多 Agent 协作调度系统
功能
- 🧠 智能任务分析 - 自动分析任务需求,识别所需技能
- 🤖 Agent 自动选择 - 从 166+ 个 Agent 中选择最佳组合
- 🤝 协作协调 - 管理多 Agent 通信和任务交接
- 📚 持续学习 - 从每次交互中学习,优化 Agent 表现
使用方式
基础使用
from agency_orchestrator import AgentOrchestrator
orchestrator = AgentOrchestrator()
result = orchestrator.coordinate("帮我设计一个产品官网")
在 ClawX 中使用
qwen -p "使用 agency-orchestrator 完成以下任务:设计电商网站"
可用 Agent 分类
- design (8 个) - UI/UX 设计
- engineering (24 个) - 软件开发
- marketing (31 个) - 营销策略
- sales (8 个) - 销售支持
- product (5 个) - 产品管理
- testing (8 个) - 质量保证
- ... 25+ 分类
配置
配置文件:~/.openclaw/agency-agents-zh/config/settings.json
日志
- 调度日志:
~/.openclaw/agency-agents-zh/logs/orchestrator_log.json - 学习日志:
~/.openclaw/agency-agents-zh/logs/learning_log.json - 协作日志:
~/.openclaw/agency-agents-zh/logs/collaboration_log.json
Usage Guidance
This package generally implements an agent-orchestration feature that matches its description, but there are two things you should check before installing or running anything: (1) open collaborative_mode.py — it inserts hardcoded absolute paths (/Users/ghq/...) and imports an external collaborative_agents module. If those paths exist on your machine they could cause arbitrary code execution when that module is imported; if they don't exist the import will fail. Consider removing or sandboxing this file or at least removing the hardcoded sys.path inserts. (2) inspect integrate_with_clawx.sh before running: it will edit your ~/.bash_profile (adding AGENCY_DIR and PATH entries) and write to ~/.openclaw/openclaw.json to enable the skill. Back up those files first, and run the script only after reviewing/modifying it to match your environment. Also manually inspect any agent .md files placed under ~/.openclaw/agency-agents-zh for unexpected content. If you want higher assurance, run the skill in a disposable account/container or ask the author for clarification about collaborative_mode.py and why it needs to import from /Users/ghq.
Capability Analysis
Type: OpenClaw Skill
Name: agency-orchestrator
Version: 1.0.0
The skill bundle contains hardcoded absolute paths to a specific user's home directory (/Users/ghq/) in collaborative_mode.py, which are used to import external Python modules not included in the package. Additionally, the integrate_with_clawx.sh script modifies the user's ~/.bash_profile to alter the PATH and add command aliases, which is a sensitive persistence-like action. The system's reliance on a large collection of external 'Agents' and modules located in unverified local directories makes the full execution logic opaque and potentially unsafe.
Capability Assessment
Purpose & Capability
The name/description (multi-agent orchestrator) aligns with the provided Python modules: scanning ~/.openclaw/agency-agents-zh for agent .md files, analyzing tasks by keywords, selecting agents, and logging interactions. However, some included files (collaborative_mode.py) reference external modules and absolute user-specific paths that are not explained by the skill's description.
Instruction Scope
SKILL.md and README consistently reference config and log files under ~/.openclaw/agency-agents-zh which matches the code. But the repository contains a module (collaborative_mode.py) that inserts hardcoded absolute paths (/Users/ghq/...) into sys.path and imports CollaborativeAgentSystem from an external module — this causes the skill to reach into arbitrary user directories and execute code outside the skill bundle if that file is run/imported. The provided integrate_with_clawx.sh script also edits your ~/.bash_profile and openclaw.json to enable the skill, which is a persistent, privileged operation not described in a way that highlights risk.
Install Mechanism
There is no automatic install spec; the skill is instruction/code-only. No remote downloads or archive extraction are performed by the package itself. The only installation helper is an included shell script (integrate_with_clawx.sh) that edits local config files and shell profile — it must be run manually.
Credentials
The skill declares no required environment variables or credentials and the code does not attempt to read secrets. The integrate script adds an AGENCY_DIR environment variable to ~/.bash_profile and adds that directory to PATH, which is reasonable for convenience but unnecessary for core functionality and increases persistence surface.
Persistence & Privilege
always is false and the skill does not demand autonomous invocation privileges. The integrate_with_clawx.sh script will (if run) modify your ~/.bash_profile and enable the skill in ~/.openclaw/openclaw.json, creating persistent changes and adding the agency directory to PATH; this is a significant local change and should be reviewed before execution.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install agency-orchestrator - After installation, invoke the skill by name or use
/agency-orchestrator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of agency-orchestrator: a multi-agent collaboration and orchestration system.
- Automatically analyzes tasks and identifies required skills
- Selects the optimal combination from over 166 available agents
- Coordinates communication and task handoff among agents
- Continuously learns from interactions to improve agent performance
- Supports various agent categories such as design, engineering, marketing, and more
- Provides configuration and logging for orchestration, learning, and collaboration activities
Metadata
Frequently Asked Questions
What is Agency Orchestrator?
多 Agent 协作调度系统 - 自动分析任务、选择最佳 Agent、协调多 Agent 协作完成复杂任务. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Agency Orchestrator?
Run "/install agency-orchestrator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Agency Orchestrator free?
Yes, Agency Orchestrator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Agency Orchestrator support?
Agency Orchestrator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Agency Orchestrator?
It is built and maintained by gonghaiquan (@gonghaiquan); the current version is v1.0.0.
More Skills