docker-stealthy-auto-browse
Stealth browser automation with real mouse and keyboard input
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core