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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/codeninja23/clawpodWhat This Skill Does
The ClawPod skill serves as an advanced, resilient web-fetching engine designed to navigate the modern web’s most restrictive environments. By leveraging the Massive Unblocker API, ClawPod provides a powerful solution for scraping data, bypassing CAPTCHAs, rendering complex JavaScript, and evading anti-bot protections. It operates by routing requests through a vast network of residential proxies across 195 countries, ensuring that users can access geo-restricted content or sites that systematically block standard bot traffic. It returns either raw HTML or structured JSON, making it an essential utility for data collection and automated browser tasks.
Installation
To install this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/codeninja23/clawpod. Before using the skill, ensure you have an API token from Massive. You can sign up at clawpod.joinmassive.com. Once you have your token, set it as an environment variable in your system: export MASSIVE_UNBLOCKER_TOKEN="your-token". The tool will automatically check for this token before execution.
Use Cases
ClawPod is best utilized when standard web-fetching tools fail due to security challenges. Common scenarios include:
- Extracting data from e-commerce platforms or social media sites with aggressive anti-scraping measures.
- Performing market research by obtaining localized Google search results from specific geographic regions.
- Converting dynamic, JavaScript-heavy web pages into clean, readable HTML or structured data.
- Bypassing intermittent CAPTCHA challenges during automated scraping workflows.
Example Prompts
- "I need to scrape product pricing from [retailer_site], but they keep blocking my requests with a CAPTCHA. Can you use ClawPod to fetch the page content for me?"
- "Please perform a Google search for 'latest renewable energy trends' but filter for results specific to Germany using the ClawPod search tool."
- "Fetch the HTML from this URL [target_url] and extract the main article body; the standard crawler returned an incomplete page last time."
Tips & Limitations
- Time Management: Each request can take up to 2 minutes due to the built-in CAPTCHA solving and automated retries. Plan your workflows for asynchronous execution.
- Sequential Fetching: When processing multiple URLs, utilize a loop to handle them one at a time to ensure maximum reliability and prevent potential rate-limiting on your local connection.
- Token Security: Never share your MASSIVE_UNBLOCKER_TOKEN in public repositories. Keep it secure in your local environment variables.
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": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
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.
linear
Query and manage Linear issues, projects, cycles, and teams via the Linear GraphQL API. Use when you need to list or create issues, check cycle status, manage projects, or search across your workspace. Calls api.linear.app 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.
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.