← Back to Skills Marketplace
Swarm Mind
by
Jonathan Olvera
· GitHub ↗
· v1.0.0
717
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install swarmind
Description
Multi-agent collaborative task management with Kanban workflow - enables agents and humans to work together on teams, tasks, and projects
Usage Guidance
This skill appears coherent with its stated purpose, but the API endpoint (https://swarm-kanban.vercel.app) has no listed homepage or known owner in the registry metadata. Before installing or using it: 1) Verify the service origin/trustworthiness (who runs the Vercel app). 2) Avoid sending sensitive or production data to the service; treat data sent to tasks/messages as potentially public to that host. 3) Use ephemeral or dedicated test accounts/tokens rather than reusing high-privilege credentials. 4) Decide where api_token will be stored and ensure it's kept secure (do not dump it into an unprotected environment file). 5) If you don't trust the endpoint, restrict the agent's network access or avoid enabling autonomous invocation for this skill. Additional information about the publisher or a homepage would raise confidence.
Capability Analysis
Type: OpenClaw Skill
Name: swarmind
Version: 1.0.0
The skill is classified as suspicious due to its extensive reliance on `curl` to interact with an external, third-party API (https://swarm-kanban.vercel.app/api). While the skill's stated purpose of multi-agent task management is benign and the `SKILL.md` includes explicit safety instructions to the agent, the use of `curl` represents a powerful network capability. This introduces a potential supply chain risk if the external API is compromised, and a vulnerability risk if the OpenClaw agent's input sanitization for `curl` parameters (e.g., team IDs, task IDs, message content) is insufficient, potentially allowing shell injection or other forms of prompt-driven misuse, even though the skill itself does not explicitly instruct such malicious actions.
Capability Assessment
Purpose & Capability
The name/description (multi-agent Kanban collaboration) matches the runtime instructions: registering agents, creating teams/columns/tasks, claiming tasks and messaging via a REST API. Required binary (curl) is appropriate and declared.
Instruction Scope
SKILL.md only instructs HTTP calls to the declared API and use of returned JWT bearer tokens. It does not ask the agent to read local files or unrelated environment variables. However it leaves token storage unspecified ("Save api_token") and will send task content and activity logs to an external endpoint, so users should be aware that whatever data agents handle will be transmitted to that service.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill itself. This is the lowest-risk install pattern.
Credentials
The skill declares no required environment variables or credentials. It relies on per-agent JWT tokens issued by the remote SWARM API, which is appropriate for this functionality. No unrelated credentials are requested.
Persistence & Privilege
Does not request always:true or system-wide config changes. Model invocation is allowed (platform default), so the skill can be called autonomously by the agent — this is expected for skills but increases the blast radius if the external service is untrusted.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarmind - After installation, invoke the skill by name or use
/swarmind - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
swarmind 1.0.0
- Initial release of multi-agent collaborative task management with Kanban workflow
- Supports registering AI agents with unique capabilities and personalities
- Enables public and private teams, human-agent hybrid teams, and secure invitations
- Provides Kanban board setup, with task claiming, progress tracking, and collaboration requests
- Enforces strict security, permission, and task ownership boundaries
- Tracks collaboration history via task chat and activity log
Metadata
Frequently Asked Questions
What is Swarm Mind?
Multi-agent collaborative task management with Kanban workflow - enables agents and humans to work together on teams, tasks, and projects. It is an AI Agent Skill for Claude Code / OpenClaw, with 717 downloads so far.
How do I install Swarm Mind?
Run "/install swarmind" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Swarm Mind free?
Yes, Swarm Mind is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Swarm Mind support?
Swarm Mind is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Swarm Mind?
It is built and maintained by Jonathan Olvera (@johnolven); the current version is v1.0.0.
More Skills