Cf Browser
Cf Browser allows you to browse the web using a custom-built, lightweight Chromium instance for enhanced privacy and control.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add cf-browser npx -- -y @trustedskills/cf-browser
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"cf-browser": {
"command": "npx",
"args": [
"-y",
"@trustedskills/cf-browser"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows an AI agent to interact with web pages using Cloudflare Workers. It can scrape data, automate tasks, and execute JavaScript within a browser context on remote websites. This provides capabilities beyond standard HTTP requests, enabling more complex interactions with dynamic content.
When to use it
- Data Scraping: Extract specific information from websites that require JavaScript rendering or authentication.
- Automated Form Filling: Automatically fill out forms and submit data on web pages.
- Website Interaction: Simulate user actions like clicking buttons, navigating links, and interacting with elements on a webpage.
- Bypassing Restrictions: Circumvent certain website restrictions that prevent direct access via standard HTTP requests.
Key capabilities
- Cloudflare Workers integration
- Browser context execution
- JavaScript rendering
- Data scraping from dynamic content
- Automated form submission
Example prompts
- "Scrape the product prices from [website URL]."
- "Fill out this registration form: [form details] on [website URL]."
- "Click the 'Next' button on this page: [website URL]."
Tips & gotchas
This skill requires a working Cloudflare account and familiarity with Cloudflare Workers. Be mindful of website terms of service when using this skill for scraping or automation, as excessive requests can lead to IP blocking.
Tags
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.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.