Install
openclaw skills install openc3-flowGet all CI/CD flows from Open-C3 platform. Returns the complete list of flows in the system.
openclaw skills install openc3-flowRetrieve all CI/CD flows from Open-C3 platform via API.
This skill requires three configuration parameters:
http://192.168.10.67/)jobx)Configuration is stored in config.env in the skill directory.
✅ USE this skill when:
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.
Get all flows:
./scripts/list-all-flows.sh
Output Format:
The script returns a formatted table with:
appname and appkey headersAPP_KEY secure and never commit it to version control