GoogleDevRelExplorations avatar

GoogleDevRelExplorations

Official

@googledevrelexplorations

0Followers
|
7Public Repos
|
13Published Skills

Enables local inference and repository analysis for Go documentation, text classification, and private data synthesis using Ollama-backed processing.

Skills Distribution
DomainAI Models & ...Local Inference Or.. (40%)Repository Documen.. (30%)Text Classificatio.. (30%)

Agent Skills by GoogleDevRelExplorations

Showing 13 vetted skills indexed across 1 GitHub repositories.

GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-extract

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

Official
Basic
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-submit-usage

Submit cloud token usage data to Cercano with input and output token counts.

Official
Basic
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-stats

Summarize Cercano usage into a Markdown report of local versus cloud tokens.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-document

Generate Go doc comments for exported symbols using a local AI model.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-init

Scan a repository and write a .cercano/context.md file.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-summarize

Summarize text or files locally via Cercano and Ollama.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-config

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

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-explain

Explain code or text via Cercano with Ollama to reveal purpose, interfaces, and data flow.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-classify

Classify text locally via Cercano with Category, Confidence, and Reasoning.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-models

List available models on a connected Ollama instance.

Official
Basic
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-fetch

Fetch URLs and extract full plain text from HTML locally.

Official
Basic
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-local

Route prompts to local Cercano and Ollama servers for private AI inference.

Official
Intermediate
GoogleDevRelExplorationsGoogleDevRelExplorations

cercano-research

Perform local web searches and synthesize citation-backed answers offline via Cercano.

Official
Advanced

Frequently Asked Questions About GoogleDevRelExplorations

FAQPage Schema
What specific tasks can be performed using these capabilities?

These capabilities enable local text classification, Go documentation generation, HTML content extraction, and repository context mapping. Users can perform private inference to summarize files, explain code interfaces, and synthesize research answers without transmitting data to external cloud providers.

Which personas benefit most from these technical skills?

Software engineers and technical writers working in secure environments benefit most from these skills. They are designed for developers needing to document Go codebases, classify internal documentation, or perform private research tasks while maintaining strict data residency requirements.

What are the prerequisites for running these local inference tasks?

Execution requires a functional Ollama instance to serve as the backend for local model inference. Users must configure the runtime environment to point to their local server and ensure the repository structure is initialized with the necessary context files for accurate processing.