Youhai020616Youhai020616Communityยท1 Agent Skills Included

stealth-cli

Undetectable web browsing, scraping, and search automation

Browses, searches, scrapes, and crawls websites using a fingerprint-spoofed Firefox browser that bypasses Cloudflare and bot detection. Eliminates blocked requests, flagged headless sessions, and fragile stealth plugins by spoofing fingerprints natively in C++. Provides persistent profiles, proxy rotation, session saving, and an MCP server so agents and humans complete protected web workflows faster.
npx skills add Youhai020616/stealth-cli --all -g -y
Available:

Instructs the agent on the project architecture, the exact camoufox-js API to use, error handling rules, and coding conventions so it writes and runs stealth browser commands correctly without guessing.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install stealth-cli?โ–ผ

Run `npx skills add Youhai020616/stealth-cli --all -g -y` in your terminal to install the skill globally. The first browser launch downloads the Camoufox binary automatically.

How to scrape websites that block bots?โ–ผ

Use `stealth browse` or `stealth extract` with a saved profile. The Camoufox engine spoofs fingerprints at the C++ level, bypassing Cloudflare and most anti-bot systems.

Can stealth-cli search Google without being blocked?โ–ผ

Yes. `stealth search google "query" -f json` auto-humanizes the flow by visiting the homepage, typing with human timing, and pressing Enter. It supports 14 engines including Bing, DuckDuckGo, and YouTube.

Does stealth-cli work with Claude and Cursor?โ–ผ

Yes. Run `stealth mcp` to start a built-in MCP server, letting Claude Desktop, Cursor, and other agents control the browser directly.

How to handle logins and CAPTCHAs with stealth-cli?โ–ผ

Use `stealth open <url> --profile work` to launch a headed browser where a human completes login, CAPTCHA, or 2FA. Cookies are checkpointed every second and saved for future automated runs.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’