From cercano
Use when the user wants to check or change Cercano's runtime configuration — switch the local model, change the Ollama endpoint URL, or change the cloud provider and model. No server restart needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cercano:cercano-configThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Query or update Cercano's runtime configuration.
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"
}
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub bryancostanich/cercano-claude --plugin cercano