.agents/skills/cercano-summarize/SKILL.md
Summarize text or files using local AI via Cercano without sending content to the cloud. Supports brief, medium, and detailed summary lengths.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-summarizeInstall 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.
Summarize text or files using local AI inference.
Tool name: cercano_summarize
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| text | string | No* | Raw text to summarize. Provide either text or file_path. |
| file_path | string | No* | Path to a file to read and summarize. Provide either text or file_path. |
| max_length | string | No | Target summary length: "brief" (1-2 sentences), "medium" (1 paragraph, default), or "detailed" (multiple paragraphs). |
*One of text or file_path is required.
Summarize text:
{
"text": "The quick brown fox... [long text here]",
"max_length": "brief"
}
Summarize a file:
{
"file_path": "/project/docs/architecture.md",
"max_length": "detailed"
}
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.