overclick
v0.3.21Run the complete OverClick card workflow from Codex.
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
codex plugin marketplace add ustoppble/overclick
codex plugin marketplace upgrade overclick
codex plugin add overclick@overclickPaste 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-marketplace→overclick@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/overclickClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/overclick/SKILL.md
Included Skills1
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
{
"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"
}{
"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"
}For maintainers
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)