Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-07 | ✗→✓ | ▲ Improved | -1% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 22% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 25% | 0% |
| case-12 | ✗→✓ | ▲ Improved | 60% | 0% |
Use for live provider testing, release smoke tests, menu verification, or debugging “provider works/fails” reports.
CodexBar.app/Contents/Helpers/CodexBarCLI.CodexBar.app/Contents/MacOS/codexbar; that is the app binary and may appear to hang as a CLI.env, set, or secret regex dumps.$one-password for secrets: all op commands inside one persistent tmux session, service account first, no raw secret output.KeychainNoUIQuery-safe tests unless the user explicitly requested live UI.Run the bundled script:
bash.agents/skills/qa-test/scripts/live_provider_matrix.sh --enabled
Useful modes:
bash.agents/skills/qa-test/scripts/live_provider_matrix.sh --provider all .agents/skills/qa-test/scripts/live_provider_matrix.sh --providers openai,zai,deepseek .agents/skills/qa-test/scripts/live_provider_matrix.sh --default
Interpretation:
--enabled asks CodexBarCLI config providers for enabled providers, honoring CODEXBAR_CONFIG and default toggles.--default runs the app-facing default command with no provider override.--provider all forces every registered provider and is expected to fail for providers without sessions/keys.--enabled and --default clean; --provider all is a discovery/triage tool.Validate config:
bashCodexBar.app/Contents/Helpers/CodexBarCLI config validate stat -f '%Lp %N' "$HOME/.codexbar/config.json"
Redact config shape:
bashjq '(.providers // []) |= map(.apiKey = (if .apiKey then "<redacted>" else .apiKey end) | .secretKey = (if .secretKey then "<redacted>" else .secretKey end) | .cookieHeader = (if .cookieHeader then "<redacted>" else .cookieHeader end) | (if .id == "stepfun" and has("region") then .region = "<redacted>" else . end) | .tokenAccounts = (if .tokenAccounts then (.tokenAccounts | .accounts = (.accounts | map(.token = "<redacted>"))) else .tokenAccounts end))' \ "$HOME/.codexbar/config.json"
Before editing config, make a backup:
bashcp "$HOME/.codexbar/config.json" "$HOME/.codexbar/config.pre-qa-$(date +%Y%m%d%H%M%S).json" chmod 600 "$HOME/.codexbar"/config.pre-qa-*.json
Use Peekaboo after CLI checks:
bashpkill -x CodexBar || pkill -f 'CodexBar.app/Contents/MacOS/CodexBar' || true open -n "$PWD/CodexBar.app" peekaboo menu list-all --json | rg -i 'codexbar' peekaboo menu click-extra --title codexbar-merged --json screencapture -x /tmp/codexbar-live-menu.png
Crop top-right menu if needed:
bashsips --cropToHeightWidth 900 340 --cropOffset 20 2650 /tmp/codexbar-live-menu.png \ --out /tmp/codexbar-live-menu-crop.png >/dev/null
Verify visually with view_image. Confirm provider tabs/rows match enabled config and no failing provider dominates the first screen.
Use $browser-use only when a logged-in dashboard, API key page, or provider docs need browser/profile state.
Existing Chrome path:
bashmcporter call chrome-devtools.list_pages --args '{}' --output text mcporter call chrome-devtools.navigate_page --args '{"url":"https://provider.example"}' --output text mcporter call chrome-devtools.take_snapshot --args '{}' --output text
If Browser Use is unavailable, say so and use web search for public official docs; do not substitute isolated Playwright for login/profile-dependent pages.
CHANGELOG.md.make check, $autoreview, and live CLI proof before landing.OPENAI_API_KEY values can fail legacy credit-balance fallback with 403.Other measured skills in the registry, with their headline benchmark lift.