Fetch and extract content from web URLs. Use when you need to: (1) Read a web page's content, (2) Download text from a URL, (3) Extract article text from a news site, (4) Get raw HTML or plain text from any URL. Uses curl via execute_command. For JavaScript-heavy sites or anti-bot protected pages, use the actionbook skill instead.
$npx -y skills add longzhi/clawhive --skill web_fetchInstalls into the current project.
Run `npx skills use "https://github.com/longzhi/clawhive" --skill "longzhi/clawhive/web_fetch"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/longzhi/clawhive" that are relevant to the current task. Run `npx skills add "https://github.com/longzhi/clawhive"` and select the relevant skills, then follow their instructions.