circleci

CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "circleci" with this command: npx skills add aiwithabidi/circleci

🔄 CircleCI

CircleCI CI/CD — manage pipelines, workflows, jobs, and insights via REST API

Requirements

VariableRequiredDescription
CIRCLECI_TOKENPersonal 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

CommandDescription
meGet current user
pipelinesList pipelines
pipeline-getGet pipeline
pipeline-triggerTrigger pipeline
pipeline-configGet pipeline config
workflowsList workflows
workflow-getGet workflow
workflow-cancelCancel workflow
workflow-rerunRerun workflow
jobsList workflow jobs
job-getGet job details
job-cancelCancel job
job-artifactsList job artifacts
insights-workflowsWorkflow insights
contextsList contexts
envvarsList project env vars
envvar-setSet 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

ScriptDescription
{{baseDir}}/scripts/circleci.pyMain 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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Arena System

Adversarial self-improvement for AI agents. Reduces hallucinations through Agent vs Anti-Agent debate loops.

Registry SourceRecently Updated
Automation

TrustLog Guard

Financial governance for OpenClaw agents. Tracks API spend, enforces budget limits, detects runaway loops, delivers cost briefings. Reads session .jsonl logs...

Registry SourceRecently Updated
Automation

Agent Hotel Booking

Integrate with Brek Partner Core Chat API for hotel-search and booking assistant flows. Use when an agent needs to create or continue Brek chat sessions, sen...

Registry SourceRecently Updated
6000leo9
Automation

Emotion Detector

Detects the primary emotion in text input for AI agents. Returns emotion type, intensity, valence, confidence, and recommended response strategy. Use when an...

Registry SourceRecently Updated