← Back to Skills Marketplace
1927
Downloads
1
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install planka-cli
Description
Manage Planka (Kanban) projects, boards, lists, cards, and notifications via a custom Python CLI.
Usage Guidance
This skill appears to do what it says (wrap a Planka CLI), but exercise caution before installing or running anything it recommends. The SKILL.md tells you to tap and install a third‑party Homebrew tap (voydz/homebrew-tap) — review that tap/formula and the upstream project before installing because Homebrew taps can deliver arbitrary binaries. The docs also mention running a local script path (`scripts/planka_cli.py`) that is not included with the skill; do not run unknown Python scripts you can't inspect. If you need this functionality, prefer installing planka-cli from an official source (GitHub releases or the project's own docs), inspect the formula or source code, and verify how/where the CLI stores credentials (avoid entering passwords into tools that store them in plaintext). If you proceed, audit the installed binary (or run it in an isolated environment) and avoid granting broader access than necessary.
Capability Analysis
Type: OpenClaw Skill
Name: planka-cli
Version: 0.1.1
The skill bundle is benign. The `SKILL.md` file provides instructions for installing and using a `planka-cli` tool via Homebrew, which is a standard distribution method. All commands and examples align with the stated purpose of managing Planka projects. There is no evidence of prompt injection, data exfiltration, malicious execution, persistence, or obfuscation within the provided files. While installing external binaries from a custom Homebrew tap (`voydz/homebrew-tap`) introduces a supply chain dependency, the instructions themselves are not malicious or suspicious.
Capability Assessment
Purpose & Capability
Name/description match the declared requirement (planka-cli). The commands in SKILL.md are consistent with a CLI for managing Planka resources.
Instruction Scope
Instructions are narrowly scoped to using the planka-cli (status, projects, boards, cards, login/logout). However the doc suggests running `python3 scripts/planka_cli.py` (a script path that is not provided by the skill) and instructs storing credentials via `planka-cli login` without specifying how/where credentials are stored.
Install Mechanism
There is no formal install spec in the registry; SKILL.md instructs `brew tap voydz/homebrew-tap` and `brew install planka-cli` — a third‑party Homebrew tap. Installing from an untrusted tap can install arbitrary binaries; the skill provides no provenance or official release links to verify the package.
Credentials
The skill declares no required env vars, which is reasonable. But it instructs the user to `login` with username/password and to 'store credentials' without documenting where those credentials are saved or what protections (keychain, encrypted file) are used — this is a potential privacy/risk consideration.
Persistence & Privilege
always is false and the skill does not request system-wide configuration changes or persistent automatic inclusion. It does not claim elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install planka-cli - After installation, invoke the skill by name or use
/planka-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- Added Homebrew installation instructions for easier setup.
- Updated usage to use the installed planka-cli binary instead of python scripts.
- Expanded card update examples with new options (move to another list, set position).
- Dependencies now require the planka-cli binary rather than direct Python dependencies or environment variables.
- Clarified and streamlined usage and example commands throughout the documentation.
v0.1.0
Initial release of planka-cli
- Provides a Python CLI to manage Planka projects, boards, lists, cards, and notifications.
- Supports login/logout commands for credential management.
- Offers commands to list and manage projects, boards, lists, and cards.
- Allows creation, updating, and deletion of cards from the command line.
- Includes commands for viewing notifications (all or unread).
- Configuration via environment variables or CLI login command.
Metadata
Frequently Asked Questions
What is Planka?
Manage Planka (Kanban) projects, boards, lists, cards, and notifications via a custom Python CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 1927 downloads so far.
How do I install Planka?
Run "/install planka-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Planka free?
Yes, Planka is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Planka support?
Planka is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Planka?
It is built and maintained by Voydz (@voydz); the current version is v0.1.1.
More Skills