← Back to Skills Marketplace
akkualle

Stealth Browser

by Akkualle · GitHub ↗ · v3.0.0 · MIT-0
cross-platform ⚠ suspicious
131
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install akkualle-stealth-browser
Description
Professionelle Browser-Automation mit Human Behavior Simulation, Advanced Anti-Detection und 2Captcha Integration. Stealth-Score: 100/100. Ideal für SEO, Bac...
README (SKILL.md)

Stealth-Browser Skill v3.0

Die professionelle Browser-Automation für OpenClaw mit Human Behavior Simulation und Advanced Anti-Detection.

🛡️ Stealth-Score: 100/100 (EXCELLENT)

✨ Features

Anti-Detection (30+ Techniken)

  • Canvas Noise Injection
  • WebGL Fingerprint Randomization
  • Audio Fingerprint Spoofing
  • Timezone/Language Spoofing
  • Plugin Array Emulation
  • Headless Detection Bypass

Captcha-Support

  • ✅ reCAPTCHA v2/v3 (via 2Captcha)
  • ✅ hCaptcha (via 2Captcha)
  • ✅ Cloudflare Turnstile

Human Behavior Simulation

  • Natural Mouse Movements
  • Randomized Typing Speed
  • Smart Scrolling Patterns
  • Random Delays

Proxy Rotation

  • HTTP/HTTPS/SOCKS5
  • Automatic Rotation
  • Geo-targeting

🚀 Verwendung

# Browser starten
./stealth-browser-v3 start --profile myprofile

# URL öffnen
./stealth-browser-v3 open "https://example.com"

# Status prüfen
./stealth-browser-v3 status

# Anti-Detection Test
./stealth-browser-v3 test

📦 Installation

./install.sh

🔧 Konfiguration

2Captcha API Key

Für Captcha-Support benötigt:

export TWOCAPTCHA_API_KEY="your_api_key"

Proxies

Proxy-Liste in proxies/proxies.txt:

http://user:pass@proxy1:8080
socks5://user:pass@proxy2:1080

📊 Test-Ergebnisse

Test Score
Stealth Score 100/100
Bot Detection 100/100
Fingerprint Unique
Headless Detection Passed

💰 Preise

Lizenz Preis Features
Basic 79€ Anti-Detection, Human Behavior
Pro 149€ + Captcha-Support, Proxy Rotation
Enterprise 299€ + Priority Support, Custom Features

Version: 3.0.0 Author: AkkuAlle License: Commercial

Usage Guidance
Do not install or run this skill on a production system without further checks. Specific issues to consider before installing: - The bundle appears incomplete: examples and the install script reference a 'stealth-browser' executable / Python module that is not present. Ask the author for the missing files or a full release archive. - SKILL.md asks you to export TWOCAPTCHA_API_KEY and to provide a proxies/proxies.txt (which may contain username:password). Those are sensitive credentials — only provide them if you understand how and where they will be stored. - The installer creates and uses /root/.openclaw/skills/stealth-browser and runs 'python3 stealth-browser test'. Hard-coded root paths can cause permission issues and may expose other data if run as root. - The skill persistently stores Google session cookies. If those files are compromised, attackers could access your Google services. Verify how cookies are encrypted/safeguarded and where backups are written. - The installer pip-installs third-party Python packages. Ensure your environment is isolated (use a virtualenv/container) and inspect the actual runtime code (the 'stealth-browser' binary/module) before executing it. If you still want to proceed: request the missing binary/module source, verify the code that performs cookie/session storage and encryption, run the installer in a disposable VM/container, and avoid supplying privileged credentials until you confirm implementation details.
Capability Analysis
Type: OpenClaw Skill Name: akkualle-stealth-browser Version: 3.0.0 The skill bundle is designed for automated browser activities including SEO spam and social media botting. The most significant indicator is the install.sh script and example files (e.g., backlink-outreach.py) hardcoding paths to the /root/ directory (/root/.openclaw/skills/stealth-browser), which is a major security red flag as it assumes or requires root privileges for standard automation tasks. Additionally, the core logic resides in a referenced but unprovided executable (stealth-browser), preventing verification of how sensitive session data and cookies are handled or if they are exfiltrated to the author's domain (akku-alle.de).
Capability Assessment
Purpose & Capability
The skill claims full browser automation (stealth, captcha solving, persistent Google login) which would reasonably need Python, Chrome, and a 2Captcha API key, but the registry metadata lists no required binaries or env vars. The packaged manifest (package.json, SKILL.md, README) expects a 'stealth-browser' executable / Python module, however that executable/module is not present in the provided file list. This is an incoherence: either files are missing from the bundle or the package metadata is incorrect.
Instruction Scope
Runtime instructions instruct exporting TWOCAPTCHA_API_KEY, creating a proxies/proxies.txt, performing Google login and persistently storing sessions/cookies, and running './stealth-browser-v3' commands. Examples access and save session/cookie files under /root/.openclaw/skills/stealth-browser. SKILL.md and examples therefore direct reading/writing of sensitive local data (cookies/sessions) and reference hard-coded root paths. The instructions also run an installation test (python3 stealth-browser test) but the referenced binary/module is missing. These steps go beyond simple instructions and grant broad access to authentication artifacts — this should be assessed by the user.
Install Mechanism
There is no formal install spec in the registry, but an install.sh is included which pip-installs Python packages (undetected-chromedriver, selenium, websocket-client), creates directories under /root/.openclaw/skills/stealth-browser, and runs 'python3 stealth-browser test'. The pip installs are from public PyPI (moderate risk). The install script does not download code from obscure URLs, but it assumes the main binaries/scripts are present and makes hard-coded changes under /root. Missing main executable increases the risk that the package was packaged incorrectly or tampered with.
Credentials
SKILL.md requires TWOCAPTCHA_API_KEY (sensitive credential) and expects proxy credentials in proxies/proxies.txt. However the registry metadata declared no required env vars — a mismatch. The skill's behavior (persisting Google session cookies) implies access to highly sensitive auth tokens/cookies; these are stored under /root/.openclaw/skills/stealth-browser which may make them accessible to processes running as root. Requesting a captcha key and storing session cookies are proportionate to captcha-solving/automation, but the lack of explicit env declarations and the use of root paths are concerning and should be justified.
Persistence & Privilege
The skill requests persistent sessions/cookie storage and install.sh creates persistent directories under /root/.openclaw/skills/stealth-browser. It does not set 'always: true'. Persistent storage of Google sessions is a high-impact capability (it allows continued access to Google services once a user has logged in). That capability can be legitimate for an automation skill, but combined with hard-coded root paths and missing/external binaries it increases the blast radius; ensure you trust the author and inspect the actual runtime binary/module before use.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install akkualle-stealth-browser
  3. After installation, invoke the skill by name or use /akkualle-stealth-browser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.0.0
Professional browser automation with anti-detection, 2Captcha, human behavior simulation. Stealth Score 100/100.
Metadata
Slug akkualle-stealth-browser
Version 3.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Stealth Browser?

Professionelle Browser-Automation mit Human Behavior Simulation, Advanced Anti-Detection und 2Captcha Integration. Stealth-Score: 100/100. Ideal für SEO, Bac... It is an AI Agent Skill for Claude Code / OpenClaw, with 131 downloads so far.

How do I install Stealth Browser?

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

Is Stealth Browser free?

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

Which platforms does Stealth Browser support?

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

Who created Stealth Browser?

It is built and maintained by Akkualle (@akkualle); the current version is v3.0.0.

💬 Comments