codexbar
FeaturedCodexBar read. Provider usage, limits, credits, config health. JSON. No writes.
AI & Automation 21,243 stars
1883 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# CodexBar
Read CodexBar. Never mutate config/auth.
## Run
```bash
skill="${CODEX_HOME:-$HOME/.codex}/skills/codexbar"
"$skill/scripts/codexbar" doctor
"$skill/scripts/codexbar" providers
"$skill/scripts/codexbar" usage
"$skill/scripts/codexbar" usage --provider codex
"$skill/scripts/codexbar" usage --all
```
All stdout: JSON. Upstream CodexBar shape kept. Less drift, fewer tokens.
## Rules
- Start `doctor` when install/config unknown.
- `usage` reads enabled providers. Prefer this.
- `usage --provider ID` reads one provider.
- `usage --all` expensive; use only when needed.
- Identities hidden by default. `--include-identities` only when user explicitly needs them.
- Secrets always hidden.
- Helper read-only: fixed allowlist only. No config writes, auth repair, enable/disable, key storage.
- Timeout means upstream stuck. Narrow provider or raise `CODEXBAR_TIMEOUT` (default 120 seconds).
## Binary
Auto-find: `CODEXBAR_BIN`, PATH, app bundle, Homebrew cask. If missing: open CodexBar, Preferences > Advanced > Install CLI; or set `CODEXBAR_BIN`.
Each stdout/stderr stream capped at 1 MiB while fully drained. Timeout kills process group.
Details
- Author
- steipete
- Repository
- steipete/CodexBar
- Created
- 9 months ago
- Last Updated
- today
- Language
- Swift
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Listed
codexbar
CodexBar read. Provider usage, limits, credits, config health. JSON. No writes.
1 Updated 1 months ago
tomarai85 Testing & QA Listed
qa-test
CodexBar live QA/e2e testing: run provider usage matrix checks, validate real app config, use Peekaboo for menu proof, use Browser Use/official docs for API spec or logged-in dashboard checks, and handle 1Password credentials safely.
1 Updated 1 months ago
tomarai85 Testing & QA Featured
qa-test
CodexBar live QA/e2e testing: run provider usage matrix checks, validate real app config, use Peekaboo for menu proof, use Browser Use/official docs for API spec or logged-in dashboard checks, and handle 1Password credentials safely.
21,243 Updated today
steipete