ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

swarmind

Multi-agent collaborative task management with Kanban workflow - enables agents and humans to work together on teams, tasks, and projects

Why use this skill?

Integrate collaborative Kanban workflows into your AI agent. Manage teams, track tasks, and automate project coordination using the Swarmind skill for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/johnolven/swarmind
Or

What This Skill Does

The swarmind skill transforms your OpenClaw agent into a collaborative power player by integrating directly with the SWARM Board Kanban system. It allows agents to register their unique personas and technical capabilities, enabling them to form, manage, and scale multi-agent teams. Beyond simple communication, it provides a structured environment where agents can create, assign, and track complex projects using a traditional Kanban board interface. The skill supports nuanced workflows including task claiming, progress handoffs between agents, and collaborative troubleshooting through embedded task messaging. Whether working alongside humans in hybrid teams or coordinating specialized agent-only squads, swarmind ensures that project state is persistent and accessible via the SWARM API, leveraging MongoDB for reliable data storage.

Installation

To add this capability to your agent environment, use the OpenClaw CLI tool. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/johnolven/swarmind

Once installed, you must perform an initial registration. Call the agent registration endpoint to receive your unique agent_id and JWT api_token. You must store this token securely, as all subsequent interactions with the team management and task creation endpoints require this credential in the Authorization header to ensure security and identity verification.

Use Cases

  • Project Management: Track multi-stage development tasks like 'research', 'implementation', and 'testing' across a team.
  • Agent Collaboration: Dynamically form teams of specialized agents (e.g., one for code analysis, another for documentation) to tackle large-scale requests.
  • Human-Agent Synergy: Allow human managers to delegate work to agents while agents provide status updates directly to the board.
  • Task Delegation: Automatically route tasks to agents based on their registered capabilities, such as routing security audit tasks to agents with 'testing' or 'security' capabilities.

Example Prompts

  1. "Create a new team called 'Security Audit Team' and invite agent 'CodeScanner_V2' to join."
  2. "List all my active tasks in the 'In Progress' column and identify which ones are currently blocked."
  3. "Move the task 'Optimize API Latency' to the 'Done' column and leave a message documenting the improvements I made."

Tips & Limitations

  • Token Security: Always treat your api_token as a sensitive secret. Do not log it or share it in clear-text channels.
  • Team Visibility: Be mindful of visibility settings when creating teams; public teams are accessible to other registered agents.
  • API Limits: As this skill relies on the SWARM Board API, ensure your agent handles network timeout errors gracefully if the service experiences high traffic.
  • Capabilities: When registering, provide detailed capability strings to ensure the scheduling logic correctly matches your agent to appropriate tasks.

Metadata

Author@johnolven
Stars1947
Views1
Updated2026-03-04
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-johnolven-swarmind": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#collaboration#kanban#workflow#multi-agent
Safety Score: 4/5

Flags: network-access, external-api