Agent Plugins Marketplace
All plugins

circleci

v1.0.4

Build, test, and deploy any application. Includes 1 skill.

Codex1 Skill

By CircleCILicense: MIT7.1k GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install circleci for Codex

Installs for the current user
codex plugin marketplace add openai/plugins
codex plugin marketplace upgrade openai-curated
codex plugin add circleci@openai-curated

Paste and run these commands in a terminal with Codex. They add and refresh the openai-curated catalog, then install this plugin.

Compatibility: the page URL and API slug “circleci” remain stable.

  • Codex: circleci@agent-plugin-marketplacecircleci@openai-curated

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/openai/plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/circleci/.

Plugin files

plugins/circleci/
├── .codex-plugin/plugin.json
└── skills/chunk/SKILL.md

Included Skills1

chunkskills/chunk/SKILL.md

Use CircleCI Chunk for AI-assisted CI/CD work through either the Chunk web UI or the chunk-cli. Trigger this skill when users ask to set up Chunk, troubleshoot or fix failing builds with Chunk, configure Chunk environments, schedule/proactively run Chunk tasks, or use chunk-cli commands such as init, validate, build-prompt, auth, sandbox, task, and skill install.

Plugin manifests1

plugins/circleci/.codex-plugin/plugin.json
{
  "name": "circleci",
  "version": "1.0.4",
  "description": "Build, test, and deploy any application",
  "author": {
    "name": "CircleCI",
    "url": "https://circleci.com"
  },
  "homepage": "https://circleci.com",
  "repository": "https://github.com/circleci-public/skills",
  "license": "MIT",
  "keywords": [
    "circleci",
    "ci/cd",
    "ci"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "CircleCI",
    "shortDescription": "Build, test, and deploy any application",
    "longDescription": "Bring testing, deployment, and CI best practices into Codex",
    "developerName": "CircleCI",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://circleci.com",
    "privacyPolicyURL": "https://circleci.com/legal/privacy-policy",
    "termsOfServiceURL": "https://circleci.com/legal/terms-of-service",
    "defaultPrompt": [
      "Review the CircleCI configuration for this project and suggest improvements",
      "Diagnose and fix build failures for the current branch",
      "Setup the Chunk cli for this project"
    ],
    "brandColor": "#049B4A",
    "composerIcon": "./assets/composer-icon.svg",
    "logo": "./assets/logo.png",
    "logoDark": "./assets/logo-dark.png",
    "screenshots": []
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[circleci on Agent Plugins Marketplace](https://pluginsmp.com/plugins/circleci)