ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified browser automation Safety 3/5

clawpod

Browse and fetch web pages through Massive residential proxy IPs with full JS rendering, geo-targeting, sticky sessions, and device-type targeting.

Why use this skill?

Enable your AI agent to browse the web using residential proxies with ClawPod. Features JS rendering, geo-targeting, and interaction.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/codeninja23/clawpod-skill
Or

What This Skill Does

The ClawPod skill serves as the primary bridge between the OpenClaw AI agent and the web. By integrating the agent-browser framework with the Massive residential proxy network, it enables the AI to browse the internet with the footprint of a real user. Unlike basic scrapers, ClawPod performs full JavaScript rendering via headless Chromium, allowing the AI to interact with dynamic web applications, single-page applications, and sites protected by sophisticated bot detection. It supports advanced targeting, including geo-location (country/city), sticky sessions for stateful navigation, and specific device fingerprinting.

Installation

To add ClawPod to your agent environment, run the following command in your OpenClaw terminal:

clawhub install openclaw/skills/skills/codeninja23/clawpod-skill

Ensure that you have agent-browser installed on your system. For Linux or Docker environments, use agent-browser install --with-deps to guarantee all necessary Chromium dependencies are present. You must also obtain your credentials from the Massive dashboard and export them as environment variables MASSIVE_PROXY_USERNAME and MASSIVE_PROXY_PASSWORD before initiating any scraping tasks.

Use Cases

  • Market Intelligence: Aggregate pricing or stock availability data from e-commerce sites across different global regions to perform competitive analysis.
  • Automated Research: Gather structured information from academic or news portals that require JavaScript execution to render content.
  • Lead Generation: Safely navigate through professional directories to extract contact information while utilizing residential IPs to avoid rate-limiting.
  • Quality Assurance: Use the screenshot and snapshot features to verify how web content appears to users in specific geographic locations.

Example Prompts

  1. "Open the product page for the latest smartphone on amazon.com using a US-based residential proxy, take a screenshot, and extract the price and description."
  2. "Go to target.com, navigate to the electronics section, and give me an accessibility snapshot of the first five product listings using a sticky session."
  3. "Search for local coffee shops in London using a UK-based IP address and summarize the top three highest-rated results found in the HTML content."

Tips & Limitations

  • Encoding: Always ensure your proxy username is URL-encoded if using query parameters like geo-targeting, or the proxy authentication will fail.
  • Session Management: Remember that the --proxy flag is applied at browser launch. If your task requires switching from a US IP to a UK IP, you must command the agent to close the browser and re-initialize it.
  • Resource Usage: Because this tool runs a full browser, it consumes significantly more memory than simple HTTP requests. Use it judiciously to keep your agent performance optimal.

Metadata

Stars1100
Views1
Updated2026-02-17
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-codeninja23-clawpod-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-scraping#proxy#automation#browsing#residential-ip
Safety Score: 3/5

Flags: network-access, code-execution