管理 Clawdbot 代理:发现、分析、跟踪功能、定义路由层次结构以及分配任务。 在以下情况下使用:(1) 列出可用代理,(2) 分析代理功能和通信方法, (3) 定义代理路由(can_assign_to、reports_to、escalation_path),(4) 分配任务
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install agents-manager或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install agents-manager⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/agents-manager/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: agents-manager description: Manage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks. homepage: https://www.clawhub.com/skills/agents-manager metadata: {"openclaw":{"emoji":"🕵️","requires":{"bins":["node"]}}} ---
Manage all Clawdbot agents centrally: discover available agents, profile their capabilities, define routing hierarchy (who can assign to whom, who reports to whom), and intelligently route new tasks through the escalation chain.
Give this prompt to any agent to teach them this skill: > "You have access to the agents-manager skill. Use it to discover peers (scan_agents), check permissions (can_assign.js), and route tasks. Always follow the Handshake Protocol: Check requires_approval before assigning. If true, ask me first."
scan_agents.js before assuming an agent exists.can_assign.js or agent-registry.md. - IF requires_approval is FALSE -> Assign directly. - IF requires_approval is TRUE -> Ask supervisor (Human or Agent).
| Goal | Command | |------|---------| | Setup | node scripts/setup_wizard.js (Run this first!) | | List | node scripts/scan_agents.js | | Health | node scripts/health_check.js | | Stats | node scripts/log_analyzer.js |
List and profile all agents to understand their capabilities and routing configuration.
# List all agents
node {baseDir}/scripts/scan_agents.js
# Profile specific agent
node {baseDir}/scripts/generate_card.js <agent_id>
Ensure your agent ecosystem is healthy and valid.
# Validate registry integrity
node {baseDir}/scripts/validate_registry.js
# Check permissions (Agent A -> Agent B)
node {baseDir}/scripts/can_assign.js <source_id> <target_id>
# Visualize hierarchy
node {baseDir}/scripts/visualize_agents.js
Define how tasks flow between agents using references/task-routing-rules.md.
can_assign_to allows)requires_approval is true.scan_agents.js: Discovery toolvalidate_registry.js: Schema validatorcan_assign.js: Permission checkergenerate_card.js: Agent card generatorvisualize_agents.js: Hierarchy visualizerscan_agents.js: Discovery toolvalidate_registry.js: Schema validatorcan_assign.js: Permission checkergenerate_card.js: Agent card generatorvisualize_agents.js: Hierarchy visualizerhealth_check.js: Status monitor (Healthy/Slow/Offline)log_analyzer.js: Performance stats (Jobs/Success Rate)setup_wizard.js: Interactive configuration tool安装 代理经理 后,可以对 AI 说这些话来触发它
Help me get started with Agent manager
Explains what Agent manager does, walks through the setup, and runs a quick demo based on your current project
Use Agent manager to manage Clawdbot agents: discover, profile, track capabilities, defi...
Invokes Agent manager with the right parameters and returns the result directly in the conversation
What can I do with Agent manager in my finance & investment workflow?
Lists the top use cases for Agent manager, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/agents-manager/ 目录(个人级,所有项目可用),或 .claude/skills/agents-manager/(项目级)。重启 AI 客户端后,用 /agents-manager 主动调用,或让 AI 根据上下文自动发现并使用。
代理经理 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
代理经理 可免费安装使用。请查阅仓库了解许可证信息。
管理 Clawdbot 代理:发现、分析、跟踪功能、定义路由层次结构以及分配任务。 在以下情况下使用:(1) 列出可用代理,(2) 分析代理功能和通信方法, (3) 定义代理路由(can_assign_to、reports_to、escalation_path),(4) 分配任务
代理经理 属于「Finance & Investment」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my finance & investment tasks using Agent manager
Identifies repetitive steps in your workflow and sets up Agent manager to handle them automatically