cc-skills-usage
3
总安装量
3
周安装量
#55195
全站排名
安装命令
npx skills add https://github.com/shinyaigeek/cc-skills-usage --skill cc-skills-usage
Agent 安装分布
opencode
3
gemini-cli
3
claude-code
3
github-copilot
3
codex
3
kimi-cli
3
Skill 文档
cc-skills-usage
Run the CLI analyzer for Claude Code skill usage and display the results.
How to Run
Execute the following command using the Bash tool:
bunx cc-skills-usage [user-specified options]
If the user provides arguments, pass them directly to the command. If no arguments are given, run without options.
Available Options
| Option | Short | Description |
|---|---|---|
--from <date> |
Start date filter (YYYY-MM-DD) | |
--to <date> |
End date filter (YYYY-MM-DD) | |
--project <name> |
-p |
Partial match filter on project path |
--skill <name> |
-s |
Skill name filter |
--output <mode> |
-o |
terminal (default) or web |
--limit <number> |
-n |
Number of recent calls to display (default: 50) |
--port <number> |
Web server port (default: 3939) | |
--conversations |
Include all session data | |
--claude-dir <path> |
Override ~/.claude location |
Usage Examples
/cc-skills-usageâ Show usage stats for all skills/cc-skills-usage --from 2025-06-01â Usage since June 1st/cc-skills-usage --skill devgâ Usage for the devg skill only/cc-skills-usage --project myapp --from 2025-06-01â Filter by project and date range/cc-skills-usage --output webâ Open dashboard in browser/cc-skills-usage --conversationsâ Detailed analysis including all conversation data
Notes
- Display the command output as-is to the user. Do not modify or summarize the output.
- When using
--output web, the browser opens automatically.