← 返回 Skills 市场
172
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install yunxiao-devops-mcp
功能描述
阿里云云效 MCP 操作工具。通过 MCP SSE 协议操作云效平台,支持项目管理、工作项管理、流水线管理、代码仓库等 165+ 工具。
安全使用建议
This skill appears to be a local MCP SSE client and is internally consistent. Before installing or running it:
- Do not hand your Alibaba Cloud RAM AccessKey/Secret to the agent; if you deploy the MCP Server (DEPLOY.md), follow the doc and perform deployment manually. The server Docker image will require those credentials.
- Review and verify the Docker image source (build-steps-public-registry.cn-beijing...) before running it.
- npm install will fetch a public dependency (eventsource-parser); run installs in a controlled environment and review dependencies if you have strict supply-chain requirements.
- The client talks to a user-configurable baseUrl (defaults to localhost:3000). Ensure you only point it at a server you trust.
If you want higher assurance, ask for: the publisher identity, a signed release or official upstream repo, and an audit of the Docker image used by the MCP Server.
功能分析
Type: OpenClaw Skill
Name: yunxiao-devops-mcp
Version: 1.2.1
The skill bundle provides a legitimate Node.js client for interacting with an Alibaba Cloud Yunxiao (DevOps) MCP server via the SSE protocol. The core logic in `client/src/client.mjs` and the CLI in `client/src/cli.mjs` strictly follow the Model Context Protocol (MCP) specification for tool discovery and execution. The documentation in `DEPLOY.md` and `SKILL.md` includes appropriate security warnings regarding the manual handling of cloud credentials and provides clear, non-malicious instructions for AI agents to operate the 165+ supported DevOps tools.
能力评估
Purpose & Capability
The name/description match the provided client code and SKILL.md: this is an MCP SSE client that talks to a local MCP Server (default http://localhost:3000) and exposes 165+ tools. There are no unrelated environment variables or binaries declared. The need for Alibaba Cloud credentials appears only in DEPLOY.md for the separate MCP Server image (reasonable and documented).
Instruction Scope
Runtime instructions only cover installing the Node client (npm install), starting/pointing to a local MCP Server, listing tools, querying schemas, and calling tools. The DEPLOY.md explicitly instructs that server deployment must be performed manually and that AI agents must not run the deployment commands. The SKILL.md and client code do not read arbitrary host files or exfiltrate data to external endpoints other than the configured MCP Server.
Install Mechanism
The registry entry has no automated install spec; the package includes a Node.js client whose installation is via npm (client recommends npm install). That pulls one dependency (eventsource-parser) from the public npm registry — expected for a Node client but worth noting as a standard third-party dependency fetch.
Credentials
The skill itself declares no required env vars or credentials. DEPLOY.md (separate MCP Server) requires ALIBABA_CLOUD_ACCESS_KEY_ID and ALIBABA_CLOUD_ACCESS_KEY_SECRET for server deployment; this is appropriate for a server that needs to access Alibaba Cloud, but these credentials are sensitive and the docs explicitly require manual, human-driven deployment rather than automated use by the agent.
Persistence & Privilege
No elevated privileges are requested. always is false, the skill does not request persistent insertion into agent configs, and it does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yunxiao-devops-mcp - 安装完成后,直接呼叫该 Skill 的名称或使用
/yunxiao-devops-mcp触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
删除无用的代码,精简项目结构
v1.2.0
list 输出 Markdown 表格格式更省 token;新增 schema 命令按需获取工具参数定义;新增典型 AI agent 调用流程指南
v1.1.0
客户端从 Python 改为 Node.js,新增 --stdin 参数支持大参数传递
v1.0.0
Initial release: 阿里云云效 MCP 操作工具,支持项目管理、工作项、流水线、代码仓库等 165+ 工具
元数据
常见问题
云效 DevOps MCP 是什么?
阿里云云效 MCP 操作工具。通过 MCP SSE 协议操作云效平台,支持项目管理、工作项管理、流水线管理、代码仓库等 165+ 工具。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 172 次。
如何安装 云效 DevOps MCP?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yunxiao-devops-mcp」即可一键安装,无需额外配置。
云效 DevOps MCP 是免费的吗?
是的,云效 DevOps MCP 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
云效 DevOps MCP 支持哪些平台?
云效 DevOps MCP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 云效 DevOps MCP?
由 JonasGao(@jonasgao)开发并维护,当前版本 v1.2.1。
推荐 Skills