← 返回
未分类 Key

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,...
通过 API 使用 Plane 项目管理工具创建/更新问题、跟踪进度并管理代理任务。读取 ~/.config/plane/credentials.json(PLANE_URL,...)
axelhu axelhu 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 406
下载
💾 0
安装
1
版本
#latest

概述

Plane 项目管理技能

通过 Plane API 管理项目、任务、文档。

凭证设置

创建 ~/.config/plane/credentials.json

{
  "PLANE_URL": "http://localhost:8888",
  "PLANE_EMAIL": "你的 Plane 邮箱",
  "PLANE_PASSWORD": "你的密码",
  "PLANE_API_TOKEN": "plane_api_你的实际APIKey"
}

> ⚠️ API Token 是敏感信息,不要明文写在代码或文档里。

快速开始

1. 获取 API Token

登录 Plane 后访问:

http://localhost:8888/api/v1/users/me/api-tokens/

2. 测试连接

curl -s "http://localhost:8888/api/v1/workspaces/" \
  -H "X-API-Key: plane_api_你的实际APIKey"

3. 常用操作

详见 references/api-examples.md

注意事项

  • 所有 API 请求必须在 X-API-Key header 中包含有效的 API Token
  • 使用前请将代码和文档中的示例 key 替换为实际值
  • 项目权限不足时,联系 Workspace Admin 在 Plane UI 中添加你为成员

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-03 08:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

business-ops

Stripe

byungkyu
Stripe API 集成,支持托管 OAuth,实现对客户、订阅、发票、产品、价格和支付的可写金融集成。
★ 27 📥 26,308
office-efficiency

Office Toolkit

axelhu
处理 Office 文档的技能,用于读取、创建、编辑 Word 文档(.docx)、Excel 表格(.xlsx/.csv)、PPT(.pptx)和 PDF 文件。基于 python-docx、openpyxl、python-pptx、py
★ 1 📥 4,808
business-ops

Trello

steipete
使用 Trello REST API 管理看板、列表和卡片
★ 163 📥 41,599