agent-browser

Fetch a URL's HTML or JSON content using LocalClaw's http_get tool.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly fetch and inspect the contents of a URL using LocalClaw's built-in HTTP tooling, enabling quick validation of responses before deeper processing.

Core Features & Use Cases

  • Lightweight URL fetches for JSON or HTML content.
  • Pre-summarization retrieval to inspect docs, APIs, or endpoints.
  • Seamless integration with LocalClaw's ExecutionEngine for downstream planning and tooling.

Quick Start

Fetch the contents of a URL to inspect its HTML or JSON data.

Frequently Asked Questions about agent-browser

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

FAQPage Schema
How do I fetch URL content for quick API response validation?

You can fetch URL content for quick API validation by using a lightweight HTTP fetcher that retrieves JSON or HTML data via built-in network tools to inspect and validate responses before deeper processing.

What is the best way to pre-fetch web page data before summarization?

The best way to pre-fetch web page data before summarization is retrieving raw URL content first via built-in HTTP requests, enabling you to inspect docs or endpoints and pass the fetched data sequentially to the next workflow step.

Can I retrieve JSON and HTML data using built-in HTTP tools?

Yes, you can retrieve both JSON and HTML data using built-in HTTP tools like http_get, which performs lightweight URL fetches to quickly inspect page contents or API responses for sequential processing.

Does this HTTP fetcher require external dependencies to inspect web pages?

No, this HTTP fetcher requires no external dependencies to inspect web pages because it relies entirely on the built-in http_get tool to retrieve data directly within the local execution environment.

Why use a lightweight HTTP fetcher for endpoint checks?

Use a lightweight HTTP fetcher for endpoint checks to quickly validate API responses and review page content without the overhead of setting up a full browser environment or complex network client.