Devops Platform Skill
/install devops-platform-skill
DevOps Platform Skill
管理DevOps效能平台,提供完整的DevOps平台API访问功能。
配置
使用前需要配置:
- 后端接口地址
- 用户的Open Token
功能
📊 应用管理
- 查询应用列表
- 获取应用详细信息
- 按状态筛选应用
🔄 迭代管理
- 查询研发迭代列表
- 查询我的研发迭代列表
- 查询迭代下的应用列表
- 收藏/取消收藏迭代
- 查询收藏的迭代列表
📅 发布管理
- 查询发布窗口列表
- 查询发布任务列表
- 查询发布记录列表
- 查询染色环境应用列表
📈 统计信息
- 平台统计信息概览
使用方法
初始化配置
devops-platform config --base-url \x3C后端地址> --token \x3C用户token>
查看配置状态
devops-platform status
应用相关命令
# 查询应用列表
devops-platform apps [--page \x3C页码>] [--size \x3C每页大小>] [--status \x3C状态>]
# 获取应用详细信息
devops-platform app-detail --id \x3C应用ID>
# 查询染色环境应用列表
devops-platform staging-apps [--page \x3C页码>] [--size \x3C每页大小>]
迭代相关命令
# 查询研发迭代列表
devops-platform iterations [--page \x3C页码>] [--size \x3C每页大小>] [--search \x3C搜索词>] [--status \x3C状态>]
# 查询我的研发迭代列表
devops-platform my-iterations [--page \x3C页码>] [--size \x3C每页大小>]
# 查询迭代下的应用列表
devops-platform iteration-apps --plan-id \x3C迭代ID> [--page \x3C页码>] [--size \x3C每页大小>]
# 收藏迭代
devops-platform favorite-iteration --plan-id \x3C迭代ID>
# 取消收藏迭代
devops-platform favorite-iteration --plan-id \x3C迭代ID> --remove
# 查询收藏的迭代列表
devops-platform favorites [--page \x3C页码>] [--size \x3C每页大小>]
发布相关命令
# 查询发布窗口列表
devops-platform pub-windows [--page \x3C页码>] [--size \x3C每页大小>] [--status \x3C状态>] [--window-date \x3C日期>]
# 查询发布任务列表
devops-platform pub-tasks [--page \x3C页码>] [--size \x3C每页大小>] [--plan-id \x3C迭代ID>] [--status \x3C状态>]
# 查询发布记录列表
devops-platform pub-records [--page \x3C页码>] [--size \x3C每页大小>] [--task-id \x3C任务ID>] [--status \x3C状态>]
统计信息
# 获取平台统计信息
devops-platform stats
帮助信息
# 显示所有命令
devops-platform help-all
API 详情
基于OpenAPI 3.0规范,支持以下接口:
应用管理接口
GET /application/app/list- 查询应用列表GET /application/app/{id}- 获取应用详细信息
迭代管理接口
GET /publish/publishplan/list- 查询研发迭代列表GET /publish/publishplan/myplanlist- 查询我的研发迭代列表GET /publish/publishplan/applist- 查询迭代下应用列表POST /publish/publishplan/favorite- 收藏迭代POST /publish/publishplan/unfavorite- 取消收藏迭代GET /publish/publishplan/myfavoritelist- 查询收藏的迭代列表GET /publish/publishplan/stagingapplist- 查询染色环境应用列表
发布管理接口
GET /publish/pubwindow/list- 查询发布窗口列表GET /publish/pubtask/list- 查询发布任务列表GET /publish/pubrecord/list- 查询发布记录列表
请求头
所有接口都需要以下请求头:
authorization: Bearer {用户token}from: openapicontent-type: application/json
错误处理
- 配置缺失时会提示用户先进行配置
- 网络错误会显示详细错误信息
- API错误会显示状态码和响应数据
- 支持超时设置(15秒)
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install devops-platform-skill - After installation, invoke the skill by name or use
/devops-platform-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Devops Platform Skill?
Manage and query DevOps platform data, including applications, iterations, releases, and statistics via configured API access with user token authorization. It is an AI Agent Skill for Claude Code / OpenClaw, with 98 downloads so far.
How do I install Devops Platform Skill?
Run "/install devops-platform-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Devops Platform Skill free?
Yes, Devops Platform Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Devops Platform Skill support?
Devops Platform Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Devops Platform Skill?
It is built and maintained by yuanqiuqian (@yuanqiuqian); the current version is v1.0.0.