用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/steipete/CodexBar --skill codexbar命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
CodexBar release: versioning, notarization, appcast, Homebrew, post-release bump.
基于 SOC 职业分类
正在显示 SKILL.md
| name | codexbar |
| description | CodexBar read. Provider usage, limits, credits, config health. JSON. No writes. |
Read CodexBar. Never mutate config/auth.
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.
doctor when install/config unknown.usage reads enabled providers. Prefer this.usage --provider ID reads one provider.usage --all expensive; use only when needed.--include-identities only when user explicitly needs them.CODEXBAR_TIMEOUT (default 120 seconds).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.