circleci
Manage CircleCI pipelines, jobs, and workflows via API. Trigger and monitor builds.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrgoodb/circleciCircleCI
Continuous integration platform.
Environment
export CIRCLECI_TOKEN="xxxxxxxxxx"
List Pipelines
curl "https://circleci.com/api/v2/project/gh/{org}/{repo}/pipeline" \
-H "Circle-Token: $CIRCLECI_TOKEN"
Trigger Pipeline
curl -X POST "https://circleci.com/api/v2/project/gh/{org}/{repo}/pipeline" \
-H "Circle-Token: $CIRCLECI_TOKEN" \
-H "Content-Type: application/json" \
-d '{"branch": "main"}'
Get Workflow
curl "https://circleci.com/api/v2/workflow/{workflowId}" -H "Circle-Token: $CIRCLECI_TOKEN"
Links
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrgoodb-circleci": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
smartsheet
Manage sheets, rows, and columns via Smartsheet API. Automate spreadsheet workflows.
onelogin
Manage users and apps via OneLogin API. Handle SSO and identity management.
google-sheets
Read and write Google Sheets data. Create spreadsheets, update cells, and manage worksheets via Sheets API.
postmark
Send transactional emails with high deliverability via Postmark API. Manage templates, track bounces, and view analytics.
loom
Manage Loom video recordings - list, share, and get analytics via Loom API.