Installation
Claude Code / Cursor / Codex
$curl -o ~/.claude/skills/cym-zentao/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/15334615152/cym-zentao/SKILL.md"
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cym-zentao/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How cym-zentao - 禅道项目管理 CLI Compares
| Feature / Agent | cym-zentao - 禅道项目管理 CLI | Standard Approach |
|---|---|---|
| Platform Support | multi | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
## 安装
Which AI agents support this skill?
This skill is compatible with multi.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# cym-zentao - 禅道项目管理 CLI
## 安装
```bash
npm link
```
## 命令
### login
测试登录:
```bash
cym-zentao login
```
### list-executions
列出执行(项目迭代):
```bash
cym-zentao list-executions [keyword]
```
### create-task
创建任务:
```bash
cym-zentao create-task <executionId> <name> <assignedTo> [options]
```
**options 格式:** JSON 字符串
- `pri`: 优先级 (1-4)
- `estimate`: 预计工时
- `type`: 任务类型
- `estStarted`: 开始日期 (YYYY-MM-DD)
- `deadline`: 截止日期 (YYYY-MM-DD)
- `desc`: 描述
**示例:**
```bash
cym-zentao create-task 6159 "测试功能" "陈跃美"
cym-zentao create-task 6159 "测试功能" "陈跃美" '{"pri":2,"estimate":8,"type":"test"}'
```
### list-tasks
列出任务:
```bash
cym-zentao list-tasks <executionId> [status]
```
## 配置
在 `TOOLS.md` 中添加:
```markdown
## 禅道 API (ZenTao API)
- **API 地址:** https://ztpms.springgroup.cn/
- **用户名:** 1010753
- **密码:** Qwertyu@123
```