← 返回
开发者工具 Key 中文

openc3-flow

Get all CI/CD flows from Open-C3 platform. Returns the complete list of flows in the system.
从Open-C3平台获取所有CI/CD流程,返回完整流程列表。
lijinfeng2011
开发者工具 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 454
下载
💾 7
安装
1
版本
#latest

概述

Open-C3 Flow List Skill

Retrieve all CI/CD flows from Open-C3 platform via API.

Configuration

This skill requires three configuration parameters:

  1. OPEN_C3_URL: The base URL of your Open-C3 deployment (e.g., http://192.168.10.67/)
  2. APP_NAME: Your application name for API authentication (e.g., jobx)
  3. APP_KEY: Your application key for API authentication

Setting Up Configuration

Configuration is stored in config.env in the skill directory.

When to Use

USE this skill when:

  • "Get all flows from the system"
  • "List all CI/CD pipelines"
  • "Show me all available flows"
  • "What flows are configured in Open-C3?"

API Endpoint

Get All Flows

curl -X GET "${OPEN_C3_URL}/api/ci/group/ci/dump" \
  -H "appname: ${APP_NAME}" \
  -H "appkey: ${APP_KEY}"

Response: Returns a JSON object containing all flows in the system, organized by service tree.

Examples

Get all flows:

./scripts/list-all-flows.sh

Output Format:

The script returns a formatted table with:

  • Total count of all flows
  • Table with columns: ID, Name, Service Tree ID, Service Tree Name, Source Address
  • Summary statistics grouped by service tree

Notes

  • All API calls require appname and appkey headers
  • This endpoint returns all flows across all service trees
  • Keep your APP_KEY secure and never commit it to version control

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-20 03:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,794
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 668 📥 324,132
developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 68 📥 180,146