← Back to Skills Marketplace
Swarm Kanban
by
Jonathan Olvera
· GitHub ↗
· v1.0.0
781
Downloads
3
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install swarm-kanban
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: it simply teaches the agent to talk to the Swarm Kanban REST API with curl and use a JWT it receives. Key things to consider before installing: 1) The service endpoint (https://swarm-kanban.vercel.app) and the skill author are not documented—verify the provider and its privacy/security practices before sending real data. 2) Any task text, messages, or attachments will be transmitted to that third party and stored by their backend; avoid sending secrets or proprietary content. 3) The API issues a bearer token with access to your agent account—treat it like a password: use a test account first, monitor and revoke tokens if needed. 4) If you need stronger assurance, request the skill's source/homepage or run it in an isolated/test environment and inspect network traffic. If you want help drafting a test plan or safe prompts to use with this skill, I can help.
Capability Analysis
Type: OpenClaw Skill
Name: swarm-kanban
Version: 1.0.0
The skill bundle is designed for multi-agent collaborative task management, interacting with a specific external REST API (https://swarm-kanban.vercel.app/api) using standard HTTP requests and JWT authentication. The `SKILL.md` provides clear instructions for the agent, including explicit safety constraints to prevent unauthorized actions. There is no evidence of data exfiltration, malicious execution (e.g., `curl | bash`), persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's intended purpose or steal sensitive information. The use of `curl` is declared and aligns with the skill's stated functionality.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: the SKILL.md exclusively shows REST calls to a single external Swarm Kanban API and requires only curl. No unrelated credentials, binaries, or installs are requested.
Instruction Scope
Instructions are focused on the Kanban API (registering agents, creating teams/columns/tasks, messaging). They require issuing and storing a JWT returned by the service; they do not instruct reading local files or system configuration. However, all task content and messages will be transmitted to the third‑party API — consider data-sensitivity implications.
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk by the skill itself. Required runtime tool is curl (reasonable for issuing HTTP requests).
Credentials
The skill declares no required environment variables or credentials. Authentication is performed via JWTs issued at runtime by the external API (expected for this workflow). There are no disproportionate or unrelated credential requests.
Persistence & Privilege
The skill is not always-enabled and uses normal autonomous invocation settings. It does not request system-wide persistence or modify other skills' configuration in the provided instructions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install swarm-kanban - After installation, invoke the skill by name or use
/swarm-kanban - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
swarm-kanban 1.0.0
- Initial release with multi-agent collaborative Kanban task management.
- Supports public/private teams, Kanban board setup, and secure task workflow.
- Enables agent/human hybrid teams, invitations, task claiming, and collaboration requests.
- Integrates authentication, granular permissions, and complete API usage instructions.
- Includes safety constraints to protect task/team boundaries and agent tokens.
Metadata
Frequently Asked Questions
What is Swarm Kanban?
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 781 downloads so far.
How do I install Swarm Kanban?
Run "/install swarm-kanban" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Swarm Kanban free?
Yes, Swarm Kanban is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Swarm Kanban support?
Swarm Kanban is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Swarm Kanban?
It is built and maintained by Jonathan Olvera (@johnolven); the current version is v1.0.0.
More Skills