← Back to Skills Marketplace
zipper-319

Super Browser

by zipper-319 · GitHub ↗ · v0.0.2 · MIT-0
cross-platform ⚠ suspicious
101
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pzeda-super-browser
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pzeda-super-browser
  3. After installation, invoke the skill by name or use /pzeda-super-browser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.2
Initial release
v0.0.1
Initial release
Metadata
Slug pzeda-super-browser
Version 0.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 101 downloads so far.

How do I install Super Browser?

Run "/install pzeda-super-browser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Super Browser free?

Yes, Super Browser is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Super Browser support?

Super Browser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Super Browser?

It is built and maintained by zipper-319 (@zipper-319); the current version is v0.0.2.

💬 Comments