cercano-extract

Extract targeted items like function signatures and API endpoints from text using Cercano local AI inference.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Extract targeted information from large text sources using a local Cercano AI inference, returning only relevant sections to minimize analysis time and data transfer.

Core Features & Use Cases

  • Targeted extraction: pull function signatures, error messages, config values, API endpoints, or other specific items from code or logs.
  • Local-first processing: performs inference on a Cercano server connected to Ollama, avoiding cloud transfer.
  • Flexible queries: supports user-defined queries to tailor results to debugging, integration, or auditing tasks.

Quick Start

Run cercano_extract with your text and a query to retrieve the exact information you need.

Frequently Asked Questions about cercano-extract

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

FAQPage Schema
How do I extract specific text from code or logs without sending data to the cloud?▼

You can extract targeted information locally by running a Cercano server connected to an Ollama instance. It processes your text and query on-device, returning only the relevant items to minimize data transfer and analysis time.

How do I pull function signatures and API endpoints from large documents?▼

To pull function signatures and API endpoints, provide your text and a specific query to the cercano_extract tool. It uses local AI inference to return only the relevant sections needed for debugging or integration.

Do I need an Ollama instance to extract targeted information from text?▼

Yes, you need an Ollama instance to perform local AI inference. The extraction process requires a Cercano server connected to Ollama to run the cercano_extract tool and process your text and query locally.

What is the best way to extract config values and error messages from local files?▼

The best way to extract config values and error messages is using local-first processing. By applying user-defined queries to your text with Cercano, you retrieve exact information for auditing or debugging without uploading data.

Can I use flexible queries to extract different types of information from the same log file?▼

Yes, you can use flexible queries to extract different information from the same log file. The extraction supports user-defined queries, allowing you to tailor results specifically to debugging, integration, or auditing tasks.

What are the limitations of local AI inference for extracting text from logs?▼

A limitation of local AI inference for extracting text is the hardware requirement. You must maintain a running Cercano server connected to an Ollama instance, and all extraction is bounded by the local machine's processing capacity.