ClaudeBar Skill
ClaudeBar is a Swift AI agent skill for Codex with uvx/pip, git clone. A macOS menu bar application that monitors AI coding assistant usage quotas. Keep track of your Claude, Codex, Antigravity ,and Gemini usage at a glance.
How to use ClaudeBar Skill
Install or run
uv tool install kimi-cliClient configuration
{
"id": "example-provider",
"name": "Example Provider",
"version": "1.1.0",
"description": "A sample extension showing config fields, sections, and probe scripts",
"icon": "cpu.fill",
"colors": {
"primary": "#FF6B35",
"gradient": ["#FF6B35", "#F7C948"]
},
"dashboardURL": "https://example.com/usage",
"config": [
{
"id": "apiKey",
"label": "API Key",
"type": "secret",
"required": true,
"placeholder": "sk-example-...",
"helpText": "Your API key from example.com/settings"
},
{
"id": "baseUrl",
"label": "Base URL",
"type": "string",
"default": "https://api.example.com",
"placeholder": "https://api.example.com",
"helpText": "Override for self-hosted instances"
},
{
"id": "monthlyBudget",
"label": "Monthly Budget",
"type": "number",
"default": "100",
"placeholder": "100.00",
"helpText": "USD spending limit for cost tracking"
},
{
"id": "verboseLogging",
"label": "Verbose Logging",
"type": "toggle",
"default": "false"
}
],
"sections": [
{
"id": "health",
"type": "healthCheck",
"probe": {
"builtIn": "healthCheck",
"url": "https://api.example.com/health",
"interval": 30,
"timeout": 5
}
},
{
"id": "quotas",
"type": "quotaGrid",
"probe": {
"command": "./probe-quota.sh",
"interval": 60,
Compatible clients
What is ClaudeBar Skill?
ClaudeBar is a Swift AI agent skill for Codex with uvx/pip, git clone. A macOS menu bar application that monitors AI coding assistant usage quotas. Keep track of your Claude, Codex, Antigravity ,and Gemini usage at a glance. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- Spreadsheet work support
- Document generation support
- OpenAI provider support
Available tools
Technical details
Install or run ClaudeBar using uvx/pip. Check tddworks/ClaudeBar for the latest setup command.
- Built for Swift
- Built for Python
- Built for Go
- Install or run with uvx/pip
- Install or run with git clone
- Works with Codex
- API key required
- Local files
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use ClaudeBar Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is ClaudeBar?
ClaudeBar is a Swift AI agent skill for Codex with uvx/pip, git clone. A macOS menu bar application that monitors AI coding assistant usage quotas. Keep track of your Claude, Codex, Antigravity ,and Gemini usage at a glance.
Who is ClaudeBar best for?
ClaudeBar is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install ClaudeBar?
Install or run ClaudeBar using uvx/pip. Check ClaudeBar for the latest setup command.
Is ClaudeBar actively maintained?
ClaudeBar may need a closer maintenance check before production use.
Auto-fetched from GitHub.