Loading...
Loading...
Install and run a local quota reporter that probes Codex quota windows plus Claude CLI usage metadata, posts the latest status to a shared dashboard, and sets up an hourly scheduled run. Use this whenever a teammate wants to join the shared quota dashboard, report their own Codex or Claude usage, install the hourly reporter, or verify that reports are reaching the shared service. Trigger on requests about Codex quota, Claude CLI usage, token usage, usage monitoring, hourly usage reporting, shared quota dashboards, Vercel quota dashboards, or Turso-backed quota collection.
npx skill4agent add callzhang/quota-report-hub quota-reporter~/.codex/auth.json5H1weekscripts/report_all_usage.pyscripts/report_codex_quota.pyscripts/report_claude_usage.pyscripts/install_hourly_reporter.pyhttps://quota-report-hub.vercel.appPOST /api/reportpython3 scripts/report_all_usage.py \
--server-url https://your-dashboard.vercel.app \
--ingest-token YOUR_TOKENpython3 scripts/report_codex_quota.py --server-url https://your-dashboard.vercel.app --ingest-token YOUR_TOKEN
python3 scripts/report_claude_usage.py --server-url https://your-dashboard.vercel.app --ingest-token YOUR_TOKENpython3 scripts/install_hourly_reporter.py \
--server-url https://your-dashboard.vercel.app \
--ingest-token YOUR_TOKEN~/.agents/auth/launchdRunAtLoadcrontab@reboot