.claude/skills/cercano-research/SKILL.md
Research a question using DuckDuckGo search and local AI analysis. Crafts search queries, fetches top results, and synthesizes a sourced answer — all locally.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-researchInstall 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.
Research a question using web search and local AI analysis. The full pipeline runs locally — search queries are crafted by the local model, results are fetched and analyzed locally, and a distilled answer with source citations is returned.
Tool name: cercano_research
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| query | string | Yes | The research question to investigate. |
| max_results | int | No | Maximum pages to fetch and analyze (default 5). |
| project_dir | string | No | Project root directory for context-aware responses. |
Returns a distilled answer with source URLs cited. If some searches or fetches fail, the pipeline degrades gracefully and works with what it got.
Requires the Python venv with the ddgs package. Run cercano setup to create it automatically.
Research a topic:
{
"query": "How does the Ollama REST API work?"
}
Research with more sources:
{
"query": "Best practices for Go error handling",
"max_results": 8
}
Project-aware research:
{
"query": "goquery CSS selector syntax for extracting article content",
"project_dir": "/Users/me/my-project"
}
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.
data-ai
List AI models available on the Ollama instance connected to Cercano. Returns model names, sizes, and modification dates. Use this to discover what local models are available before choosing one for inference or switching the active model.