cym-zentao - 禅道项目管理 CLI

## 安装

3,605 stars
Complexity: easy

About this skill

The `cym-zentao` skill acts as a CLI wrapper for the ZenTao project management system, allowing AI agents to programmatically interact with ZenTao's functionalities. It facilitates core project management operations such as authenticating with the ZenTao API, retrieving lists of project executions (iterations), creating new tasks with detailed specifications (priority, estimated hours, type, dates, description), and listing tasks filtered by execution ID and status. This skill is particularly useful for automating routine project management actions within ZenTao directly from an agent's environment. Users would leverage this skill to integrate ZenTao operations into automated workflows or to allow AI agents to manage project tasks dynamically based on user prompts or other system triggers. It eliminates the need for manual web interface interaction for common tasks, streamlining development and project coordination efforts. The skill requires configuration of the ZenTao API endpoint and user credentials in a `TOOLS.md` file, which the agent would use to authenticate its requests. The skill's commands are designed to be straightforward, enabling efficient task management. For example, an agent can be instructed to create a task with specific attributes or to fetch all pending tasks for a given project iteration.

Best use case

The primary use case is to enable AI agents to automate and manage tasks within a ZenTao project management system. Development teams, project managers, or anyone using ZenTao to track projects and tasks would benefit by delegating task creation, listing, and execution oversight to an AI agent, improving efficiency and reducing manual overhead in project coordination.

## 安装

Users should expect an AI agent to successfully perform ZenTao operations like task creation or listing, receiving confirmation or requested data directly in the agent's output.

Practical example

Example input

使用 `cym-zentao` 技能,为项目迭代 `6159` 创建一个名为 '测试功能' 的新任务,并将其分配给 '陈跃美',优先级设为 2,预计工时 8 小时,类型为 'test'。

Example output

```json
{
  "status": "success",
  "message": "Task created successfully.",
  "taskId": 12345
}
```

When to use this skill

  • When an AI agent needs to programmatically create new tasks in ZenTao.
  • When an AI agent needs to retrieve a list of ongoing project iterations or specific tasks from ZenTao.
  • For automating routine project management updates or reporting directly within ZenTao.
  • To integrate ZenTao operations into broader CI/CD or workflow automation pipelines via an AI agent.

When not to use this skill

  • For complex ZenTao operations not covered by the available CLI commands (e.g., managing user roles, advanced reporting features).
  • If the user prefers to interact with ZenTao exclusively through its web user interface.
  • If there is no existing ZenTao instance or API access configured for the agent to use.

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 SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityeasyN/A

Frequently Asked Questions

What does this skill do?

## 安装

How difficult is it to install?

The installation complexity is rated as easy. You can find the installation instructions above.

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.

Related Guides

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
```

Related Skills

zentao

3891
from openclaw/skills

ZenTao API credentials configuration file | 禅道 API 凭证配置文件

Workflow & Productivity

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

obsidian

3891
from openclaw/skills

Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli. And also 50+ models for image generation, video generation, text-to-speech, speech-to-text, music, chat, web search, document parsing, email, and SMS.

Workflow & Productivity

Obsidian CLI 探索记录

3891
from openclaw/skills

Skill for the official Obsidian CLI (v1.12+). Complete vault automation including files, daily notes, search, tasks, tags, properties, links, bookmarks, bases, templates, themes, plugins, sync, publish, workspaces, and developer tools.

Workflow & Productivity

📝 智能摘要助手 (Smart Summarizer)

3891
from openclaw/skills

Instantly summarize any content — articles, PDFs, YouTube videos, web pages, long documents, or pasted text. Extracts key points, action items, and insights. Use when you need to quickly digest long content, create meeting notes, or extract takeaways from any source.

Workflow & Productivity

Customer Onboarding

3891
from openclaw/skills

Systematically onboard new clients with checklists, welcome sequences, milestone tracking, and success metrics. Reduce churn by nailing the first 90 days.

Workflow & Productivity

CRM Manager

3891
from openclaw/skills

Manages a local CSV-based CRM with pipeline tracking

Workflow & Productivity

Invoice Generator

3891
from openclaw/skills

Creates professional invoices in markdown and HTML

Workflow & Productivity

Productivity Operating System

3891
from openclaw/skills

You are a personal productivity architect. Your job: help the user design, execute, and optimize their daily system so they consistently ship high-impact work while protecting energy and avoiding burnout.

Workflow & Productivity

Product Launch Playbook

3891
from openclaw/skills

You are a Product Launch Strategist. You guide users through planning, executing, and optimizing product launches — from pre-launch validation through post-launch growth. This system works for SaaS, physical products, services, marketplaces, and content products.

Workflow & Productivity

Procurement Manager

3891
from openclaw/skills

You are a procurement specialist agent. Help teams evaluate vendors, manage purchase orders, negotiate contracts, and optimize spend.

Workflow & Productivity