Human Browser
Stealth Playwright browser with residential proxy for AI agents. Bypasses Cloudflare, DataDome, PerimeterX, and other anti-bot systems. Drop-in replacement for chromium.launch().
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add human-browser npx -- -y @trustedskills/human-browser
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"human-browser": {
"command": "npx",
"args": [
"-y",
"@trustedskills/human-browser"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
Human Browser provides an AI agent with a cloud-based browser that bypasses common bot detection measures. It utilizes residential IPs from over ten countries, simulates real device fingerprints (iPhone 15 Pro or Windows Chrome), and mimics human-like browsing behavior like Bezier mouse curves and natural scrolling. This allows agents to interact with websites that typically block automated access.
When to use it
- Bypassing Anti-Bot Measures: Access sites blocked by Cloudflare, DataDome, or PerimeterX.
- Residential IP Requirement: Interact with platforms like Instagram, LinkedIn, and TikTok which require a residential IP address.
- Web Scraping: Scrape data from websites that aggressively block bot traffic.
- Automated Testing: Run automated tests on sites requiring human-like browsing patterns.
Key capabilities
- Residential IPs from 10+ countries
- Real device fingerprints (iPhone 15 Pro or Windows Chrome)
- Human-like behavior simulation (Bezier mouse curves, typing speed, scrolling)
- Anti-detection features (
webdriver=false, no automation flags) - Correct timezone and geolocation
Example prompts
- "Launch a browser with a US residential IP address."
- "Use a UK residential IP to access [website URL]."
- "Simulate browsing on a Windows Chrome device from Romania."
Tips & gotchas
- A free trial is automatically activated upon launching the browser. After the trial expires, you'll need to purchase a paid plan and configure
PROXY_USER/PROXY_PASS. - Playwright needs to be installed before using this skill.
Requirements
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Installing this skill downloads the exact code at commit 2a0d0263, not the current state of the repository. This prevents supply-chain attacks from unauthorized updates.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.
Install command fetches the verified snapshot, not the live repository.