circleci-cli

circleci-cli is a skill for Claude Code, Codex from fanfan-de/anybox. It costs 51 tokens per session (561 once invoked), scanned A, original, MIT.

A guide for operating and troubleshooting CircleCI through its command-line tool. CircleCI is a service that runs automated builds and tests for software projects.

In plain words
What is it for?
Use it to check authentication, inspect pipeline and job status, validate configuration locally, rerun selected jobs, or trigger a pipeline.
Why use it?
It helps inspect failures and configuration safely before rerunning jobs or triggering new pipelines.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to check authentication, inspect pipeline and job status, validate configuration locally, rerun selected jobs, or trigger a pipeline.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fanfan-de/anybox/cli
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add fanfan-de/anybox --skill cli
Clone the repo
git clone --depth 1 https://github.com/fanfan-de/anybox

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for circleci-cli

README.md
[![agentmods](https://agentmods.dev/badge/skills/fanfan-de/anybox/cli/github.svg)](https://agentmods.dev/skills/fanfan-de/anybox/cli)
Your own site
<a href="https://agentmods.dev/skills/fanfan-de/anybox/cli"><img src="https://agentmods.dev/badge/skills/fanfan-de/anybox/cli/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for circleci-cli

Your own site · 80×15
<a href="https://agentmods.dev/skills/fanfan-de/anybox/cli"><img src="https://agentmods.dev/badge/skills/fanfan-de/anybox/cli.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 561 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00051 $0.00561
Opus 5 $0.00026 $0.00280
Sonnet 5 $0.00010 $0.00112
Haiku 4.5 $0.00005 $0.00056

Measured 8d ago against content hash a30a850365b8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

circleci-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/Anybox-Plugins/circleci/skills/cli/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CircleCI CLI

Overview

Use this skill when the fastest path is CircleCI CLI-driven operations rather than editing config first. Prioritize safe, read-first diagnostics, then run targeted mutating commands only after confirming scope.

Inputs To Gather

  • Repository path and target branch
  • CircleCI project slug (if needed)
  • Whether objective is inspect, rerun, trigger, or validate
  • Required token/auth state and org permissions

Workflow

  1. Verify CLI and auth state.
    • Confirm circleci is installed and version is available.
    • Confirm token/auth before issuing remote CircleCI commands.
  2. Run read-only diagnostics first.
    • Inspect available pipeline/project/trigger state and capture concrete identifiers.
    • Extract first failing scope and step details from supported command output before rerun/trigger actions.
  3. Validate config locally when relevant.
    • Run config validation/processing commands before committing risky edits.
  4. Run targeted mutation commands.
    • Rerun only required workflow/job scope.
    • Trigger pipelines with explicit parameters and branch context.
  5. Report results and next action.
    • Provide exact command results, remaining blockers, and safest follow-up.

Guardrails

  • Prefer read-only commands before rerun/trigger/cancel operations.
  • Confirm organization/project scope before mutating pipeline state.
  • Never print raw secret values from environment variables or tokens.
  • If permissions fail, report exact auth/scope gap and safest remediation.
  • Respect installed CLI capabilities and avoid inventing commands.
  • Do not use circleci api, circleci workflow, or other unavailable legacy commands unless circleci help confirms they exist.

Installed CLI Compatibility

For newer circleci builds that expose domain subcommands (for example pipeline, project, trigger) but not api:

  • Verify available commands first with circleci help.
  • Use only discovered subcommands from help output.
  • Prefer circleci pipeline list|create|run and circleci trigger ... for pipeline operations.
  • For cloud job logs, use supported platform tools (CircleCI app/UI or connected CircleCI MCP tooling) if the CLI does not expose a logs command.

Read the full file on GitHub · 61 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 61 lines · 51 tokens per session scan A a30a850365b8

Subscribe to this mod's changes

circleci-cli is a skill published in the GitHub repository fanfan-de/anybox (57 stars, last pushed 28d ago), licensed MIT. It adds 51 tokens to every session and 561 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

Verification & Quality Assurance

Comprehensive truth scoring, code quality verification, and automatic rollback system with 0.95 accuracy threshold for ensuring high-quality agent outputs and codebase reliability.

ruvnet/RuView · 36 tokens

smoke-test

Health smoke tests + auto-fix for gbrain installs (and OpenClaw services when present). Run after machine/container restarts or whenever something seems broken. Tests critical services, auto-fixes bounded local issues, and reports worker topology without starting daemons. Extensible via user-defined test scripts in…

garrytan/gbrain · 79 tokens

mcore-create-issue

Investigate a failing GitHub Actions run or job and create a GitHub issue for the failure.

NVIDIA/skills · 26 tokens

debug-task

Diagnose and fix moon tasks that are broken, misconfigured, or behaving unexpectedly. Use this skill when a moon task is failing, not running, skipped, hanging, producing stale or wrong output, cached when it shouldn't be, re-running every time when it should be cached, or when outputs are empty or missing after a…

moonrepo/moon · 231 tokens

operating-github-ci-fixer

Use when the user asks OpenSRE to fix failing GitHub CI, GitHub Actions checks, failing pull request checks, a broken PR branch, or CI on a named branch such as main.

Tracer-Cloud/opensre · 48 tokens

ci-triage

Classify CI failures — distinguish clear regressions from infra flakes and security-test failures. Produces structured failure reports.

cobusgreyling/loop-engineering · 28 tokens