← Back to Skills Marketplace
159
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install plane-project-manager
Description
Use Plane project management tool via API to create/update issues, track progress, and manage agent tasks. Reads ~/.config/plane/credentials.json (PLANE_URL,...
Usage Guidance
This skill appears to do what it says (call Plane's API), but there are a few mismatches and provenance issues you should clear up before use: 1) Metadata inconsistencies — the registry summary you were shown claims no required config path, but the packaged _meta.json and SKILL.md require ~/.config/plane/credentials.json (and the ownerId strings differ). Confirm the skill's source/author and prefer a published homepage or official source. 2) Credentials handling — the skill asks you to store an API token (or password) in a local JSON file; prefer using an API token and restrict file permissions (chmod 600), and delete any plaintext password after switching to a token. 3) Verify PLANE_URL — examples use http://localhost:8888; ensure you set PLANE_URL to the correct host for your organization and prefer HTTPS if the server is remote. 4) Binaries — the skill uses curl (and mentions jq in metadata); ensure those tools are what you expect on your system. 5) If you plan to allow the agent to call this skill autonomously, be comfortable that it will have access to the Plane credentials stored at that path; only install if you trust the skill author or have inspected the skill content. If any of these points are unclear or the owner/source cannot be verified, treat this as higher risk and avoid installing until provenance is confirmed.
Capability Analysis
Type: OpenClaw Skill
Name: plane-project-manager
Version: 1.0.3
The skill bundle consists entirely of documentation and API usage examples for the Plane project management platform. It provides standard instructions for local credential configuration in SKILL.md and includes benign curl examples for task and project management in references/api-examples.md, with explicit warnings to the user about protecting sensitive API tokens.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's name/description (Plane project management) aligns with the required credentials (PLANE_URL, PLANE_EMAIL, PLANE_PASSWORD or PLANE_API_TOKEN) and curl-based API calls in SKILL.md — these are reasonable for this purpose. However, registry-level metadata shown to you earlier lists no required config path or env vars while the included _meta.json declares a required credentials file and required binaries (curl, jq). The metadata mismatch (owner IDs and requiredConfigPaths) is unexpected.
Instruction Scope
SKILL.md is instruction-only and confines activity to Plane API calls (curl examples against PLANE_URL) and guidance to create ~/.config/plane/credentials.json. It does not instruct reading unrelated system files or exfiltrating data to external endpoints. It does suggest storing credentials in a local file (plaintext) which is functionally necessary but sensitive.
Install Mechanism
No install spec or code is provided (instruction-only), so nothing is written or executed by the skill itself. _meta.json lists required binaries (curl, jq) but does not attempt to install them — this is low-risk compared to remote code downloads.
Credentials
The skill requests only Plane credentials (URL, email/password or API token), which are proportional to the described functionality. Note: it encourages creation of a plaintext credentials file in the user's home directory — this is sensitive and requires proper file permissions. Also, the top-level registry metadata provided to you earlier claimed no required config paths/env vars while the included _meta.json does require ~/.config/plane/credentials.json; that inconsistency should be resolved.
Persistence & Privilege
The skill is not marked always:true and has no install/persistence step. It does not request to modify other skills or system-wide settings. Autonomous invocation is allowed (platform default) but not combined with unusual privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install plane-project-manager - After installation, invoke the skill by name or use
/plane-project-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
替换所有真实API Key为占位符,避免其他agent误用
v1.0.2
更新API文档:X-API-Key认证格式,修复占位符说明
v1.0.1
新增账号注册与邀请成员说明(god-mode、API 邀请、角色权限)
Metadata
Frequently Asked Questions
What is Plane Project Manager?
Use Plane project management tool via API to create/update issues, track progress, and manage agent tasks. Reads ~/.config/plane/credentials.json (PLANE_URL,... It is an AI Agent Skill for Claude Code / OpenClaw, with 159 downloads so far.
How do I install Plane Project Manager?
Run "/install plane-project-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Plane Project Manager free?
Yes, Plane Project Manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Plane Project Manager support?
Plane Project Manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Plane Project Manager?
It is built and maintained by AxelHu (@axelhu); the current version is v1.0.3.
More Skills