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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeninja23/clawpod-skillWhat 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
- "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."
- "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."
- "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
--proxyflag is applied at browser launch. If your task requires switching from a US IP to a UK IP, you must command the agent toclosethe 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-codeninja23-clawpod-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, code-execution
Related Skills
hubspot
Query and manage HubSpot CRM data via the HubSpot API. Use when you need to search or manage contacts, companies, deals, tickets, or pipelines. Supports creating, updating, and associating CRM objects. Calls api.hubapi.com directly with no third-party proxy.
sentry
Read Sentry issues, events, and production errors via the Sentry REST API. Use when the user wants to inspect errors, list recent issues, get stack traces, or summarize production health. Requires SENTRY_AUTH_TOKEN with read-only scopes.
airtable
Read Airtable bases, tables, and records directly via the Airtable API. Use when you need spreadsheet/database data from Airtable. Calls api.airtable.com directly with no third-party proxy.
clawpod
Read any website or search Google, even when sites block bots or are geo-restricted. Handles CAPTCHAs, JavaScript rendering, and anti-bot protection server-side via residential proxies. Returns HTML or structured JSON.
stripe
Query and manage Stripe data via the Stripe API. Use when you need to list charges, customers, invoices, subscriptions, payment intents, refunds, products, or prices. Supports filtering, pagination, and creating/updating customers and refunds. Calls api.stripe.com directly with no third-party proxy.