You have access to the shane-skills CLI to fetch web pages and convert them to Markdown.
This is useful for giving AI context from documentation sites, internal wikis, or public pages.
Fetch a Web Page
Fetches a URL and converts the main content to clean Markdown for AI context.
Uses lightweight HTTP fetching — no browser required.
shane-skills web fetch https://kubernetes.io/docs/concepts/workloads/pods/
shane-skills web fetch https://docs.python.org/3/library/asyncio.html
shane-skills web fetch https://internal-docs.company.com/api-guide --max-chars 12000
Options
--max-chars N — Truncate output at N characters (default: 8000). Increase for long pages.
When to Use
Fetching API documentation to understand a library
Reading an internal wiki page that isn't in Confluence
Reviewing a GitHub README or issue before writing code
Getting context from a blog post or technical article
Limitations
JavaScript-heavy pages (SPAs, dashboards) may not render fully — only static HTML is fetched
Pages behind authentication (login walls) cannot be fetched
For Confluence pages, use shane-skills confluence page instead — it has proper API access
1---2name: web3description: Web Fetch CLI Tool4---56# Web Fetch CLI Tool78You have access to the `shane-skills` CLI to fetch web pages and convert them to Markdown.9This is useful for giving AI context from documentation sites, internal wikis, or public pages.1011## Fetch a Web Page1213Fetches a URL and converts the main content to clean Markdown for AI context.14Uses lightweight HTTP fetching — no browser required.1516```bash17shane-skills web fetch https://kubernetes.io/docs/concepts/workloads/pods/18shane-skills web fetch https://docs.python.org/3/library/asyncio.html19shane-skills web fetch https://internal-docs.company.com/api-guide --max-chars 1200020```2122## Options2324- `--max-chars N` — Truncate output at N characters (default: 8000). Increase for long pages.2526## When to Use2728- Fetching API documentation to understand a library29- Reading an internal wiki page that isn't in Confluence30- Reviewing a GitHub README or issue before writing code31- Getting context from a blog post or technical article3233## Limitations3435- JavaScript-heavy pages (SPAs, dashboards) may not render fully — only static HTML is fetched36- Pages behind authentication (login walls) cannot be fetched37- For Confluence pages, use `shane-skills confluence page` instead — it has proper API access
Run npx skillmds@latest add coin1860/web in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Web Fetch CLI Tool It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. Capability flags: makes network calls. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
coin1860 (@coin1860) published this skill. Their other Agent Skills are listed on their SkillMD profile.