Plane.so CLI for Openclaw

A zero-dependency Python CLI for managing Plane.so projects, issues, and team workflows directly from your terminal.

luiseduardoaugusto
v1.2.0
Feb 22, 2026
1
1.2k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install plane-so-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 plane-so-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 Plane.so CLI?

The Plane.so CLI is a lightweight, auditable tool designed for developers who want to interact with the Plane.so project management platform without leaving their terminal. Built with zero external dependencies, it relies solely on the Python 3.8+ standard library, ensuring a secure and fast experience. This tool is a vital part of the Openclaw Skills ecosystem, enabling seamless integration between your coding environment and project tracking. By providing direct access to workspace members, issue states, labels, and cycles, it streamlines the software development lifecycle. Whether you are creating new tasks or updating existing ones, this skill offers a robust interface for efficient workspace management.

Plane.so CLI Use Cases

  • Rapidly creating and assigning issues without opening a web browser.
  • Searching for specific work items or bugs across your Plane.so workspace.
  • Updating issue statuses and priorities during a terminal-based development session.
  • Automating project management tasks via scripts using JSON output.
  • Managing team comments and tracking project cycles directly from the command line.

How Plane.so CLI Works

  1. The user provides the necessary environment variables, including a personal access token and workspace slug.
  2. The CLI uses the Python standard library to communicate securely with the Plane.so REST API.
  3. Users execute commands to fetch workspace data, such as project lists or member IDs.
  4. Based on the input, the skill performs CRUD operations on issues, comments, cycles, or modules.
  5. Results are returned either as human-readable tables or as raw JSON for programmatic use.

Plane.so CLI Setup

To integrate this into your environment, set the required environment variables:

export PLANE_API_KEY="your-api-key"
export PLANE_WORKSPACE="your-workspace-slug"

Get your API key by navigating to Plane > Profile Settings > Personal Access Tokens. Ensure you have Python 3.8+ installed to run the bundled scripts.

Plane.so CLI Data Schema & Taxonomy

The skill interacts with the Plane.so API and supports various data objects:

Object Description
Projects Active workspace projects and their unique IDs.
Issues Work items including names, priorities, and assignees.
Members Workspace user IDs and profile information.
Cycles/Modules Project milestones and organizational groupings.
Comments Interaction logs and discussion threads for specific issues.
States/Labels Workflow statuses and categorization tags.

Plane.so CLI Advanced Features

  • Multi-format output support allowing users to switch between tables and raw JSON for automation.
  • Deep search capabilities to find specific issues across the entire workspace by keywords.
  • Comprehensive issue management including batch assignment and priority updates.
  • Secure, auditable code base with no local data persistence or telemetry.
  • Full integration with the Openclaw Skills framework for enhanced developer productivity.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins python3
Github Stars: 0
forks: 0

Featured*