A robust command-line interface for Plane.so that enables developers and AI agents to manage projects, issues, and states using structured JSON output.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install plane-cli-tool
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-tool 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 CLI is a specialized tool designed to bring the full power of Plane.so project management to the terminal. By providing a programmatic interface to manage issues, projects, labels, and pages, it serves as a bridge between development environments and project tracking. This tool is a perfect addition to the ecosystem of Openclaw Skills, as it prioritizes JSON output, making it easy for AI agents to parse data and automate project management tasks.
Whether you are updating an issue status after a commit or fetching a list of high-priority tasks, the Plane CLI offers a fast, scriptable alternative to the web interface. Its design follows modern CLI standards, including support for environment variables, standard input piping, and clear exit codes for automation reliability.
Install the Plane CLI using uv or pip and initialize the configuration:
uv tool install plane-cli
# Initialize the interactive setup wizard
plane config init
You can also configure the tool via environment variables:
export PLANE_API_KEY="your_key_here"
export PLANE_WORKSPACE_SLUG="your_workspace_slug"
The Plane CLI organizes data around core project management entities. The following table describes the primary resources available through Openclaw Skills:
| Resource | Purpose | Primary Commands |
|---|---|---|
| Projects | High-level project containers | list, get, create, update |
| Issues | Individual tasks and bugs | list, get, create, update, delete |
| States | Workflow stages (e.g., Todo, Done) | list, get, create |
| Labels | Categorization and tagging | list, create, update |
| Pages | Project documentation and notes | list, get, create |
| Comments | Discussion threads on issues | list, add |
Loading
A high-performance internet search skill for AI agents utilizing a self-hosted SearXNG instance for multi-engine data aggregation.

A powerful command-line interface for managing Baserow databases, enabling seamless row manipulation and table discovery through JSON-based workflows.

Interact with Baserow databases to manage rows, tables, and fields directly from your AI agent using Openclaw Skills.

A comprehensive automation skill for sending Feishu messages, managing group chats, and uploading media through the Lark Open Platform API.

A macOS-native web command center for monitoring agent activity, managing cron jobs, and tracking LLM costs in real-time.

AWI is a zero-configuration single-binary tool for AI agents to read webpages and search the internet using an intelligent three-level fallback strategy.








































