← 返回 Skills 市场
pingagi

pingagi-web

作者 PingAGI · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
367
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install pingagi-web
功能描述
Browse and extract text content, titles, and partial HTML from webpages using a local browser service.
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pingagi-web
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pingagi-web 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug pingagi-web
版本 0.1.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

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。

💬 留言讨论