.claude/skills/cercano-fetch/SKILL.md
Fetch a URL and extract readable text content locally. Returns full extracted text (not a summary) — HTML is stripped to clean plain text.
npx skillsauth add GoogleDevRelExplorations/cercano cercano-fetchInstall 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.
Fetch a URL and extract readable text content locally.
Tool name: cercano_fetch
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| url | string | Yes | The URL to fetch. |
| project_dir | string | No | Project root directory for context-aware responses. |
Returns the full extracted text from the page. HTML is converted to plain text with structure preserved (headings, paragraphs, lists, code blocks). Scripts, styles, navigation, headers, footers, and sidebars are stripped.
This is raw extracted text, not a summary. The host AI decides how to use the content.
Fetch documentation:
{
"url": "https://ollama.com/blog/openai-compatibility"
}
Fetch with project context:
{
"url": "https://pkg.go.dev/github.com/PuerkitoBio/goquery",
"project_dir": "/Users/me/my-project"
}
devops
Summarize text or files using local AI via Cercano without sending content to the cloud. Supports brief, medium, and detailed summary lengths.
devops
Submit cloud token usage data to Cercano (opt-in). This sends data, not a report — use cercano_stats to view usage. Helps track cloud tokens alongside local inference for accurate local-vs-cloud comparison.
tools
View Cercano usage statistics and cloud token savings. Shows total requests, tokens processed locally, cloud tokens reported by the host, percentage kept local, and breakdowns by tool, model, and day.
development
Research a question using DuckDuckGo search and local AI analysis. Crafts search queries, fetches top results, and synthesizes a sourced answer — all locally.