Plane MCP Skill

这个 skill 会指导 Codex 使用已配置的 plane-mcp 工具来查询 Plane 项目、工作项和待办。

安装

$skillDir = "$env:USERPROFILE\.codex\skills\plane-mcp"
New-Item -ItemType Directory -Force "$skillDir\agents" | Out-Null
Invoke-WebRequest -UseBasicParsing "https://mcp.plane.bowong.cc/skill/SKILL.md" -OutFile "$skillDir\SKILL.md"
Invoke-WebRequest -UseBasicParsing "https://mcp.plane.bowong.cc/skill/agents/openai.yaml" -OutFile "$skillDir\agents\openai.yaml"

文件

SKILL.md

agents/openai.yaml

返回 MCP 配置说明