← 返回 Skills 市场
axelhu

Plane Project Manager

作者 AxelHu · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
159
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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,...
安全使用建议
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.
功能分析
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.
能力标签
requires-sensitive-credentials
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plane-project-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plane-project-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
替换所有真实API Key为占位符,避免其他agent误用
v1.0.2
更新API文档:X-API-Key认证格式,修复占位符说明
v1.0.1
新增账号注册与邀请成员说明(god-mode、API 邀请、角色权限)
元数据
Slug plane-project-manager
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

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,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 159 次。

如何安装 Plane Project Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install plane-project-manager」即可一键安装,无需额外配置。

Plane Project Manager 是免费的吗?

是的,Plane Project Manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Plane Project Manager 支持哪些平台?

Plane Project Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Plane Project Manager?

由 AxelHu(@axelhu)开发并维护,当前版本 v1.0.3。

💬 留言讨论