ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

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

Every installed skill reads the same 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:

Bash
# 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-linkedin

Step 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.

Bash
export SCAVIO_API_KEY=sk_live_your_key_here

Get 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

SkillPlatformInstall command
scavio-googleGoogle Searchclawhub install scavio-google
scavio-amazonAmazonclawhub install scavio-amazon
scavio-youtubeYouTubeclawhub install scavio-youtube
scavio-walmartWalmartclawhub install scavio-walmart
scavio-redditRedditclawhub install scavio-reddit

Google Search

Searches Google and returns titles, URLs, and content snippets. Supports news, images, and maps search types.

Bash
# 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.

Bash
# Example agent prompt
"Find standing desks under $300 on Amazon"

YouTube

Searches YouTube videos and returns titles, channel names, view counts, and video URLs.

Bash
# 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.

Bash
# Example agent prompt
"Find coffee makers with free shipping on Walmart"

Reddit

Searches Reddit posts and can fetch a full post with its threaded comment tree. Returns subreddit, author, score, flair, and NSFW flags.

Bash
# 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:

CallCredits
Google (all verticals), Amazon, Walmart, Reddit, TikTok, TikTok Shop, X1
YouTube search and shorts search2
YouTube transcript8
LinkedIn profiles and posts1 or 10
LinkedIn job detail30

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_KEY env 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
PreviousVellumNextTrueFoundry
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy