Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API
VariableRequiredDescriptionCIRCLECI_TOKEN✅Personal API token from circleci.com
# 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>
CommandDescriptionmeGet current userpipelinesList pipelinespipeline-getGet pipelinepipeline-triggerTrigger pipelinepipeline-configGet pipeline configworkflowsList workflowsworkflow-getGet workflowworkflow-cancelCancel workflowworkflow-rerunRerun workflowjobsList workflow jobsjob-getGet job detailsjob-cancelCancel jobjob-artifactsList job artifactsinsights-workflowsWorkflow insightscontextsList contextsenvvarsList project env varsenvvar-setSet env var
All commands output JSON by default. Add --human for readable formatted output. python3 {{baseDir}}/scripts/circleci.py <command> --human
ScriptDescription{{baseDir}}/scripts/circleci.pyMain CLI — all commands in one tool
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
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.