kanban

Manage tasks on a four-column Kanban board with REST API and cron scheduling.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/therealaibigman/kanban-skill --skill kanban-therealaibigman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kanban
Source: https://github.com/therealaibigman/kanban-skill/tree/main
Command: npx skills add https://github.com/therealaibigman/kanban-skill --skill kanban-therealaibigman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires express, body-parser, cors, cookie-parser, fs-extra, uuid, multer, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Visual Kanban board with an integrated automation layer to manage, track, and execute tasks within OpenClaw, removing manual task-tracking overhead and enabling reliable scheduling, archiving, and execution flows.

Core Features & Use Cases

  • Modern glassmorphism UI with four-column kanban (Backlog, To Do, In Progress, Done)
  • Auto-Execution: tasks moved to In Progress trigger immediate action
  • Archive System: preserve history, restore or permanently delete completed tasks
  • Smart Scheduling: Once, Heartbeat, or Cron-based scheduling for tasks
  • REST API: programmatic control over cards, archive, calendar, and tracking
  • Conversational Interface: manage tasks via natural language prompts
  • Subtasks, tracking, and comments for granular task management

Quick Start

Start the Kanban server and then open http://127.0.0.1:18790/kanban to begin managing tasks.

Frequently Asked Questions about kanban

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate task execution using a visual Kanban board?

Visual Kanban boards automate task execution by triggering immediate actions when cards move to the In Progress column, removing manual tracking overhead. This skill orchestrates that auto-execution flow within OpenClaw.

Can I schedule recurring tasks with cron on a Node.js Kanban board?

Yes, Node.js Kanban boards can schedule recurring tasks using cron-based scheduling. This skill supports Once, Heartbeat, and Cron triggers to execute tasks reliably without manual intervention.

Does this task management skill expose a REST API for programmatic control?

Yes, this task management skill exposes a REST API for programmatic control over cards, archiving, calendar, and tracking. Developers can integrate Kanban workflows directly into external applications.

What is the best way to manage subtasks and archive completed tasks in OpenClaw?

The best way to manage subtasks and archive completed tasks in OpenClaw is using a visual Kanban board with a built-in archive system. This skill supports granular subtask tracking, comments, and restoring or permanently deleting history.

How do I deploy a Node.js Kanban server with systemd and NGINX?

To deploy a Node.js Kanban server reliably, leverage systemd and NGINX for production use. This skill stores data in JSON files and runs on Node.js to provide a stable task management dashboard.