/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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pingagi-web - 安装完成后,直接呼叫该 Skill 的名称或使用
/pingagi-web触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
pingagi-web 是什么?
Browse and extract text content, titles, and partial HTML from webpages using a local browser service. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 367 次。
如何安装 pingagi-web?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pingagi-web」即可一键安装,无需额外配置。
pingagi-web 是免费的吗?
是的,pingagi-web 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
pingagi-web 支持哪些平台?
pingagi-web 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 pingagi-web?
由 PingAGI(@pingagi)开发并维护,当前版本 v0.1.0。