← Back to Skills Marketplace
devbd1

Vibe Kanban MCP

by Burak · GitHub ↗ · v0.1.1
cross-platform ⚠ suspicious
382
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install vibe-kanban-mcp
Description
Control the local vibe-kanban MCP server to list orgs/projects/issues, create/update issues, manage workspaces, and find dashboard ports on macOS.
Usage Guidance
This skill appears to do what it says: it gives shell commands to control a locally running vibe-kanban MCP and to find/verify dashboard ports. Before installing or using it, note two things: (1) the registry metadata omits required binaries (mcporter and a running vibe-kanban) even though the SKILL.md requires them—verify those prerequisites yourself; (2) the example mcporter config uses 'npx ... vibe-kanban@latest', which will download and run code from npm if you follow it—only run that if you trust the package source. Because this is an instruction-only skill, nothing is automatically installed by the platform, but the provided commands will inspect local processes (ps, lsof/netstat) and probe localhost ports (curl), which is expected for this purpose but does expose process/port information on your machine. If you are unsure, run the listed commands manually and inspect any packages (e.g., the vibe-kanban npm package) before executing them.
Capability Analysis
Type: OpenClaw Skill Name: vibe-kanban-mcp Version: 0.1.1 The skill provides instructions for managing a Kanban system but includes high-risk capabilities such as remote code execution via `npx -y vibe-kanban@latest` and system-level process inspection using `ps` and `/usr/sbin/lsof` in `SKILL.md`. While these actions are plausibly required for the stated purpose of installing the MCP server and troubleshooting local ports, they represent a significant attack surface for executing untrusted remote payloads and performing local system discovery.
Capability Assessment
Purpose & Capability
SKILL.md describes exactly the claimed functionality (mcporter calls to a local vibe-kanban MCP and macOS port discovery). However the registry metadata lists no required binaries/env vars while the docs explicitly require mcporter, a running vibe-kanban instance, and optionally lsof/netstat/jq. This metadata mismatch is an inconsistency the author should have declared.
Instruction Scope
Instructions are narrowly scoped to running mcporter RPC calls, inspecting local processes (ps, lsof/netstat), and curling localhost ports to verify the UI. They do not ask for external credentials or exfiltrate data; the commands operate on local services and ports as required for the stated goal.
Install Mechanism
No install spec is present (instruction-only), so nothing is automatically downloaded or written by the platform. The SKILL.md contains an example of configuring mcporter to run 'npx ... vibe-kanban@latest', which would fetch code at runtime via npm if the user follows that example — this is a user-side action, not an automatic install described in the skill manifest.
Credentials
The skill declares no required environment variables or credentials and its instructions do not reference secrets. Required artifacts (mcporter, vibe-kanban process) are proportionate to the task. No unrelated service credentials are requested.
Persistence & Privilege
The skill does not request always: true and has no install-time persistence. It is instruction-only and does not modify other skills or global agent settings. Autonomous invocation is allowed (platform default) but not combined with other high-risk factors.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vibe-kanban-mcp
  3. After installation, invoke the skill by name or use /vibe-kanban-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
Docs: add source repo link
v0.1.0
Initial release: vibe_kanban MCP workflows + prereqs
Metadata
Slug vibe-kanban-mcp
Version 0.1.1
License
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is Vibe Kanban MCP?

Control the local vibe-kanban MCP server to list orgs/projects/issues, create/update issues, manage workspaces, and find dashboard ports on macOS. It is an AI Agent Skill for Claude Code / OpenClaw, with 382 downloads so far.

How do I install Vibe Kanban MCP?

Run "/install vibe-kanban-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vibe Kanban MCP free?

Yes, Vibe Kanban MCP is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Vibe Kanban MCP support?

Vibe Kanban MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vibe Kanban MCP?

It is built and maintained by Burak (@devbd1); the current version is v0.1.1.

💬 Comments