Browse Curl

Fetch web pages as raw HTML with curl and read the markup directly. Use it to browse when curl is the only available web tool.

only-cli b246ef9 483 B Updated

File contents

Browse with curl

  • curl -sL <url> fetches the page HTML, following redirects.
  • Quote URLs that contain & or ?.

Tips:

  • Raw HTML is large; find the content you need inside the markup rather than rereading whole pages.
  • A tiny or garbled response usually means a block or challenge page, not the content.

only-cli/benchmarks/tree/main/.claude/skills/browse-curl commit b246ef9b2f

Frequently asked questions

npx skillmds@latest add only-cli/browse-curl