.agents/skills/cercano-config/SKILL.md
Query or update Cercano's runtime configuration without restarting the server. Use action 'get' to list available local models from Ollama. Use action 'set' to switch the active local model, change the Ollama endpoint URL, or change the cloud provider and model.
npx skillsauth add bryancostanich/Cercano cercano-configInstall 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.
Query or update Cercano's runtime configuration.
Tool name: cercano_config
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| action | string | Yes | "get" to list available Ollama models, "set" to update config. |
| local_model | string | No | Local model name to set (e.g. "qwen2.5-coder:32b"). |
| cloud_provider | string | No | Cloud provider to set: "google" or "anthropic". |
| cloud_model | string | No | Cloud model to set (e.g. "claude-sonnet-4-20250514"). |
| ollama_url | string | No | Ollama endpoint URL (e.g. "http://mac-studio.local:11434"). |
Switch local model:
{
"action": "set",
"local_model": "qwen2.5-coder:32b"
}
Point to a different Ollama instance:
{
"action": "set",
"ollama_url": "http://mac-studio.local:11434"
}
Switch cloud provider:
{
"action": "set",
"cloud_provider": "anthropic",
"cloud_model": "claude-sonnet-4-20250514"
}
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
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.
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