cercano-config

Query and update Cercano runtime configuration for local models and endpoints.

Updated Mar 20, 2026
One-click install
npx skills add https://github.com/GoogleDevRelExplorations/cercano --skill cercano-config-googledevrelexplorations
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cercano-config
Source: https://github.com/GoogleDevRelExplorations/cercano/tree/main/.agents/skills/cercano-config
Command: npx skills add https://github.com/GoogleDevRelExplorations/cercano --skill cercano-config-googledevrelexplorations

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill lets you query or update Cercano's runtime configuration without restarting the server, reducing downtime and manual edits.

Core Features & Use Cases

  • Query available local models and current configuration
  • Update the active local model, Ollama endpoint, or cloud provider/model
  • Validate configuration changes against server compatibility

Quick Start

Ask Cercano to set the local_model to 'qwen2.5-coder:32b' and verify the new configuration.

Frequently Asked Questions about cercano-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update my Cercano runtime configuration without restarting the server?

To switch the active local model in Cercano, request the change to a specific model like 'qwen2.5-coder:32b' and the skill validates the input against server compatibility before applying the update. You can then verify the new configuration.

How can I list available local models in my current Cercano setup?

You can list available local models and view current settings by querying Cercano's runtime configuration. This action retrieves the active configuration state and the models ready for use without requiring a server restart.

Can I change the Ollama endpoint and cloud provider dynamically in Cercano?

Yes, you can dynamically change the Ollama endpoint and modify the cloud provider and cloud model in Cercano. The skill enforces the required action field and validates the input values to ensure compatibility with the running server.

Does updating Cercano runtime config validate against server compatibility?

Updating Cercano runtime config validates input values and ensures compatibility with the running server. This validation prevents invalid configurations from breaking your active runtime environment when switching models or endpoints.

Why does modifying Cercano cloud model settings require an action field?

Modifying Cercano cloud model settings requires an action field to enforce strict validation and ensure compatibility with the running server. This prevents ambiguous configuration updates and guarantees that only valid changes are applied to the runtime.