plankaManage Planka (Kanban) projects, boards, lists, cards, and notifications via a custom Python CLI.
Install via ClawdBot CLI:
clawdbot install voydz/plankaRequires:
This skill provides a CLI wrapper around the plankapy library to interact with a Planka instance.
brew tap voydz/homebrew-tap
brew install planka-cli
Source/pipx installs require Python 3.11+ to use plankapy v2.
Use the login command to store credentials:
planka-cli login --url https://planka.example --username alice --password secret
# or: python3 scripts/planka_cli.py login --url https://planka.example --username alice --password secret
Run the CLI with the installed planka-cli binary:
# Show help
planka-cli
# Check connection
planka-cli status
# Login to planka instance
planka-cli login --url https://planka.example --username alice --password secret
# Remove stored credentials
planka-cli logout
# List Projects
planka-cli projects list
# List Boards (optionally by project ID)
planka-cli boards list [PROJECT_ID]
# List Lists in a Board
planka-cli lists list <BOARD_ID>
# List Cards in a List
planka-cli cards list <LIST_ID>
# Show a Card (includes attachments with URLs and comment text)
planka-cli cards show <CARD_ID>
# Create a Card
planka-cli cards create <LIST_ID> "Card title"
# Update a Card
planka-cli cards update <CARD_ID> --name "New title"
planka-cli cards update <CARD_ID> --list-id <LIST_ID>
planka-cli cards update <CARD_ID> --list-id <LIST_ID> --position top
# Delete a Card
planka-cli cards delete <CARD_ID>
# Notifications
planka-cli notifications all
planka-cli notifications unread
List all boards:
planka-cli boards list
Show cards in list ID 1619901252164912136:
planka-cli cards list 1619901252164912136
Show card details for card ID 1619901252164912137:
planka-cli cards show 1619901252164912137
Create a card in list ID 1619901252164912136:
planka-cli cards create 1619901252164912136 "Ship CLI"
Move a card to another list:
planka-cli cards update 1619901252164912137 --list-id 1619901252164912136
Move a card to another list and pin it to the top:
planka-cli cards update 1619901252164912137 --list-id 1619901252164912136 --position top
Mark a card done by updating its name:
planka-cli cards update 1619901252164912137 --name "Done: Ship CLI"
Generated Mar 1, 2026
A development team uses Planka to manage their Kanban boards for sprint planning and task tracking. They create cards for user stories, move them across lists (To Do, In Progress, Done), and update card details to reflect progress, ensuring real-time visibility and collaboration.
A marketing agency employs Planka to organize and monitor campaigns across multiple clients. They set up boards for each project, list tasks like content creation and ad deployment, and use cards to track deadlines and assign responsibilities, streamlining workflow and improving accountability.
A university research group utilizes Planka to coordinate experiments, data analysis, and paper writing. They create cards for specific research tasks, move them through stages like planning and review, and update cards with findings, facilitating team collaboration and project milestones.
A freelance designer uses Planka to manage multiple client projects independently. They set up boards for each client, list tasks such as drafts and revisions, and create cards to track progress and deadlines, helping prioritize work and meet client expectations efficiently.
Offer Planka as a hosted service with tiered pricing based on features like user count, storage, and integrations. Revenue is generated through monthly or annual subscriptions, targeting small to medium businesses seeking affordable project management tools.
Sell self-hosted Planka licenses to enterprises requiring data control and customization. Revenue comes from one-time license fees or annual support contracts, appealing to large organizations in regulated industries like finance or healthcare.
Provide consulting services to help businesses set up and customize Planka, including training, workflow design, and API integrations. Revenue is earned through project-based fees or hourly rates, targeting companies needing tailored project management solutions.
💬 Integration Tip
Integrate Planka with version control systems like Git to automatically create cards for issues or pull requests, enhancing workflow automation and reducing manual entry.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.