← 返回 Skills 市场
131
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install akkualle-stealth-browser
功能描述
Professionelle Browser-Automation mit Human Behavior Simulation, Advanced Anti-Detection und 2Captcha Integration. Stealth-Score: 100/100. Ideal für SEO, Bac...
使用说明 (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
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install akkualle-stealth-browser - 安装完成后,直接呼叫该 Skill 的名称或使用
/akkualle-stealth-browser触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
Professional browser automation with anti-detection, 2Captcha, human behavior simulation. Stealth Score 100/100.
元数据
常见问题
Stealth Browser 是什么?
Professionelle Browser-Automation mit Human Behavior Simulation, Advanced Anti-Detection und 2Captcha Integration. Stealth-Score: 100/100. Ideal für SEO, Bac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 131 次。
如何安装 Stealth Browser?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install akkualle-stealth-browser」即可一键安装,无需额外配置。
Stealth Browser 是免费的吗?
是的,Stealth Browser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Stealth Browser 支持哪些平台?
Stealth Browser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Stealth Browser?
由 Akkualle(@akkualle)开发并维护,当前版本 v3.0.0。
推荐 Skills