OpenClaw Integration
ClawHub is a skill registry for OpenClaw agents. Scavio publishes 17 skills -- one per platform, plus a dedicated skill for each Google vertical -- so you can install only what your agent needs. No wrappers, no glue code: set your API key, install the skill, and your agent can search immediately.
Set your key once
SCAVIO_API_KEY environment variable -- set it once and each skill picks it up automatically, with no per-skill config.Introduction
The Scavio skills are a cost-effective Tavily and SerpAPI alternative for OpenClaw agents. Each skill maps natural-language instructions to the right Scavio API call and returns structured JSON, so your agent gets real-time search across Google, YouTube, Amazon, Walmart, Reddit, TikTok, TikTok Shop, X and LinkedIn without any wrapper or glue code. Install the platforms you need and share a single API key across all of them.
Step-by-Step Integration Guide
Step 1: Install the skill
Install one skill, a platform family, or everything at once:
# Install a single skill
clawhub install scavio-google
# Install the Google family (core plus each vertical)
clawhub install scavio-google scavio-google-maps scavio-google-shopping \
scavio-google-news scavio-google-ai-mode scavio-google-trends \
scavio-google-flights scavio-google-hotels
# Install the rest
clawhub install scavio-youtube scavio-amazon scavio-walmart scavio-reddit \
scavio-tiktok scavio-tiktok-shop scavio-x scavio-linkedinStep 2: Set your API key
Every skill reads your Scavio API key from the SCAVIO_API_KEY environment variable. Set it once and every installed skill picks it up automatically.
export SCAVIO_API_KEY=sk_live_your_key_hereGet your API key from the Scavio Dashboard. Keys start with sk_live_ or sk_test_.
Step 3: Use it
Once installed and configured, your OpenClaw agent can call the skills directly. Pass natural-language instructions -- the skill maps them to the right API call and returns structured JSON.
Available Skills
| Skill | Platform | Install command |
|---|---|---|
scavio-google | Google Search | clawhub install scavio-google |
scavio-amazon | Amazon | clawhub install scavio-amazon |
scavio-youtube | YouTube | clawhub install scavio-youtube |
scavio-walmart | Walmart | clawhub install scavio-walmart |
scavio-reddit | clawhub install scavio-reddit |
Google Search
Searches Google and returns titles, URLs, and content snippets. Supports news, images, and maps search types.
# Example agent prompt
"Search Google for the latest AI research papers from 2026"Amazon
Searches Amazon products and returns titles, prices, ratings, and product URLs. Supports filtering by country and sorting options.
# Example agent prompt
"Find standing desks under $300 on Amazon"YouTube
Searches YouTube videos and returns titles, channel names, view counts, and video URLs.
# Example agent prompt
"Search YouTube for LangChain tutorials from 2026"Walmart
Searches Walmart products with prices, ratings, fulfillment options (delivery, pickup, free shipping), and stock status.
# Example agent prompt
"Find coffee makers with free shipping on Walmart"Searches Reddit posts and can fetch a full post with its threaded comment tree. Returns subreddit, author, score, flair, and NSFW flags.
# Example agent prompts
"Search Reddit for developer opinions on FastAPI vs Django"
"Get the full discussion at reddit.com/r/Python/comments/1smb9du/"Credit Costs
Each skill call consumes credits from your Scavio account. Credit costs are the same as direct API calls:
| Call | Credits |
|---|---|
| Google (all verticals), Amazon, Walmart, Reddit, TikTok, TikTok Shop, X | 1 |
| YouTube search and shorts search | 2 |
| YouTube transcript | 8 |
| LinkedIn profiles and posts | 1 or 10 |
| LinkedIn job detail | 30 |
Free accounts start with 50 one-time credits (there is no monthly refill). See pricing for plan details.
Benefits of Scavio + OpenClaw
- Modular: install only the skills your agent needs, one per platform across five platforms.
- Zero glue: natural-language in, structured JSON out -- no wrappers or boilerplate.
- Shared auth: one
SCAVIO_API_KEYenv var powers every installed skill. - Cost-effective: most calls cost a single credit.
Next Steps
- Browse Scavio skills on ClawHub
- Google Search API -- full endpoint reference
- Amazon API -- product search and details
- YouTube API -- search and metadata
- Walmart API -- product search and details
- Reddit API -- post search and threaded comments