Agent Plugins Marketplace
All plugins

overclick

v0.3.21

Run the complete OverClick card workflow from Codex.

CodexClaude Code1 Skill

By OverClickLicense: MIT116 GitHub starsUpdated 11 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 overclick for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ustoppble/overclick
codex plugin marketplace upgrade overclick
codex plugin add overclick@overclick

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

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

  • Codex: overclick@agent-plugin-marketplaceoverclick@overclick

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/ustoppble/overclick

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

Plugin files

plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/overclick/SKILL.md

Included Skills1

overclickskills/overclick/SKILL.md

Execute work through an OverClick MCP board. The board's MCP server is `overclick` (tools mcp__overclick__*); `overclock` is the IDE — one letter apart, different systems. Never guess the prefix. Use whenever an OverClick server is connected and the user mentions cards, tasks, missions, a card ID, or asks to register, claim, execute, deliver, release, or validate board work.

Plugin manifests2

plugin/.codex-plugin/plugin.json
{
  "name": "overclick",
  "version": "0.3.21",
  "description": "Run the complete OverClick card workflow from Codex.",
  "author": {
    "name": "OverClick"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "OverClick",
    "shortDescription": "Claim, execute, and deliver board cards.",
    "longDescription": "Connect Codex to an OverClick board and keep every work item in the claim-to-deliver loop.",
    "developerName": "OverClick",
    "category": "Productivity",
    "capabilities": [
      "MCP",
      "Skills"
    ],
    "defaultPrompt": "Show my OverClick board and help me execute the next card."
  },
  "mcpServers": "./.codex-plugin/mcp.json"
}
plugin/.claude-plugin/plugin.json
{
  "name": "overclick",
  "version": "0.3.21",
  "description": "Claim, execute, and deliver cards on your own self-hosted OverClick board. Ships the workflow skill, the /overclick:* commands, and hooks: a session-start board snapshot and a delivery commit check run by default, while the claim guard and the stop/harness guards ship disabled. The only network endpoint is the OverClick instance you configure - no third-party calls, no telemetry.",
  "author": {
    "name": "OverClick"
  },
  "license": "MIT"
}

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

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