Install
openclaw skills install plane-project-managerUse Plane project management tool via API to create/update issues, track progress, and manage agent tasks. Reads ~/.config/plane/credentials.json (PLANE_URL,...
openclaw skills install plane-project-manager通过 Plane API 管理项目、任务、文档。
创建 ~/.config/plane/credentials.json:
{
"PLANE_URL": "http://localhost:8888",
"PLANE_EMAIL": "你的 Plane 邮箱",
"PLANE_PASSWORD": "你的密码",
"PLANE_API_TOKEN": "plane_api_你的实际APIKey"
}
⚠️ API Token 是敏感信息,不要明文写在代码或文档里。
登录 Plane 后访问:
http://localhost:8888/api/v1/users/me/api-tokens/
curl -s "http://localhost:8888/api/v1/workspaces/" \
-H "X-API-Key: plane_api_你的实际APIKey"
详见 references/api-examples.md
X-API-Key header 中包含有效的 API Token