Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add WingedGuardian/GENesis-AGI --skill stealth-browsergit clone --depth 1 https://github.com/WingedGuardian/GENesis-AGIWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wingedguardian/genesis-agi/stealth-browser)<a href="https://agentmods.dev/skills/wingedguardian/genesis-agi/stealth-browser"><img src="https://agentmods.dev/badge/skills/wingedguardian/genesis-agi/stealth-browser.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00013 | $0.03030 |
| Opus 5 | $0.00006 | $0.01515 |
| Sonnet 5 | $0.00003 | $0.00606 |
| Haiku 4.5 | $0.00001 | $0.00303 |
Grade A, and why
stealth-browser scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 335 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stealth Browser Skill
Tool-agnostic anti-detection behavioral rules for browser automation. Applies regardless of browser engine (Camoufox, Playwright, future tools).
Load this skill when: The browser_navigate tool is used with the
default Camoufox (anti-detection) mode. The tool's docstring directs you here.
Core Principle
Bot detection systems look for behavioral signals, not just fingerprints. A perfect fingerprint with robotic behavior is still detectable. The browser engine handles fingerprinting. This skill handles behavior.
Always-Headed Mode
Camoufox always launches headed on VNC display :99. This means:
- Human can always observe the browser via noVNC
- CAPTCHA/Turnstile escalation doesn't require browser restart
browser_collaborate(True)speeds up timing (human watching)browser_collaborate(False)restores stealth timing (nobody watching)
Layer 1: Current Infrastructure (use now)
These rules work with the existing browser tools. The tools already implement human-like delays automatically — this section covers what YOU (the LLM session) must do on top.
Profile Pre-Warming
Before navigating to a target form (especially ATS job applications), browse the company's public careers page first. This builds browsing history and cookie trail in the persistent profile. A cold browser going straight to an application form is a bot signal.
Page Load Warm-Up
After browser_navigate, wait before interacting. Read the page snapshot,
plan your actions. Do NOT immediately call browser_fill or browser_click.
A human would look at the page first. 1-3 seconds minimum.
Honeypot Detection
Before filling ANY form field, check the accessibility snapshot for hidden fields. Do NOT fill fields that appear to be:
display: noneorvisibility: hiddenin the snapshot- Zero-dimension elements
- Fields with names like
url,website,faxthat aren't expected for the form type (common honeypot names) - Fields positioned off-screen
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 8d ago First seen · 335 lines · 13 tokens per session scan A 95be940c3576
stealth-browser is a skill published in the GitHub repository WingedGuardian/GENesis-AGI (96 stars, last pushed today), licensed MIT. It adds 13 tokens to every session and 3,030 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
browser-automation
AI browser automation - navigate, interact, extract, verify via browser-use MCP.
humanize-automation
Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.
stealth-browser-launch
Launch stealth Chromium with C++ fingerprint patches for anti-bot bypass.
playwright-bot-bypass
This skill should be used when the user asks to "bypass bot detection", "avoid CAPTCHA", "stealth browser automation", "undetected playwright", "bypass Google bot check", "rebrowser-playwright", or needs to automate websites that detect and block bots.
skill
Anti-detection browser automation MCP skill for OpenClaw agents with 47 tools for navigation, interaction, observation, extraction, downloads, profiles, sessions, and stealth web search.
app-docs
Generate complete user documentation for a web app with screenshots. Browses the app via browser automation, screenshots every screen, and produces a structured user guide with step-by-step instructions, annotated screenshots, workflow diagrams, and reference tables. Supports quick (key screens), standard (all pages)…