psyb0tpsyb0tCommunityยท1 Agent Skills Included

docker-stealthy-auto-browse

Stealth browser automation with real mouse and keyboard input

Automates a hardened Firefox browser inside Docker that passes Cloudflare, CreepJS, and other bot detectors. Uses real OS-level mouse and keyboard events instead of detectable synthetic input, with a JSON API and MCP server for remote control. Supports multi-step scripts, screen recording, cookie sync, and clustered instances for authorized QA and security testing.
npx skills add psyb0t/docker-stealthy-auto-browse --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install docker-stealthy-auto-browse?โ–ผ

Run `npx skills add psyb0t/docker-stealthy-auto-browse --all -g -y` in your terminal to install the skill globally. You also need Docker running, since the browser itself runs inside a container.

How to bypass bot detection in browser automation?โ–ผ

This skill runs a custom Firefox build with no CDP signals and drives it with real OS-level mouse and keyboard events, so detectors see genuine user input. It is intended only for sites you own or are authorized to test.

Can AI agents control the browser directly?โ–ผ

Yes. The container exposes an MCP server at /mcp on port 8080, so Claude Code, Cursor, and other MCP-compatible clients can navigate, click, type, and screenshot pages directly.

Does it support multi-step automation scripts?โ–ผ

Yes. You can send multi-step YAML or JSON scripts in a single API request, including navigation, waits, clicks, text extraction, and screen recording.

Can I use it without writing code?โ–ผ

Yes. Once the container is running, your AI agent sends plain-English-driven commands through the MCP server or simple curl requests to the HTTP API.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’