fetch-url-as-markdown
SolidFetch a web page (URL) and return clean Markdown via local trafilatura, with Exa MCP as a fallback for JS-rendered or anti-bot pages. Use when the user asks to read, fetch, scrape, summarize, or quote a URL — prefer this over the built-in WebFetch tool. Don't use for binary files (PDFs, images, archives) or for fetching API/JSON endpoints.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- CodeAlive-AI
- Repository
- CodeAlive-AI/ai-driven-development
- Created
- 7 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
url-to-markdown
Url to markdown, web to markdown, read a web page as markdown. Read, fetch, or scrape any URL and get clean markdown back. The page runs in a real hosted browser with JavaScript on, so React, Vue, and other client-rendered sites return their real text instead of an empty shell. Nav, ads, and cookie banners are stripped. Use it to read an article, pull docs, or hand a model clean page content. The agent registers its own key and gets free credits right away, so the first read works with no signup. A person can confirm one email to add more free credits. Respects robots.txt, and failed reads cost nothing.
web-fetch
Fetches web content as clean markdown by preferring markdown-native responses and falling back to selector-based HTML extraction. Use for documentation, articles, and reference pages at http/https URLs.
ultra-fetch
Research a topic from web sources and secure the originals — fetch, crawl or map pages into clean, context-efficient markdown saved to a file, using a stealth browser that reaches sites the built-in WebFetch can't (bot-protected, Cloudflare, JS-rendered). This is the default way to read a web page's content, starting with a single page whose URL you already have, and extending to opening what a WebSearch turned up, reading across a whole site, or discovering what URLs a site has. Also the recovery when WebFetch hands back a refusal instead of a page — it reports a block as ordinary body text on a call it marks successful, and Korean news sites (yna.co.kr, mk.co.kr, fnnews.com) refuse it outright. NOT for a trivial quick fact where WebFetch already suffices, NOT for anything behind a login — it carries no credentials and no session, so authenticated pages, private feeds and paywalled articles are out of reach — and NOT for developing the ultra-fetch tool itself, which is ordinary repo work.