yunxiao

云效项目协作操作助手。支持工作项(任务/需求/缺陷)的查询、创建、更新等操作。当用户提到"云效"、"工作项"、"任务管理"、"项目管理"或需要操作 devops.aliyun.com 时触发。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "yunxiao" with this command: npx skills add fengerzh/yunxiao

云效项目协作 API

通过云效 OpenAPI 管理工作项(任务、需求、缺陷等)。


🤖 AI 决策指南

用户意图识别

用户说法意图执行动作
"查看我的任务" / "我有什么工作项"查询工作项指定项目后调用 list_workitems.py
"查看任务详情"查询单个工作项调用 get_workitem.py <id>
"创建一个任务" / "新建工作项"创建工作项先确认项目,再调用 create_workitem.py
"更新任务" / "修改任务标题"更新工作项调用 update_workitem.py
"完成任务" / "关闭任务"更新状态调用 update_workitem.py --status
"列出所有项目"查看项目调用 list_projects.py

⚠️ 创建任务时的交互流程

重要:创建工作项时,如果用户没有指定项目,必须先询问用户!

  1. 用户说:"帮我创建一个任务"
  2. AI 先查询项目列表:python3 list_projects.py
  3. AI 展示可选项目,询问用户:"要创建在哪个项目?"
  4. 用户选择后,再创建任务

不要在未确认项目的情况下直接使用默认项目创建!


📋 命令速查

查询项目列表

python3 ~/.openclaw/workspace/skills/yunxiao/scripts/list_projects.py

查询工作项详情

python3 ~/.openclaw/workspace/skills/yunxiao/scripts/get_workitem.py <workitem_id>

创建工作项

# 必须指定项目
python3 ~/.openclaw/workspace/skills/yunxiao/scripts/create_workitem.py \
  --subject "任务标题" \
  --project "AI 产研"

# 完整参数
python3 ~/.openclaw/workspace/skills/yunxiao/scripts/create_workitem.py \
  --subject "任务标题" \
  --project "AI 产研" \
  --type "任务" \
  --priority "高" \
  --desc "任务描述"

更新工作项

# 修改标题
python3 ~/.openclaw/workspace/skills/yunxiao/scripts/update_workitem.py <id> --subject "新标题"

# 修改描述
python3 ~/.openclaw/workspace/skills/yunxiao/scripts/update_workitem.py <id> --desc "新描述"

📁 脚本说明

脚本名用途
yunxiao_api.pyAPI 基础模块
list_projects.py查询项目列表
get_workitem.py查询单个工作项详情
create_workitem.py创建工作项(需指定项目)
update_workitem.py更新工作项
list_workitems.py查询工作项列表(需指定项目)

🔧 API 端点

基础 URL: https://openapi-rdc.aliyuncs.com

认证方式: 请求头 x-yunxiao-token

操作方法路径
搜索项目POST/oapi/v1/projex/organizations/{orgId}/projects:search
查询详情GET/oapi/v1/projex/organizations/{orgId}/workitems/{id}
创建POST/oapi/v1/projex/organizations/{orgId}/workitems
更新PUT/oapi/v1/projex/organizations/{orgId}/workitems/{id}

📝 工作项类型

  • 任务 (Task): 开发任务、测试任务等
  • 需求 (Req): 产品需求
  • 缺陷 (Bug): Bug 修复
  • 风险 (Risk): 项目风险

⚠️ 权限要求

Token 需要以下权限:

  • 项目协作 > 项目 > 只读(查询项目列表)
  • 项目协作 > 工作项 > 只读(查询)
  • 项目协作 > 工作项 > 读写(创建、更新)

最后更新: 2026-03-16

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio, e...

Registry SourceRecently Updated
1130ckchzh
Coding

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-m awesome postgres, python, database, postgres, postgresql...

Registry SourceRecently Updated
Coding

Awesome Cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They awesome cheatsheets, javascript, backend, bash, chea...

Registry SourceRecently Updated