codexbar-quota-handoff
v2.0.0Reminds Codex CLI to wrap up when CodexBar detects the Codex 5-hour or 7-day quota is nearly exhausted, and to ask before writing a handoff document if needed.
By Charley Wu4 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 0 skill or MCP entries
- Source updated
- Sep 19, 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 codexbar-quota-handoff for Codex and Claude Code
codex plugin marketplace add akunzai/agent-skills
codex plugin marketplace upgrade akunzai-agent-skills
codex plugin add codexbar-quota-handoff@akunzai-agent-skillsPaste and run these commands in a terminal with Codex. They add and refresh the akunzai-agent-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “codexbar-quota-handoff” remain stable.
- Codex:
codexbar-quota-handoff@agent-plugin-marketplace→codexbar-quota-handoff@akunzai-agent-skills
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/akunzai/agent-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/codexbar-quota-handoff/.
Plugin files
├── .codex-plugin/plugin.json└── .claude-plugin/plugin.json
Plugin manifests2
{
"name": "codexbar-quota-handoff",
"description": "Reminds Codex CLI to wrap up when CodexBar detects the Codex 5-hour or 7-day quota is nearly exhausted, and to ask before writing a handoff document if needed.",
"version": "2.0.0",
"author": {
"name": "Charley Wu"
},
"hooks": "./hooks/hooks.json"
}{
"name": "codexbar-quota-handoff",
"description": "Reminds Claude Code, GitHub Copilot CLI, and Cursor CLI to wrap up when CodexBar detects that tool's own 5-hour or 7-day quota is nearly exhausted, and to ask before writing a handoff document if needed.",
"version": "2.0.0",
"author": {
"name": "Charley Wu"
}
}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.
[codexbar-quota-handoff on Agent Plugins Marketplace](https://pluginsmp.com/plugins/codexbar-quota-handoff)