Beeper消息聚合
多平台消息统一收发管
通过plane命令行工具连接Plane.so平台,在终端完成项目、工单、迭代周期和模块的管理操作。
安装步骤
curl -o ~/.local/bin/plane https://raw.githubusercontent.com/JinkoLLC/plane-skill/main/scripts/planechmod +x ~/.local/bin/plane~/.local/bin已加入PATH环境变量配置环境变量
export PLANE_API_KEY="your-api-key"
export PLANE_WORKSPACE="your-workspace-slug"
API密钥获取路径:Plane → Profile Settings → Personal Access Tokens。工作空间slug为URL路径段,如https://app.plane.so/my-team/中的my-team。
常用命令示例
plane projects list 列出所有项目plane issues create -p PROJECT_ID --name "任务名称" --priority high 创建高优先级工单plane issues assign -p PROJECT_ID ISSUE_ID USER_ID 分配负责人plane cycles create -p PROJECT_ID --name "Sprint 1" --start 2026-01-27 --end 2026-02-10 创建迭代周期plane comments add -p PROJECT_ID -i ISSUE_ID "评论内容" 添加评论见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | PLANE_API_KEY、PLANE_WORKSPACE环境变量;项目/工单/成员/状态/标签ID;优先级、日期等参数 |
| 输出 | 项目列表、工单详情、成员信息、迭代周期、模块数据、评论记录;支持表格或JSON格式 |
| 适用人群 | Plane.so用户、命令行偏好者、需批量处理工单的项目管理人员、敏捷开发团队 |
| 不包含 | 图形界面、其他平台对接、Webhook自动化、自定义字段扩展能力 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/vaguilera-jinko/plane/SKILL.md
来源类型:GitHub仓库