name: get-url
description: Fetch any URL as markdown with npx playbooks get. Use whenever you need to retrieve web content from a URL to get clean markdown for analysis or quoting.
get-url
- Fetch to stdout:
npx playbooks get <url> - Save to file:
npx playbooks get <url> out <path> - JSON metadata:
npx playbooks get <url> --json - If
outis used, it must be exactly:out <path>