forked from Selig/openclaw-skill
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
1.5 KiB
1.5 KiB
Documentation Index
Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt Use this file to discover all available pages before exploring further.
Usage Tracking
Usage tracking
What it is
- Pulls provider usage/quota directly from their usage endpoints.
- No estimated costs; only the provider-reported windows.
Where it shows up
/statusin chats: emoji‑rich status card with session tokens + estimated cost (API key only). Provider usage shows for the current model provider when available./usage off|tokens|fullin chats: per-response usage footer (OAuth shows tokens only)./usage costin chats: local cost summary aggregated from OpenClaw session logs.- CLI:
openclaw status --usageprints a full per-provider breakdown. - CLI:
openclaw channels listprints the same usage snapshot alongside provider config (use--no-usageto skip). - macOS menu bar: “Usage” section under Context (only if available).
Providers + credentials
- Anthropic (Claude): OAuth tokens in auth profiles.
- GitHub Copilot: OAuth tokens in auth profiles.
- Gemini CLI: OAuth tokens in auth profiles.
- Antigravity: OAuth tokens in auth profiles.
- OpenAI Codex: OAuth tokens in auth profiles (accountId used when present).
- MiniMax: API key (coding plan key;
MINIMAX_CODE_PLAN_KEYorMINIMAX_API_KEY); uses the 5‑hour coding plan window. - z.ai: API key via env/config/auth store.
Usage is hidden if no matching OAuth/API credentials exist.