skills/yunxiao-devops/SKILL.md
阿里云云效 DevOps 平台集成技能。提供代码管理、流水线、项目管理、组织管理、制品仓库、应用交付、测试管理等完整 DevOps 能力。当用户需要与云效平台交互时使用,包括:(1) 代码仓库操作(分支、文件、合并请求)(2) 流水线创建和运行 (3) 项目和工作项管理 (4) 组织成员管理 (5) 制品仓库查询 (6) 应用部署和发布 (7) 测试用例管理。触发词:云效、Codeup、Flow、Projex、AppStack、DevOps。
npx skillsauth add 2284730142/alibabacloud-devops-mcp-server yunxiao-devopsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能提供与阿里云云效平台交互的完整能力,包含 156 个工具。
export YUNXIAO_ACCESS_TOKEN="your-personal-access-token"
重要: 需要告知用户在全局设定此 token!当 API 请求失败时,提示用户获取令牌。
获取令牌:云效控制台 → 个人设置 → 个人访问令牌
在查阅 references 文档之前,必须优先使用 CLI 帮助命令!
CLI 位置:scripts/yunxiao-cli/index.mjs
# 查看帮助
node scripts/yunxiao-cli/index.mjs --help
# 列出所有工具
node scripts/yunxiao-cli/index.mjs list
# 按类别筛选 (base/code/org/project/pipeline/packages/appstack/test)
node scripts/yunxiao-cli/index.mjs list --category=pipeline
# 搜索工具
node scripts/yunxiao-cli/index.mjs search branch
# 查看工具详情(包含完整参数说明)
node scripts/yunxiao-cli/index.mjs tool create_branch
# 调用工具(使用完整的 MCP 业务逻辑)
node scripts/yunxiao-cli/index.mjs call get_current_organization_info
# 带参数调用
node scripts/yunxiao-cli/index.mjs call create_branch '{"organizationId":"xxx","repositoryId":"yyy","branch":"feature/new"}'
# 直接调用 API
node scripts/yunxiao-cli/index.mjs api GET /oapi/v1/organization/current
node scripts/yunxiao-cli/index.mjs api POST /endpoint --data '{"key":"value"}'
list、search、tool 命令获取工具信息call 命令(推荐)或 api 命令仅当 CLI 查询信息不足时查阅:
| 模块 | 参考文档 | |------|----------| | 代码管理 | code-management.md | | 流水线 | pipeline.md | | 项目管理 | project-management.md | | 组织管理 | organization.md | | 制品仓库 | packages.md | | 应用交付 | appstack.md | | 测试管理 | test-management.md |
https://openapi-rdc.aliyuncs.comx-yunxiao-token: <token>development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.