Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Connects to the Decodo Web Scraping API to run Google searches, scrape web pages, fetch Amazon product data, retrieve YouTube transcripts, and read Reddit posts or subreddits. Each target returns structured output: markdown for pages, JSON for search results and Amazon data, plain text for transcripts.
Handles JavaScript-rendered pages and anti-bot measures through Decodo's API, avoiding the need to manage headless browsers or proxy rotation yourself.
When to use it
- Pulling Google search results into a research pipeline
- Scraping competitor product prices from Amazon
- Getting transcripts from YouTube videos without manual copying
- Reading Reddit thread discussions for sentiment or topic analysis
- Extracting web page content as markdown for LLM context
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: summarize the top Reddit discussion about the latest iPhone release
- 1Search Google with query 'iPhone release reddit discussion' to find relevant post URLs
- 2Identify the most relevant Reddit post URL from organic results
- 3Call reddit_post target with the post URL to fetch thread content as JSON
- 4Extract top comments and post body from the JSON response
- 5Summarize the key opinions and themes from the thread
A summary of the Reddit thread highlighting the main user reactions, complaints, and praise about the iPhone release
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.