← Back to Skills Marketplace
yuyonghao-123

Agent Swarm

by yuyonghao-123 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
147
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install yuyonghao-agent-swarm
Description
Manages multi-agent swarms with coordination, task sharding, self-organization, emergent behavior, and real-time monitoring for intelligent collective action.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install yuyonghao-agent-swarm
  3. After installation, invoke the skill by name or use /yuyonghao-agent-swarm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug yuyonghao-agent-swarm
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Swarm?

Manages multi-agent swarms with coordination, task sharding, self-organization, emergent behavior, and real-time monitoring for intelligent collective action. It is an AI Agent Skill for Claude Code / OpenClaw, with 147 downloads so far.

How do I install Agent Swarm?

Run "/install yuyonghao-agent-swarm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Agent Swarm free?

Yes, Agent Swarm is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Agent Swarm support?

Agent Swarm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Agent Swarm?

It is built and maintained by yuyonghao-123 (@yuyonghao-123); the current version is v0.1.0.

💬 Comments