Skip to content

Curl

MetadataValue
Categoryweb
Capabilitieshttp
Websitehttps://curl.se

Simple URL fetching using curl. No API key required.

  • Simple HTML pages
  • REST APIs
  • RSS/Atom feeds
  • When you don’t need JavaScript rendering
  • As a free fallback when other adapters fail
  • No JavaScript rendering (use Firecrawl for React/Vue/Angular)
  • Basic content extraction (full HTML, not cleaned)
  • May be blocked by some sites
run({ skill: "curl", tool: "read_webpage", params: { url: "https://example.com" } })
run({ skill: "curl", tool: "read_webpage", params: { url: "https://api.github.com/users/octocat" } })