Cf Browser

🌐Community
by rarestg · vlatest · Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add cf-browser npx -- -y @trustedskills/cf-browser
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
rarestg
Installs
4

🌐 Community

Passed automated security scans.