web.fetch

Fetch HTML or JSON from a single URL via HTTP GET.

2|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/anzx01/LocalClaw --skill web-fetch-anzx01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web.fetch
Source: https://github.com/anzx01/LocalClaw/tree/main/bundled_skills/web.fetch
Command: npx skills add https://github.com/anzx01/LocalClaw --skill web-fetch-anzx01

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill enables LocalClaw to retrieve the contents of a web page or any HTTP‑accessible resource, removing the need for manual browsing or external tools.

Core Features & Use Cases

  • Simple HTTP GET: Retrieve raw HTML or JSON from a single URL.
  • Low‑risk operation: Designed for low risk level fetching with a short timeout.
  • Integration: Uses the built‑in http_get tool, making it easy to embed in larger workflows such as data extraction, summarization, or content monitoring.

Quick Start

Ask LocalClaw to fetch the page at https://example.com using the web.fetch skill.

Frequently Asked Questions about web.fetch

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch a web page via HTTP within a workflow?

To fetch a web page via HTTP, you need a tool that executes a simple GET request to retrieve raw HTML or JSON. This skill uses a built-in HTTP GET tool to instantly download single URL contents for workflows.

Can I retrieve JSON data from a URL without manual browsing?

Yes, you can retrieve JSON data from a URL without manual browsing by running an automated HTTP GET request. This skill fetches raw HTTP-accessible resources directly, removing the need for external tools or manual browsing.

What is the timeout limit for fetching content from a single URL?

The timeout limit for fetching content from a single URL is 15 seconds. This low-risk HTTP GET operation is designed with a short timeout to quickly retrieve web page contents without hanging your workflow.

Does this HTTP GET method work for content summarization tasks?

Yes, this HTTP GET method works for content summarization tasks by retrieving the raw HTML or JSON needed for analysis. It easily integrates into larger workflows to fetch source content before summarization or data monitoring.

Are there limitations when using a low-risk HTTP GET to download web pages?

A limitation of using a low-risk HTTP GET to download web pages is the strict 15-second timeout, which may fail on slow servers. It is designed for low-risk fetching of single URLs and may not handle heavy data extraction.