← 返回 Skills 市场
81
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install personal-agent-browser
功能描述
一个为你的个人数字大脑设计的浏览器自动化技能。它调用你本地安装的 agent-browser CLI,安全地访问网页,提取标题和内容,并返回结构化摘要,让 AI 助手能理解并总结网页信息。 **使用场景**: (1) 用户要求:“帮我查看一下我的技能在 ClawHub 上的页面” (2) 用户希望 AI 自动抓取...
安全使用建议
This skill is internally plausible but contains a real risk: run_browser.js passes an unescaped URL to child_process.exec, enabling shell command injection and arbitrary command execution if a malicious URL is provided or if the local agent-browser binary is replaced. Before installing or using: (1) Verify the provenance of the npm package `agent-browser` (review its source and npm owner) and ensure your PATH points to the intended binary. (2) Inspect and patch run_browser.js to avoid exec with an interpolated shell string — use spawn/execFile with an args array or properly escape/sanitize the URL. (3) Avoid invoking the skill on untrusted URLs; consider blocking file:// and other local schemes. (4) Update the skill manifest to declare required binaries/Node so requirements are clear. If you cannot review or fix the script and the agent-browser package, treat this skill with caution.
功能分析
Type: OpenClaw Skill
Name: personal-agent-browser
Version: 1.1.0
The skill contains a critical shell injection vulnerability in `run_browser.js` because it passes unsanitized user input (the URL) directly into a shell command via `child_process.exec`. While the stated intent of browser automation appears benign, this flaw allows for arbitrary command execution on the host system if a malicious URL is provided. The documentation in `SKILL.md` also references a hardcoded local path (`/home/awu/`) which may indicate a non-portable or poorly tested environment.
能力评估
Purpose & Capability
The name/description promise a local browser wrapper that calls a local agent-browser CLI — that matches the included run_browser.js. However the registry metadata lists no required binaries while SKILL.md explicitly requires the agent-browser CLI and Node.js and even references a user-specific install path (/home/awu/.npm-global/bin/agent-browser). The manifest should declare the CLI dependency instead of omitting it.
Instruction Scope
run_browser.js constructs a shell command using the raw URL: `agent-browser --url="${url}" ...` and passes it to child_process.exec. That allows command injection if the URL is attacker-controlled (or contains quotes/shell metacharacters). The instructions claim 'fully local' and 'safe', but the code gives the skill the ability to run arbitrary shell commands via the exec call. The script also allows arbitrary URLs (including file://), which could be used to access local files via the invoked CLI.
Install Mechanism
There is no install spec in the skill package itself (instruction-only), which is lower risk for the skill, but SKILL.md instructs the user to run `npm install -g agent-browser` without providing provenance. Installing an arbitrary npm global package has risk if that package or its name is untrusted or typosquatted.
Credentials
The skill requests no environment variables or credentials and does not read other system paths in code. That is proportionate. The SKILL.md's hardcoded example path (/home/awu/.npm-global/bin/agent-browser) is user-specific and unexpected; it is not declared in the manifest and could confuse users.
Persistence & Privilege
The skill is not always-enabled and does not request persistent privileges or modify other skills or system-wide settings. It does run a local CLI when invoked, which is the intended behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install personal-agent-browser - 安装完成后,直接呼叫该 Skill 的名称或使用
/personal-agent-browser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
openclaw-agent-browser 1.1.0
- 技能名称由 personal-agent-browser 更名为 openclaw-agent-browser
- 安装指令和文档中的相关引用同步更换为新名称
- 其余核心功能和使用说明保持不变
v1.0.0
Personal Agent Browser 1.0.0
- Initial release of a local browser automation skill for your personal digital assistant.
- Uses your locally installed agent-browser CLI to fetch, extract, and summarize web page content.
- Delivers web page title and Markdown content as structured JSON for AI parsing.
- Fully local: No data leaves your machine; no external APIs or cloud services required.
- Designed for secure, controlled, and transparent web interactions via the AI assistant.
元数据
常见问题
Personal Agent Browser 是什么?
一个为你的个人数字大脑设计的浏览器自动化技能。它调用你本地安装的 agent-browser CLI,安全地访问网页,提取标题和内容,并返回结构化摘要,让 AI 助手能理解并总结网页信息。 **使用场景**: (1) 用户要求:“帮我查看一下我的技能在 ClawHub 上的页面” (2) 用户希望 AI 自动抓取... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 81 次。
如何安装 Personal Agent Browser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install personal-agent-browser」即可一键安装,无需额外配置。
Personal Agent Browser 是免费的吗?
是的,Personal Agent Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Personal Agent Browser 支持哪些平台?
Personal Agent Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Personal Agent Browser?
由 awublack(@awublack)开发并维护,当前版本 v1.1.0。
推荐 Skills