← 返回 Skills 市场
zipper-319

Super Browser

作者 zipper-319 · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pzeda-super-browser
功能描述
Browser automation through the published `@pzeda/super-browser` package and its `super-browser` CLI against a real local Chrome session. Use when the task ne...
安全使用建议
This skill appears to do what it claims, but installing and running a third-party npm CLI and connecting it to your real Chrome session can expose sensitive data. Before using it: (1) review the npm package page and source repository for @pzeda/super-browser and confirm the author and recent activity; (2) prefer `npx` or a local (non-global) install to avoid modifying global state; (3) run the package in an isolated environment (separate user/profile, VM, or container) if possible; (4) avoid pointing it at your primary Chrome profile — either launch Chrome with a dedicated profile or deny remote debugging access to profiles with sensitive logins; (5) restrict CDP to localhost and do not open port 9222 to the network; (6) inspect package install scripts and runtime behavior (or request checksums/signatures) if you must install globally. If you cannot audit the package, treat it as untrusted software and limit its access accordingly.
功能分析
Type: OpenClaw Skill Name: pzeda-super-browser Version: 0.0.2 The skill provides extensive browser automation capabilities by wrapping the `@pzeda/super-browser` npm package, including the ability to reuse existing Chrome login sessions, take screenshots, and upload files. While these features are aligned with the stated purpose in SKILL.md, the broad access to the user's local browser environment, network traffic, and file system represents a significant security risk. The instructions to perform a global npm installation and the high-privilege nature of the browser control primitives warrant a suspicious classification despite the lack of explicit malicious intent.
能力评估
Purpose & Capability
Name and description match the instructions: the skill directs the agent to use the @pzeda/super-browser npm package/CLI to automate a local Chrome session (CDP on port 9222). The declared binary requirements (node, npm) and Chrome/Chromium dependency are appropriate and expected.
Instruction Scope
Instructions are scoped to browser automation tasks and include sensible CLI commands and diagnostics. They explicitly recommend reusing the user's logged-in Chrome session and exposing CDP on port 9222 — this is required for some automation use cases but is a sensitive capability (cookies, auth tokens, extensions, session data accessible via the debugging protocol). The SKILL.md does not instruct reading unrelated files or environment variables.
Install Mechanism
The SKILL.md tells the user to run `npm install -g @pzeda/super-browser` or to use `npx`. Installing an npm package from the public registry is an expected way to get a CLI, but it carries moderate risk because install-time and runtime scripts in the package can execute arbitrary code. No install spec or integrity checks are provided in the skill content.
Credentials
The skill does not request environment variables or external credentials, which is proportionate. However, the required capability to connect to a local Chrome debugging endpoint and reuse an existing Chrome login session implicitly gives the CLI access to sensitive browser state (cookies, stored tokens, autofill data). That sensitivity is inherent to the stated purpose but should be explicitly acknowledged by a user.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It is instruction-only and does not attempt to modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pzeda-super-browser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pzeda-super-browser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
Initial release
v0.0.1
Initial release
元数据
Slug pzeda-super-browser
版本 0.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Super Browser 是什么?

Browser automation through the published `@pzeda/super-browser` package and its `super-browser` CLI against a real local Chrome session. Use when the task ne... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 Super Browser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pzeda-super-browser」即可一键安装,无需额外配置。

Super Browser 是免费的吗?

是的,Super Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Super Browser 支持哪些平台?

Super Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Super Browser?

由 zipper-319(@zipper-319)开发并维护,当前版本 v0.0.2。

💬 留言讨论