Planka CLI Skill for Openclaw

A powerful command-line interface to manage Planka Kanban boards and project workflows directly from your terminal.

voydz
v0.1.1
Jan 27, 2026
1
3.3k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install planka-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install planka-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Planka CLI Skill?

The Planka CLI skill is a specialized tool designed to bridge the gap between AI agents and the Planka Kanban management system. By wrapping the plankapy library into an accessible command-line interface, this Openclaw Skills integration allows users and automated agents to create, update, and organize projects, boards, and cards without leaving the command line. It provides a robust bridge for developers who prefer terminal-based workflows or need to integrate project management into their automated developer environments.

Planka CLI Skill Use Cases

  • Automating card creation for bug reports or feature requests directly from a terminal.
  • Managing personal or team task lists through Openclaw Skills for faster turnaround.
  • Tracking project progress by listing boards and lists within a specific project.
  • Updating card status or positions during CI/CD or deployment triggers.
  • Monitoring unread notifications to stay updated on project changes without opening a browser.

How Planka CLI Skill Works

  1. Authenticate with your Planka instance using the login command to securely store your credentials.
  2. Query your instance to retrieve Project or Board IDs necessary for target operations.
  3. Use specific subcommands to list, create, or update cards within the desired lists.
  4. Leverage the notification system to monitor real-time updates across the project boards.
  5. Integrate these commands into automated scripts or AI agent prompts within the Openclaw Skills framework.

Planka CLI Skill Setup

To install the Planka CLI via Homebrew, use the following commands:

brew tap voydz/homebrew-tap
brew install planka-cli

Next, configure your credentials to connect with Openclaw Skills:

planka-cli login --url https://planka.example --username alice --password secret

Planka CLI Skill Data Schema & Taxonomy

The skill interacts with the Planka API and organizes data based on the following hierarchy:

Entity Description
Project The highest organizational level containing multiple boards.
Board A Kanban board associated with a specific project.
List Columns within a board used to categorize card status.
Card Individual tasks containing titles and metadata.
Notification User-specific updates regarding board activity.

Planka CLI Skill Advanced Features

  • Granular card positioning using the top or bottom flags for prioritized task management.
  • Multi-project support via direct project and board ID referencing for complex workflows.
  • Comprehensive notification management allowing users to filter for unread or all alerts.
  • Seamless integration with Openclaw Skills to facilitate automated Kanban operations.
  • Persistent session management allowing for secure, passwordless subsequent requests after the initial login.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*