Skill to view token usage and cost reports for Claude Code and the Codex CLI. Responds to keywords: "ccusage", "token usage", "usage report", "codex usage", "claude usage", "cost report".
Claude Code(ccusage)와 Codex(@ccusage/codex) 토큰/비용 리포트를 수동 실행합니다.
/ccusage [command] [options]
| Command | Description |
|---------|-------------|
| today | 오늘 사용량 요약 (기본값) |
| daily | 일별 리포트 |
| monthly | 월별 리포트 |
| session | 세션별 리포트 |
| codex <scope> | Codex 전용 리포트 |
| claude <scope> | Claude Code 전용 리포트 |
| Option | Description |
|--------|-------------|
| --since YYYYMMDD | 시작 날짜 |
| --until YYYYMMDD | 종료 날짜 |
| --offline | 오프라인 모드 (캐시된 가격 데이터 사용) |
| --json | JSON 출력 |
# 오늘 요약 (Claude + Codex 합산)
/ccusage today
# 일별 범위 리포트
/ccusage daily --since 20260201 --until 20260206 --offline
# 월별 요약
/ccusage monthly --offline
# 세션별 요약
/ccusage session --offline
# Codex 전용
/ccusage codex daily --json --since 20260201
# Claude Code 전용
/ccusage claude daily --json --since 20260201
ccusage manual summary (daily)
Source Total Tokens Cost (USD)
------------ -------------- ----------
Codex 1,234,567 $12.3456
Claude 2,345,678 $23.4567
Combined 3,580,245 $35.8023
Execute the script:
bash .claude/skills/ccusage/scripts/ccusage-manual.sh [command] [options]
npx, node)ccusage@latest (npm)@ccusage/codex@latest (npm)~/.claude/projects/ 내 JSONL 세션 파일analytics - 내부 Tool/Agent 사용 통계analytics-reporter - 상세 분석 및 인사이트Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer