/install pingagi-web
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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pingagi-web - After installation, invoke the skill by name or use
/pingagi-web - Provide required inputs per the skill's parameter spec and get structured output
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.