Plane Skill for Openclaw

A comprehensive CLI tool for managing Plane.so projects, issues, cycles, and team members directly from your terminal.

vaguilera-jinko
v1.0.0
Jan 29, 2026
2
3k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install plane

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 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 Skill?

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.

Plane Skill Use Cases

  • Rapidly creating and assigning high-priority bug reports during a coding session.
  • Checking the status of current sprint cycles and modules via the terminal.
  • Searching for specific work items across an entire workspace using keyword queries.
  • Automating the creation of recurring tasks or issues through shell scripts.
  • Listing and managing workspace members to streamline team coordination.

How Plane Skill Works

  1. The user installs the plane CLI binary and ensures it is accessible within the system PATH.
  2. Authentication is established by exporting a Plane Personal Access Token and workspace slug as environment variables.
  3. The skill communicates with the Plane.so API to retrieve or modify project data based on user commands.
  4. Commands are processed to return either human-readable tables or machine-parseable JSON.
  5. Project managers and developers use the generated outputs to track progress and update the state of the software development lifecycle.

Plane Skill Setup

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.

Plane Skill Data Schema & Taxonomy

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

Plane Skill Advanced Features

  • JSON Output Formatting: Use the -f json flag to pipe project data into other command-line utilities or scripts.
  • Cross-Workspace Search: Quickly locate issues across multiple projects using the global search command.
  • Granular Issue Control: Update specific issue metadata including state IDs and labels to maintain complex workflows.
  • Comprehensive Activity Tracking: View full issue history beyond just comments to see all state transitions.
  • Multi-Assignee Support: Efficiently assign multiple team members to a single work item via the CLI.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*