← Back to Skills Marketplace
1217
Downloads
2
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install swarm-2
Description
SWARM: System-Wide Assessment of Risk in Multi-agent systems. 38 agent types, 29 governance levers, 55 scenarios. Study emergent risks, phase transitions, and governance cost paradoxes.
Usage Guidance
This appears coherent for a local simulation framework, but follow standard precautions before installing or running: (1) run pip installs in an isolated virtualenv or container; (2) review the package source on the referenced GitHub repo before installing, especially if you plan to use extras like [llm] or [api]; (3) keep the API bound to localhost and behind firewalls — do not bind to 0.0.0.0 on untrusted networks; (4) never submit real API keys, credentials, or PII to scenarios; and (5) be aware that installing Python packages can execute install scripts, so inspect setup metadata if you require a higher assurance level.
Capability Analysis
Type: OpenClaw Skill
Name: swarm-2
Version: 1.5.0
The OpenClaw AgentSkills skill bundle for 'swarm-safety' is designed as a research framework for studying AI safety and emergent risks in multi-agent systems. The `SKILL.md` and `skill.json` files describe its functionality, installation, and API usage. All installation methods are standard (pip, git clone). The API explicitly binds to `127.0.0.1` (localhost) by default and warns against exposing the unauthenticated development API to untrusted networks, indicating security awareness rather than malicious intent. There is no evidence of data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts against the OpenClaw agent. The 'adversarial' and 'deceptive' agents mentioned are part of the *simulated* environment, not the skill itself acting maliciously on the host system.
Capability Assessment
Purpose & Capability
Name/description (multi-agent safety simulation) align with the provided instructions and metadata: it documents agent types, scenarios, governance levers, and CLI/API usage. Nothing requested (no env vars, no unusual binaries) is disproportionate to a simulation/testing framework.
Instruction Scope
SKILL.md stays on-topic: it explains installation (pip/git), local API startup (uvicorn binding to 127.0.0.1), CLI usage, and curl-based local endpoints. It explicitly warns not to expose the dev API and not to submit real API keys/PII. It does not instruct reading unrelated system files or exfiltrating data.
Install Mechanism
Install instructions use pip and an upstream GitHub repository — standard, low-to-moderate risk for Python packages. No arbitrary binary downloads, no URL shorteners or personal IP-hosted archives are used in the instructions.
Credentials
The skill declares no required environment variables, credentials, or config paths. The SKILL.md notes the API will return agent api_keys when run locally (expected behavior for a simulation server) but does not request unrelated secrets.
Persistence & Privilege
No 'always' flag, default autonomous invocation is allowed (normal). The skill is instruction-only and does not request persistent or elevated system privileges or modify other skills' configurations.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarm-2 - After installation, invoke the skill by name or use
/swarm-2 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.5.0
Update to v1.5.0: 38 agent types, 29 governance levers, 55 scenarios, 8 framework bridges, phase transition findings, governance cost paradox study
v0.1.0
- Initial release of the SWARM Safety Skill for simulating and studying multi-agent emergent risks.
- Provides Python, CLI, and REST API interfaces for agent and scenario management.
- Supports various agent types (Honest, Opportunistic, Deceptive, Adversarial, LLM) and governance mechanisms.
- Includes comprehensive documentation, example scenarios, and research-use guidelines.
- Offers soft probabilistic labeling and four key risk/welfare metrics for environment analysis.
Metadata
Frequently Asked Questions
What is SWARM Safety?
SWARM: System-Wide Assessment of Risk in Multi-agent systems. 38 agent types, 29 governance levers, 55 scenarios. Study emergent risks, phase transitions, and governance cost paradoxes. It is an AI Agent Skill for Claude Code / OpenClaw, with 1217 downloads so far.
How do I install SWARM Safety?
Run "/install swarm-2" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is SWARM Safety free?
Yes, SWARM Safety is completely free (open-source). You can download, install and use it at no cost.
Which platforms does SWARM Safety support?
SWARM Safety is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created SWARM Safety?
It is built and maintained by rsavitt (@rsavitt); the current version is v1.5.0.
More Skills