← Back to Skills Marketplace
nuradil

Browser Automation 1

by nuradil · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
577
Downloads
0
Stars
4
Active Installs
1
Versions
Install in OpenClaw
/install browser-automation-1
Description
Automate web browsing tasks like navigation, data extraction, form filling, clicking, and screenshots using the agent-browser CLI.
README (SKILL.md)

Browser Automation

Automate web browser interactions using natural language via CLI commands.

When to Use

  • Browse websites
  • Navigate web pages
  • Extract data from websites
  • Take screenshots
  • Fill forms
  • Click buttons
  • Interact with web applications

Tools

Uses agent-browser CLI for headless browser automation.

Capabilities

  • Headless browser control
  • Screenshot capture
  • Form filling
  • Button clicking
  • Data extraction
  • Navigation control
Usage Guidance
This skill is internally inconsistent and requires caution. Before installing or running it: 1) Do not provide API keys or credentials until you confirm the skill's code and provenance — the docs reference ANTHROPIC_API_KEY but the skill metadata does not declare it. 2) Treat the .chrome-profile and ./agent/downloads/ behavior as persistent storage for cookies and files; if you run it, use an isolated/ephemeral environment or remove the profile directory afterward. 3) The bundle lacks source code and a trustworthy install method (setup.json asks you to npm install/link, but no package code is included) — ask the publisher for the full source, a verifiable homepage/repository, and a reproducible install manifest. 4) If you must test it, run in a sandboxed VM or container with no real credentials and no sensitive browser profiles, and monitor outbound network traffic (the tool appears to rely on an external AI model which may receive page content). 5) If you cannot verify origin or inspect the implementation, do not install or supply secrets; consider rejecting the skill until the author provides a complete, auditable package and clear declarations of required env vars and data flows.
Capability Analysis
Type: OpenClaw Skill Name: browser-automation-1 Version: 1.0.0 The skill bundle describes a browser automation tool with high-risk capabilities, including session persistence via local Chrome profiles, automatic file downloads, and data extraction. Several significant anomalies suggest the package is untrustworthy: it references a non-existent AI model version (`claude-haiku-4-5-20251001`), contains a future publication date (March 2026) in `_meta.json`, and lacks the actual implementation source code (`src/cli.ts`) and `package.json` required to verify its behavior. These discrepancies, combined with the requirement for an `ANTHROPIC_API_KEY` and the use of off-screen browser windows (`--window-position=-9999,-9999`), justify a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description (browser automation) matches the SKILL.md capabilities (navigate, extract, fill, screenshot). However the skill declares no required binaries or env vars while its docs and setup.json clearly expect a global 'browser' CLI, a local Chrome installation, Node.js dependencies, and an ANTHROPIC_API_KEY. That mismatch is disproportionate and unexplained.
Instruction Scope
The runtime instructions and examples instruct the agent to: launch Chrome with a persistent profile (.chrome-profile/), automatically download files to ./agent/downloads/, and perform authenticated logins (examples include filling passwords). The REFERENCE explicitly says AI model (Anthropic Claude Haiku) is used to interpret page actions — meaning page content and possibly credentials may be sent to an external model. The SKILL.md does not declare or limit this telemetry, so the instruction scope goes beyond simple local automation and may expose sensitive data.
Install Mechanism
There is no formal install spec in the skill bundle, yet setup.json instructs users to run npm install and npm link and to ensure a globally linked 'browser' command. The package files present (package-lock.json empty, no source files) suggest the implementation is missing from the bundle or the skill expects an out-of-band install step from an unknown source. That is incoherent and increases risk because installing arbitrary npm packages from an unknown origin is high-risk.
Credentials
The skill's declared requirements list no environment variables, but setup.json explicitly demands ANTHROPIC_API_KEY and the docs reference launching Chrome with a user-data-dir (persistent cookie/session storage). Requesting an external model API key and persisting browser profile data are high-privilege operations that are not proportional to the skill's explicit metadata and were not declared up front.
Persistence & Privilege
The skill does not set always: true and does not claim to modify other skills. However it preserves a Chrome profile (.chrome-profile/) and writes downloads/screenshots to agent directories, meaning it will persist session cookies, local storage, and any downloaded files across runs — a surprising persistence behavior that can leak credentials or session tokens if not expected.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install browser-automation-1
  3. After installation, invoke the skill by name or use /browser-automation-1
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of browser-automation-1 - Automate web browser interactions through the command line. - Supports tasks like browsing, navigation, data extraction, form filling, clicking, and screenshots. - Works with Chrome, Brave, and Edge browsers using the agent-browser CLI. - Designed for headless browser control and seamless interaction with web applications.
Metadata
Slug browser-automation-1
Version 1.0.0
License
All-time Installs 4
Active Installs 4
Total Versions 1
Frequently Asked Questions

What is Browser Automation 1?

Automate web browsing tasks like navigation, data extraction, form filling, clicking, and screenshots using the agent-browser CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 577 downloads so far.

How do I install Browser Automation 1?

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

Is Browser Automation 1 free?

Yes, Browser Automation 1 is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Browser Automation 1 support?

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

Who created Browser Automation 1?

It is built and maintained by nuradil (@nuradil); the current version is v1.0.0.

💬 Comments