← 返回 Skills 市场
lijinfeng2011

openc3-flow

作者 lijinfeng2011 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
249
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openc3-flow
功能描述
Get all CI/CD flows from Open-C3 platform. Returns the complete list of flows in the system.
安全使用建议
Before installing: (1) note the registry metadata omission — SKILL.md and the script require OPEN_C3_URL, APP_NAME, and APP_KEY even though the registry lists none; ask the publisher to correct the manifest. (2) Inspect config.env.example and confirm config.env will be gitignored and stored securely; avoid keeping APP_KEY in plaintext in shared repos. (3) Only point OPEN_C3_URL at trusted Open‑C3 servers; the script will send the APP_KEY to whatever URL you configure. (4) If you want stronger security, ask for support to use a secrets manager or agent-provided secure env rather than a local file. (5) The skill source is small and readable — review the files yourself and confirm the owner and homepage (both are missing) before trusting production credentials.
功能分析
Type: OpenClaw Skill Name: openc3-flow Version: 1.0.0 The skill is a legitimate tool for retrieving CI/CD flow information from an Open-C3 platform. It uses a bash script (scripts/list-all-flows.sh) to perform authenticated API requests via curl and formats the output using jq. The logic is transparent, aligns with the stated purpose in SKILL.md, and contains no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The declared runtime binaries (curl, jq) and the included script match the stated purpose of calling Open‑C3's API and formatting results. However, the registry metadata claims no required environment variables while the SKILL.md and script clearly require OPEN_C3_URL, APP_NAME, and APP_KEY. That mismatch is an incoherence in the manifest.
Instruction Scope
The SKILL.md and scripts are narrowly scoped: they source a local config.env, perform a single GET to ${OPEN_C3_URL}/api/ci/group/ci/dump with appname/appkey headers, validate the response, and format output. The instructions do not access system-wide config, other credentials, or send data to third‑party endpoints beyond the configured OPEN_C3_URL.
Install Mechanism
This is an instruction-only skill with a small helper script and no install spec or external downloads. No archive extraction or network installs are requested, so the install mechanism itself is low risk.
Credentials
The skill requires sensitive credentials (APP_KEY, APP_NAME) and a target URL, but the registry metadata does not declare them. The script expects these values in a plaintext config.env inside the skill directory — storing secrets in a file in the skill folder is a proportionality and secret‑management concern. There is no primaryEnv declared and no guidance to use a secure secret store; the README only notes to gitignore config.env.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system config. Autonomous invocation (disable-model-invocation: false) is the platform default; nothing here elevates privilege beyond normal operation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install openc3-flow
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /openc3-flow 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release—retrieve a complete list of CI/CD flows from the Open-C3 platform. - Lists all flows via the Open-C3 API `/api/ci/group/ci/dump` - Authentication via configurable app name and key headers - Output includes total flow count, formatted table, and group statistics - Usage examples and configuration details provided in SKILL.md - Requires `curl` and `jq` dependencies
元数据
Slug openc3-flow
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

openc3-flow 是什么?

Get all CI/CD flows from Open-C3 platform. Returns the complete list of flows in the system. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 openc3-flow?

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

openc3-flow 是免费的吗?

是的,openc3-flow 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

openc3-flow 支持哪些平台?

openc3-flow 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 openc3-flow?

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

💬 留言讨论