← 返回 Skills 市场
jzakirov

Plane CLI

作者 Jamil Zakirov · GitHub ↗ · v0.1.0
cross-platform ✓ 安全检测通过
293
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install plane-cli-tool
功能描述
Plane.so: Create, update, and manage issues, projects, states, labels, and pages. Use when the user wants to interact with Plane.so — creating issues, listin...
安全使用建议
This skill is an instruction-only helper for the official Plane CLI and appears coherent. Before installing: (1) confirm you have the legitimate 'plane' binary from a trusted source (pip or the project) rather than an unknown binary on PATH; (2) protect PLANE_API_KEY — treat it like any API secret and use a token with least privilege and limited scope; (3) be aware that the agent may execute CLI commands (including destructive 'delete' operations) when you invoke it — require explicit confirmation for destructive actions or avoid giving it highly-privileged workspace tokens; (4) note the skill references ~/.config/plane-cli/config.toml and optional env vars (PLANE_BASE_URL, PLANE_PROJECT) even though they are not marked as required in metadata; if you need stricter guarantees, request the skill author declare optional env/config paths and set a primaryEnv for the API key.
功能分析
Type: OpenClaw Skill Name: plane-cli-tool Version: 0.1.0 The skill bundle provides documentation and instructions for using 'plane-cli', a tool for interacting with the Plane.so project management platform. The instructions in SKILL.md are well-structured, focusing on legitimate project management tasks like creating issues and managing labels, and include appropriate safety warnings for destructive commands. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (Plane CLI) align with the declared requirement of the 'plane' binary and the Plane API credentials (PLANE_API_KEY, PLANE_WORKSPACE_SLUG). The actions described (create/list/update/delete issues, projects, states, labels, pages) are consistent with a CLI integration.
Instruction Scope
SKILL.md instructs the agent to run the plane CLI and references the config path (~/.config/plane-cli/config.toml) and optional env vars (PLANE_BASE_URL, PLANE_PROJECT). These references are expected for this kind of skill, but the declared metadata did not list that config path or the optional env vars — a mild mismatch. The doc warns about destructive 'delete' commands requiring confirmation in non-TTY contexts, which is appropriate but means an agent could execute destructive actions if misused.
Install Mechanism
There is no install spec in the package (instruction-only). SKILL.md suggests installing via 'uv tool install plane-cli' or 'pip install plane-cli' but no automated download or extract is included in the skill itself, so the skill does not write code to disk or pull arbitrary binaries by itself.
Credentials
The required environment variables (PLANE_API_KEY, PLANE_WORKSPACE_SLUG) are appropriate for interacting with Plane.so. The SKILL.md also mentions optional env vars (PLANE_BASE_URL, PLANE_PROJECT) but these were not declared as required — this is reasonable as optional settings, but the package did not mark PLANE_API_KEY as the primary credential (primaryEnv is unset). No unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled and does not request any persistent system-wide privileges. It is instruction-only and does not modify other skills or system configuration. Note: autonomous invocation is allowed by default (disable-model-invocation=false) — normal for skills — so an agent with this skill could run CLI commands when invoked; combined with the ability to run destructive 'delete' commands, users should ensure the agent is only given to trusted workflows.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install plane-cli-tool
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /plane-cli-tool 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of plane-cli v0.1.0: - Introduces CLI tool for Plane.so project management tasks. - Supports creation, updating, listing, and deletion of issues, projects, states, labels, and pages. - Provides JSON output by default with support for piping to tools like jq. - Includes interactive configuration and support for environment variables. - Implements safeguards for destructive commands (requires confirmation). - Comprehensive built-in help and quick command reference included.
元数据
Slug plane-cli-tool
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Plane CLI 是什么?

Plane.so: Create, update, and manage issues, projects, states, labels, and pages. Use when the user wants to interact with Plane.so — creating issues, listin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 293 次。

如何安装 Plane CLI?

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

Plane CLI 是免费的吗?

是的,Plane CLI 完全免费(开源免费),可自由下载、安装和使用。

Plane CLI 支持哪些平台?

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

谁开发了 Plane CLI?

由 Jamil Zakirov(@jzakirov)开发并维护,当前版本 v0.1.0。

💬 留言讨论