← 返回 Skills 市场
Agent manager
作者
agentandbot
· GitHub ↗
· v1.0.2
4849
总下载
5
收藏
20
当前安装
3
版本数
在 OpenClaw 中安装
/install agents-manager
功能描述
Manage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks.
Use when: (1) Listing available agents, (2) Profiling agent capabilities and communication methods,
(3) Defining agent routing (can_assign_to, reports_to, escalation_path), (4) Assigning tasks to appropriate agents,
(5) Tracking agent performance and completed work, (6) Updating agent registry after changes.
安全使用建议
Install only if you intend to manage agent delegation. Before use, replace the bundled Ilkerkaan/Telegram escalation target, review main agent privileges, require explicit approval for spawned or long-running agents, and do not rely on can_assign.js as a strong authorization boundary without fixing its target validation.
功能分析
Type: OpenClaw Skill
Name: agents-manager
Version: 1.0.2
The skill bundle's Node.js scripts primarily handle local file operations for agent configuration. However, the `agent-registry.md` and other documentation (e.g., `task-routing-rules.md`) explicitly declare that the 'main' agent, which this skill manages, possesses extremely broad and powerful capabilities. These include arbitrary shell command execution (`exec, process`), network access (`web_search, web_fetch`), browser control (`browser`), persistence (`cron`), and the ability to spawn and control other agents (`sessions_spawn, sessions_send`). While these capabilities are plausibly required for an agent management skill, their extensive nature introduces significant security risks, even without explicit malicious intent found in the skill's direct instructions or code.
能力评估
Purpose & Capability
The purpose is coherent for managing and routing agent work, but the bundled registry gives the main agent broad shell, network, browser, cron, memory, and agent-spawning capabilities and treats it as an orchestrator for on-demand sub-agents.
Instruction Scope
The instructions disclose approval and routing concepts, but task-routing rules allow sessions_spawn, sessions_send, and external human messaging without clear lifecycle limits, target containment, or installer-controlled escalation configuration.
Install Mechanism
No package download or hidden installer was found; the skill uses included Node.js helper scripts. Node is declared in skill metadata and scripts are run manually.
Credentials
Most scripts only read or update bundled registry files, but the documented workflow can move task context to other agents or to a Telegram contact, which is broader than local registry management.
Persistence & Privilege
The persistent agent registry controls future routing decisions, and can_assign.js grants main unconditional assignment approval instead of validating the requested target against structured registry rules.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install agents-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/agents-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
**Summary: Modernized and expanded agent management with new scripts, protocols, and clearer human/agent workflows.**
- Added comprehensive agent management scripts (discovery, validation, health checking, stats, visualization, setup).
- Introduced "Handshake Protocol" and approval workflows for task assignment.
- Replaced older references/structure files to fix naming consistency.
- Split guidance for humans and agents, including step-by-step commands and protocols.
- Included detailed references and agent registry schema for easier onboarding and management.
- Updated metadata and homepage for better integration and discoverability.
v1.0.1
v1.0.1 - Hierarchy & Approval Protocols Update
Key Features Added:
- 🛡️ Strict Hierarchy: Introduced `reports_to` and `can_assign_to` rules for controlled task delegation.
- 🤝 Handshake Protocol: Implemented an approval workflow ensuring agents verify permissions before accepting tasks.
- 📇 Agent Cards: Added [generate_card.js](cci:7://file:///b:/SKILL/agents-manager/scripts/generate_card.js:0:0-0:0) to produce standardized JSON capability cards for agent discovery.
- ✅ Validation Tools: New [validate_registry.js](cci:7://file:///b:/SKILL/agents-manager/scripts/validate_registry.js:0:0-0:0) script to ensure registry integrity and prevent invalid routing.
- 📊 Visualization: Added mermaid.js graph generation for agent hierarchy.
- 🧹 Refactored project structure to match ClawHub publishing standards.
v1.0.0
agents-manager 1.0.0
- Initial release with centralized agent management for Clawdbot.
- Supports agent discovery, profiling, and registering capabilities.
- Define routing hierarchy (can_assign_to, reports_to, escalation_path) between agents and humans.
- Enables intelligent task assignment and escalation through defined routing paths.
- Tracks agent registry, capabilities, completed work, and maintains logs.
- Includes scripts and references for schema, registry, and routing rules.
元数据
常见问题
Agent manager 是什么?
Manage Clawdbot agents: discover, profile, track capabilities, define routing hierarchy, and assign tasks. Use when: (1) Listing available agents, (2) Profiling agent capabilities and communication methods, (3) Defining agent routing (can_assign_to, reports_to, escalation_path), (4) Assigning tasks to appropriate agents, (5) Tracking agent performance and completed work, (6) Updating agent registry after changes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 4849 次。
如何安装 Agent manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install agents-manager」即可一键安装,无需额外配置。
Agent manager 是免费的吗?
是的,Agent manager 完全免费(开源免费),可自由下载、安装和使用。
Agent manager 支持哪些平台?
Agent manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent manager?
由 agentandbot(@agentandbot-design)开发并维护,当前版本 v1.0.2。
推荐 Skills