← Back to Skills Marketplace
pingagi

pingagi-web

by PingAGI · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
367
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install pingagi-web
Description
Browse and extract text content, titles, and partial HTML from webpages using a local browser service.
README (SKILL.md)

name: web description: Browse and extract content from webpages using the local browser service. version: 0.1.0 author: PingAGI metadata: { "openclaw": { "emoji": "🌐" } }


Web Browser Skill

Use this skill when the agent needs to:

  • open a webpage
  • extract webpage text
  • browse websites
  • retrieve webpage content

The agent can call the local browser service: Example command (replace URL with the target webpage):

curl -s -X POST http://127.0.0.1:3088/browse \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}'

The response returns JSON containing:

  • page title
  • page text
  • partial HTML
  • optional screenshot (base64)

The agent should extract useful information from the "text" field.

Usage Guidance
This skill expects a trusted local browser service listening at http://127.0.0.1:3088; if you don't run such a service the skill won't work. Before enabling: (1) confirm you actually run and trust a local service on port 3088, (2) verify that service enforces URL restrictions and doesn't allow arbitrary internal-network requests (to avoid SSRF/internal data exposure), and (3) be cautious about allowing autonomous agent invocation — the agent could be instructed to make requests to internal endpoints through the local service. If you can't verify the local service's behavior, don't enable or use this skill.
Capability Analysis
Type: OpenClaw Skill Name: pingagi-web Version: 0.1.0 The skill provides standard instructions for an agent to interact with a local web browsing service via a REST API on 127.0.0.1:3088. It contains no malicious logic, obfuscation, or data exfiltration attempts, and its functionality is entirely consistent with its stated purpose of webpage content extraction as described in SKILL.md.
Capability Assessment
Purpose & Capability
The name/description (browse and extract webpage content) match the runtime instructions (POST to a local browser service and extract the 'text' field). No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions are narrowly scoped to POSTing a target URL to http://127.0.0.1:3088/browse and extracting the returned text/title/partial HTML. Note: because the skill allows arbitrary target URLs, an agent could be directed to fetch internal/private URLs via the local service (SSRF/internal network access risk) if the local service permits it — this is an operational risk rather than an incoherence with the skill's stated purpose.
Install Mechanism
No install spec or code is present (instruction-only), so nothing is written to disk or fetched during install.
Credentials
The skill declares no environment variables, credentials, or config paths — consistent with its described use of a local HTTP service.
Persistence & Privilege
always:false and default autonomy settings are present. The skill does not request permanent presence or elevated privileges beyond normal agent invocation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pingagi-web
  3. After installation, invoke the skill by name or use /pingagi-web
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of the web browser skill. - Browse and extract content from webpages using a local browser service. - Supports retrieving page title, text, partial HTML, and optional screenshot. - Includes usage instructions with example curl command. - Designed for agents to open webpages, extract text, and browse websites.
Metadata
Slug pingagi-web
Version 0.1.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is pingagi-web?

Browse and extract text content, titles, and partial HTML from webpages using a local browser service. It is an AI Agent Skill for Claude Code / OpenClaw, with 367 downloads so far.

How do I install pingagi-web?

Run "/install pingagi-web" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is pingagi-web free?

Yes, pingagi-web is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does pingagi-web support?

pingagi-web is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created pingagi-web?

It is built and maintained by PingAGI (@pingagi); the current version is v0.1.0.

💬 Comments