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).
npx claudepluginhub drewjs/claude-code-cookbook --plugin playbooks-fetchThis skill uses the workspace's default tool permissions.
Fetch any URL as markdown:
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.