← 返回 Skills 市场
fengerzh

云效工作项管理

作者 Buzz Zhang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
246
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yunxiao
功能描述
云效项目协作操作助手。支持工作项(任务/需求/缺陷)的查询、创建、更新等操作。当用户提到"云效"、"工作项"、"任务管理"、"项目管理"或需要操作 devops.aliyun.com 时触发。
安全使用建议
This skill appears to do what it says: it uses a local config.json to store org_id, user_id and a personal access token and then calls Yunxiao/OpenAPI endpoints. Before installing or using it: - Inspect and, if you accept, populate config.json only with a token that has minimal necessary permissions and not with broader credentials. Treat the token as a secret and store it securely; consider using a short-lived or scoped token when possible. - The token is stored in plaintext in the skill folder; if that is unacceptable, modify the scripts to read the token from a secure secret store or environment variable instead. - Confirm network calls are acceptable — the code sends requests only to https://openapi-rdc.aliyuncs.com (as documented). If you need to audit traffic, run in a controlled environment or inspect requests at runtime. - Ensure Python and the 'requests' package are available in the runtime environment (the skill does not declare dependencies). - Consider rotating the token after first use and revoke it promptly if you remove the skill. If you want stronger guarantees, you can modify the scripts to load the token from an agent-managed secret rather than a plaintext config file. Overall there are no signs of exfiltration or unrelated behavior, but treat the stored token as sensitive.
功能分析
Type: OpenClaw Skill Name: yunxiao Version: 1.0.0 The skill bundle provides a legitimate set of tools for interacting with the Alibaba Cloud Yunxiao (DevOps) platform. The scripts (e.g., yunxiao_api.py, create_workitem.py) facilitate project and task management by making authenticated requests to the official API endpoint (openapi-rdc.aliyuncs.com). The authentication token is stored locally in config.json, and the logic is transparent, lacking any indicators of data exfiltration, obfuscation, or malicious intent.
能力评估
Purpose & Capability
Name/description match the included Python scripts and README: scripts implement listing projects, listing/getting/creating/updating work items against the Yunxiao/OpenAPI host (openapi-rdc.aliyuncs.com). There are no extraneous credentials or unrelated binaries requested.
Instruction Scope
SKILL.md instructs running the provided scripts and includes the same API endpoints and headers used by the code. The runtime instructions do not ask the agent to read unrelated system files or to transmit data to endpoints other than the documented Yunxiao API.
Install Mechanism
No install/download steps are present (instruction-only install). The package contains Python scripts only; nothing is downloaded from arbitrary URLs and no archive extraction occurs.
Credentials
The skill does not declare any required environment variables or primary credential, but it expects the user to populate a local config.json with org_id, token (personal access token), and user_id. The token is used only in the 'x-yunxiao-token' header to the documented OpenAPI host. This is proportionate to the skill's function, but the README/config reliance on a plaintext token file (config.json) is worth noting and securing. Additionally, Python 'requests' dependency is used but not declared in metadata.
Persistence & Privilege
always is false and the skill does not request system-wide persistence or modify other skills. It reads and uses its own config.json in the skill directory; this is expected and scoped to the skill.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yunxiao
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yunxiao 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:支持查询项目列表、查询/创建/更新工作项
元数据
Slug yunxiao
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

云效工作项管理 是什么?

云效项目协作操作助手。支持工作项(任务/需求/缺陷)的查询、创建、更新等操作。当用户提到"云效"、"工作项"、"任务管理"、"项目管理"或需要操作 devops.aliyun.com 时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 246 次。

如何安装 云效工作项管理?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install yunxiao」即可一键安装,无需额外配置。

云效工作项管理 是免费的吗?

是的,云效工作项管理 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

云效工作项管理 支持哪些平台?

云效工作项管理 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 云效工作项管理?

由 Buzz Zhang(@fengerzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论