Get Url

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.

iannuttall Updated

File contents

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 out is used, it must be exactly: out <path>

iannuttall/skills/tree/main/skills/get-url commit 5fcbd4077d

Frequently asked questions

npx skillmds@latest add iannuttall/get-url