From playbooks-fetch
Fetch URLs as clean markdown using the playbooks CLI. Use instead of web_fetch or browser automation when you need to read webpage content efficiently. Outputs markdown with YAML frontmatter (title, description, url).
How this skill is triggered — by the user, by Claude, or both
Slash command
/playbooks-fetch:playbooks-fetchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Fetch any URL as markdown:
Fetch any URL as markdown:
npx playbooks get <url>
Returns markdown with YAML frontmatter:
---
title: "Page Title"
description: "Meta description"
url: "https://example.com/"
---
# Page content as markdown...
--json — Output JSON metadata instead of raw markdown[outKeyword] [outPath] — Optional output locationPrefer this over web_fetch for cleaner markdown output.
npx claudepluginhub drewjs/claude-code-cookbook --plugin playbooks-fetchFetches any URL and returns clean Markdown via local trafilatura, with Exa MCP fallback for JS-rendered or anti-bot pages. Use instead of built-in WebFetch for reading, scraping, or summarizing web pages.
Extracts clean markdown from web pages using Defuddle CLI, removing navigation, ads, and clutter to save tokens. Use for URLs of docs, articles, blog posts instead of WebFetch.
Extracts clean markdown from web pages using Defuddle CLI, stripping clutter like navigation and ads to save tokens. Use for URLs to analyze docs, articles, or blogs instead of WebFetch.