.agents/skills/cercano-submit-usage/SKILL.md
Submit cloud token usage data to Cercano (opt-in). This sends data, not a report — use cercano_stats to view usage. Helps track cloud tokens alongside local inference for accurate local-vs-cloud comparison.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-submit-usageInstall 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.
Submit cloud token usage data to Cercano for local-vs-cloud comparison. This tool sends data — to view usage reports, use cercano_stats instead.
In most setups, the PostToolUse hook handles this automatically. This tool is for manual or programmatic submission.
Tool name: cercano_submit_usage
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| cloud_input_tokens | integer | Yes | Number of tokens sent to the cloud model. |
| cloud_output_tokens | integer | Yes | Number of tokens received from the cloud model. |
| cloud_provider | string | No | Cloud provider name (e.g. "anthropic", "google"). |
| cloud_model | string | No | Cloud model name (e.g. "claude-opus-4-6", "gemini-3-flash"). |
Submit cloud usage:
{
"cloud_input_tokens": 15000,
"cloud_output_tokens": 3000,
"cloud_provider": "anthropic",
"cloud_model": "claude-opus-4-6"
}
devops
Summarize text or files using local AI via Cercano without sending content to the cloud. Supports brief, medium, and detailed summary lengths.
devops
Submit cloud token usage data to Cercano (opt-in). This sends data, not a report — use cercano_stats to view usage. Helps track cloud tokens alongside local inference for accurate local-vs-cloud comparison.
tools
View Cercano usage statistics and cloud token savings. Shows total requests, tokens processed locally, cloud tokens reported by the host, percentage kept local, and breakdowns by tool, model, and day.
development
Research a question using DuckDuckGo search and local AI analysis. Crafts search queries, fetches top results, and synthesizes a sourced answer — all locally.