A lightweight Openclaw skill wrapping the Plane API via Api2Cli to manage workspaces, projects, and work items from the command line.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plane-cli
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-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Plane CLI is a specialized Openclaw skill designed to bridge the gap between your development workflow and the Plane project management platform. Built on top of the Api2Cli (a2c) framework, it provides a seamless way for developers and AI agents to interact with Plane.so workspaces, projects, and work items without leaving the terminal.
This integration ensures that your project tracking remains as agile as your code. By leveraging Openclaw Skills like Plane CLI, teams can automate status updates, retrieve issue details for context, and maintain project hygiene through simple terminal commands or agent-driven workflows.
First, ensure that a2c is installed and available in your PATH. Then, configure your environment variables to allow the skill to communicate with the Plane API:
export PLANE_API_KEY="your_api_key_here"
# Optional: default is https://api.plane.so
export PLANE_BASE_URL="https://api.plane.so"
Test the installation by running the internal help command:
./scripts/plane --help
Plane CLI organizes its interactions based on the Plane.so hierarchical structure. It uses the following metadata taxonomy to identify and manipulate resources:
| Entity | Identification | Description |
|---|---|---|
| Workspace | workspace_slug | The unique string identifier for your workspace. |
| Project | project_uuid | The UUID representing a specific project. |
| Issue | issue_uuid | Referred to as a "work item" in this skill's logic. |
| State | state_uuid | The UUID corresponding to a workflow state (e.g., Done). |
| Comment | HTML String | The content added to an issue, strictly formatted as HTML. |
Loading
A lightweight CLI wrapper for Linear's GraphQL API designed for deterministic automation and agentic integration.

A TypeScript-based project management skill that enables AI agents to manage tasks across multiple platforms using a standardized stage-based workflow.

A TypeScript-based agentic skill that synchronizes project management platforms using a canonical stage-based workflow.

A powerful financial data toolkit that connects Openclaw Skills agents to the EODHD API for comprehensive market analysis and data retrieval.

Ape Claw enables AI agents to bridge assets and execute NFT transactions on ApeChain with strict policy gating and real-time telemetry.

A specialized MCP skill that enables AI agents to plan, verify, and execute perpetual trading workflows on the Clutch Perps exchange.








































