multiAI Summary Pending

cym-zentao - 禅道项目管理 CLI

## 安装

3,556 stars

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

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/cym-zentao/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How cym-zentao - 禅道项目管理 CLI Compares

Feature / Agentcym-zentao - 禅道项目管理 CLIStandard Approach
Platform SupportmultiLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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
```