Circleci
/install circleci
🔄 CircleCI
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
Requirements
| Variable | Required | Description |
|---|---|---|
CIRCLECI_TOKEN |
✅ | 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 \x3Cvalue> --branch \x3Cvalue>
# Get pipeline
python3 {{baseDir}}/scripts/circleci.py pipeline-get id \x3Cvalue>
# Trigger pipeline
python3 {{baseDir}}/scripts/circleci.py pipeline-trigger slug \x3Cvalue> --branch \x3Cvalue> --parameters \x3Cvalue>
# Get pipeline config
python3 {{baseDir}}/scripts/circleci.py pipeline-config id \x3Cvalue>
# List workflows
python3 {{baseDir}}/scripts/circleci.py workflows id \x3Cvalue>
# Get workflow
python3 {{baseDir}}/scripts/circleci.py workflow-get id \x3Cvalue>
# Cancel workflow
python3 {{baseDir}}/scripts/circleci.py workflow-cancel id \x3Cvalue>
All Commands
| Command | Description |
|---|---|
me |
Get current user |
pipelines |
List pipelines |
pipeline-get |
Get pipeline |
pipeline-trigger |
Trigger pipeline |
pipeline-config |
Get pipeline config |
workflows |
List workflows |
workflow-get |
Get workflow |
workflow-cancel |
Cancel workflow |
workflow-rerun |
Rerun workflow |
jobs |
List workflow jobs |
job-get |
Get job details |
job-cancel |
Cancel job |
job-artifacts |
List job artifacts |
insights-workflows |
Workflow insights |
contexts |
List contexts |
envvars |
List project env vars |
envvar-set |
Set env var |
Output Format
All commands output JSON by default. Add --human for readable formatted output.
python3 {{baseDir}}/scripts/circleci.py \x3Ccommand> --human
Script Reference
| Script | Description |
|---|---|
{{baseDir}}/scripts/circleci.py |
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
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install circleci - After installation, invoke the skill by name or use
/circleci - Provide required inputs per the skill's parameter spec and get structured output
What is Circleci?
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 708 downloads so far.
How do I install Circleci?
Run "/install circleci" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Circleci free?
Yes, Circleci is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Circleci support?
Circleci is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Circleci?
It is built and maintained by aiwithabidi (@aiwithabidi); the current version is v1.0.0.