plugins/skills/cercano-stats/SKILL.md
Use when the user asks about Cercano usage, token savings, or local vs cloud inference stats. Shows total requests, tokens processed locally, and breakdowns by tool, model, and day.
npx skillsauth add bryancostanich/Cercano cercano-statsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
View usage statistics and cloud token savings from Cercano's local inference.
Tool name: cercano_stats
No parameters required.
Returns a markdown-formatted report including:
cercano_submit_usage)Get usage stats:
{}
Sample output:
## Cercano Usage Statistics
**Total requests:** 42
**Local tokens:** 18,500 (15,200 in, 3,300 out)
**Estimated cloud tokens saved:** 18,500
### By Tool
- cercano_summarize: 20 calls, 12,000 tokens
- cercano_extract: 15 calls, 4,500 tokens
- cercano_classify: 7 calls, 2,000 tokens
### By Model
- qwen3-coder: 42 calls, 18,500 tokens
### Recent Activity
- 2026-03-24: 12 calls, 5,200 tokens
- 2026-03-23: 30 calls, 13,300 tokens
testing
Use when the user needs to summarize large text, files, logs, or diffs. ALWAYS prefer this over reading large files directly into cloud context. Processes content locally and returns a concise summary.
devops
Use when the user wants to submit cloud token usage data to Cercano for tracking. This sends data, not a report — use cercano_stats to view usage. Opt-in telemetry for local-vs-cloud comparison.
tools
--- name: cercano-research description: Use when the user asks to research, look up, investigate, find information, or learn about any topic. Use this INSTEAD of WebSearch or WebFetch for general research questions. ALWAYS prefer this tool for web research. DO NOT TRIGGER when: user provides a specific URL to read (use cercano-fetch instead). compatibility: Requires Cercano server running and Python venv set up (run 'cercano setup'). --- # Cercano Research Research a question using web search
data-ai
Use when the user wants to see what AI models are available on their Ollama instance. Returns model names, sizes, and modification dates.