A comprehensive CLI tool for managing Plane.so projects, issues, cycles, and team members directly from your terminal.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plane
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install plane using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Plane skill enables developers to interact seamlessly with Plane.so, an open-source project management suite, through a dedicated command-line interface. This integration allows for rapid project tracking and issue management without context-switching between the terminal and a web browser. As a key part of the Openclaw Skills library, it prioritizes speed and efficiency for engineering teams.
By leveraging the plane CLI, users can perform high-level administrative tasks such as creating projects and managing workspace members, as well as granular tasks like updating issue states or adding comments to specific work items. The tool is designed to fit into automated pipelines or daily developer workflows with ease.
To begin using this skill within Openclaw Skills, download the CLI and configure your environment:
curl -o ~/.local/bin/plane https://raw.githubusercontent.com/JinkoLLC/plane-skill/main/scripts/plane
chmod +x ~/.local/bin/plane
Ensure ~/.local/bin is in your PATH, then set your credentials:
export PLANE_API_KEY="your-api-key"
export PLANE_WORKSPACE="your-workspace-slug"
Retrieve your API key from Plane → Profile Settings → Personal Access Tokens.
The skill organizes data based on the Plane.so hierarchical structure. Below are the primary data entities handled:
| Entity | Key Attributes |
|---|---|
| Projects | Name, Identifier, Project ID |
| Issues | Name, Priority, State ID, Assignee ID, Label ID |
| Cycles | Name, Start Date, End Date, Cycle ID |
| Members | Name, Email, Role, User ID |
| Comments | Issue ID, Comment Body, Activity Log |
-f json flag to pipe project data into other command-line utilities or scripts.Loading
A privacy-first, offline speech-to-text transcription engine powered by Vosk and ffmpeg.

A robust backup utility that automates the encryption, pruning, and cloud synchronization of AI agent workspaces and system states.

A multi-mode AI search skill that integrates Perplexity's powerful web-grounded models directly into your agent workflows.

A powerful command-line interface for Google Keep that enables terminal-based note management and organization.

A specialized skill for building a privacy-conscious Apple Shortcuts workflow that resolves no-watermark Douyin videos and saves them directly to the Photos app.

A comprehensive API for integrating free web search and semantic reranking into AGI applications and RAG pipelines.








































