← 返回 Skills 市场
Agent Swarm
作者
yuyonghao-123
· GitHub ↗
· v0.1.0
· MIT-0
147
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuyonghao-agent-swarm
功能描述
Manages multi-agent swarms with coordination, task sharding, self-organization, emergent behavior, and real-time monitoring for intelligent collective action.
安全使用建议
This package appears internally consistent and runs entirely in-process (no network/credential access). Before installing, you may want to: (1) run the tests locally (npm test) in an isolated environment; (2) review the small source files yourself to confirm behavior; and (3) note that the registry entry lists an unknown source/homepage—if you need provenance, try to find an upstream repository or author before using it in production.
功能分析
Type: OpenClaw Skill
Name: yuyonghao-agent-swarm
Version: 0.1.0
The bundle provides a boilerplate framework for multi-agent coordination. The core logic in `src/swarm-coordinator.js` manages agent lifecycles and task distribution entirely in-memory using standard JavaScript. There are no external dependencies, network calls, file system operations, or suspicious execution patterns. While `SKILL.md` describes several advanced features (like TaskSharder and SelfOrganizer) that are not yet implemented in the provided source code, the existing implementation is safe and aligns with its stated purpose.
能力评估
Purpose & Capability
Name/description describe a multi-agent swarm coordinator; the code implements a SwarmCoordinator with task sharding, agent registration, execution, and monitoring. There are no unrelated binaries, credentials, or services requested.
Instruction Scope
SKILL.md only documents the library API, usage examples, npm install/test commands, and feature descriptions. It does not instruct the agent to read system files, access environment secrets, or call external endpoints.
Install Mechanism
No install spec in the registry; package.json has no external dependencies and SKILL.md suggests running npm install and npm test. No downloads from arbitrary URLs or archive extraction are present.
Credentials
The skill declares no required environment variables or credentials and the source files do not read process.env or access system config paths.
Persistence & Privilege
Skill has default privileges (not always:true). It does not modify other skills or agent-wide configuration and requires no persistent system presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yuyonghao-agent-swarm - 安装完成后,直接呼叫该 Skill 的名称或使用
/yuyonghao-agent-swarm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of Agent Swarm - 群体智能核心 (version 0.1.0)
- Implements core modules: SwarmCoordinator, TaskSharder, SelfOrganizer, EmergentBehavior, and SwarmMonitor
- Features swarm coordination, task sharding, self-organization, emergent behaviors, and monitoring
- Provides lifecycle management, consensus, load balancing, dynamic reorganization, collective decision-making, and metrics export
- Includes usage examples and an API reference in SKILL.md
元数据
常见问题
Agent Swarm 是什么?
Manages multi-agent swarms with coordination, task sharding, self-organization, emergent behavior, and real-time monitoring for intelligent collective action. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 147 次。
如何安装 Agent Swarm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yuyonghao-agent-swarm」即可一键安装,无需额外配置。
Agent Swarm 是免费的吗?
是的,Agent Swarm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Agent Swarm 支持哪些平台?
Agent Swarm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Agent Swarm?
由 yuyonghao-123(@yuyonghao-123)开发并维护,当前版本 v0.1.0。
推荐 Skills