Skills circleci
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/circleci" ~/.claude/skills/clawdbot-skills-circleci && rm -rf "$T"
manifest:
skills/aiwithabidi/circleci/SKILL.mdsource content
🔄 CircleCI
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | Personal API token from circleci.com |
Quick Start
# Get current user python3 {{baseDir}}/scripts/circleci.py me # List pipelines python3 {{baseDir}}/scripts/circleci.py pipelines slug <value> --branch <value> # Get pipeline python3 {{baseDir}}/scripts/circleci.py pipeline-get id <value> # Trigger pipeline python3 {{baseDir}}/scripts/circleci.py pipeline-trigger slug <value> --branch <value> --parameters <value> # Get pipeline config python3 {{baseDir}}/scripts/circleci.py pipeline-config id <value> # List workflows python3 {{baseDir}}/scripts/circleci.py workflows id <value> # Get workflow python3 {{baseDir}}/scripts/circleci.py workflow-get id <value> # Cancel workflow python3 {{baseDir}}/scripts/circleci.py workflow-cancel id <value>
All Commands
| Command | Description |
|---|---|
| Get current user |
| List pipelines |
| Get pipeline |
| Trigger pipeline |
| Get pipeline config |
| List workflows |
| Get workflow |
| Cancel workflow |
| Rerun workflow |
| List workflow jobs |
| Get job details |
| Cancel job |
| List job artifacts |
| Workflow insights |
| List contexts |
| List project env vars |
| Set env var |
Output Format
All commands output JSON by default. Add
--human for readable formatted output.
python3 {{baseDir}}/scripts/circleci.py <command> --human
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation