Skip to main content
Use curl to fetch web pages and extract readable text content. A lightweight web access method without browser automation.

Dependencies

DependencyDescription
curlSystem command (usually pre-installed)
This skill has always: true set, enabled by default as long as the system has the curl command.

Usage

Automatically invoked when the Agent needs to fetch content from a URL, no extra configuration needed.

Comparison with browser Tool

Featureweb-fetch (skill)browser (tool)
Dependenciescurl onlybrowser-use + playwright
JS renderingNot supportedSupported
Page interactionNot supportedSupports click, type, etc.
Best forStatic page textDynamic web pages
For most web content retrieval scenarios, web-fetch is sufficient. Only use the browser tool when you need JS rendering or page interaction.