One-click install
npx skills add https://github.com/joinmassive/clawpod --skill clawpod
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawpod
Source: https://github.com/joinmassive/clawpod/tree/main
Command: npx skills add https://github.com/joinmassive/clawpod --skill clawpod

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill overcomes website blocks, geo-restrictions, and anti-bot measures to fetch web page content or search Google, providing access to information that would otherwise be inaccessible.

Core Features & Use Cases

  • Web Scraping: Retrieve rendered HTML or structured JSON from any URL, even those protected by CAPTCHAs or JavaScript rendering.
  • Google Search: Obtain search results in HTML or JSON format, bypassing standard search engine limitations.
  • Use Case: You need to gather pricing information from an e-commerce site that actively blocks scrapers, or you need to perform a localized Google search for businesses in a specific region.

Quick Start

Use the clawpod skill to fetch the content of the website https://example.com.

Frequently Asked Questions about clawpod

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape web content from sites protected by CAPTCHAs and anti-bot measures?

Web scraping sites with anti-bot protections is handled by bypassing CAPTCHAs and JavaScript rendering using residential proxies. This Skill returns the fetched content as structured JSON or rendered HTML, even from e-commerce sites actively blocking scrapers.

Can I perform a localized Google search and get the results in JSON format?

Google search results can be obtained in JSON or HTML format while bypassing standard search engine limitations. It uses residential proxies to bypass geo-restrictions, allowing you to retrieve localized search results for specific regions.

Does this web scraping approach work with JavaScript-rendered pages?

JavaScript rendering is fully supported during web content fetching. The Skill handles dynamic page loads and bypasses anti-bot measures to return the fully rendered HTML or structured JSON from the target URL.

What is the best way to fetch pricing data from an e-commerce site that blocks scrapers?

Fetching pricing data from e-commerce sites that block scrapers is achieved by routing requests through residential proxies. This bypasses anti-bot protections and CAPTCHAs, returning the needed content as structured JSON or HTML.

How do I bypass geo-restrictions when fetching web page content?

Geo-restriction bypass is accomplished using residential proxies to route your web content fetching requests. This allows you to access and retrieve information from URLs that would otherwise be inaccessible based on your location.