Feature: serp

Skillset Bundle

Single install that registers Scavio's eight platform APIs as a unified Claude skillset covering search, reviews, video, and answer engines.

What is Skillset Bundle?

Skillset Bundle is the Scavio one-command install that registers eight platform APIs (Google SERP, Reddit, YouTube, Amazon, Walmart, Google Maps, Google News, and the ask endpoint) as a unified Claude skillset. Each platform becomes a named skill under the scavio/ prefix with shared credentials, shared rate-limiting, and shared governance. Teams onboarding new members go from zero to a full agent-native research surface with one install command.

Example Response

JSON
{ "skillset": "scavio", "version": "2.4.0", "installed": ["scavio/serp", "scavio/reddit", "scavio/youtube", "scavio/amazon", "scavio/walmart", "scavio/maps", "scavio/news", "scavio/ask"] }

Use Cases

  • One-command onboarding for new engineers
  • GTM teams installing shared research skills
  • Agencies shipping client-ready Claude setups
  • Enterprise skillset distribution with shared governance

Why Skillset Bundle Matters

Installing eight separate MCPs and reconciling credentials is the main friction keeping teams off skill-based workflows; a unified bundle collapses the onboarding to a single step.

LangChain Example

Drop skillset bundle data into your LangChain agent in a few lines:

Python
# one-line install
claude skill install scavio

Frequently Asked Questions

Send a search request with the appropriate platform (google) and Scavio returns skillset bundle data in the response. See the example above for the exact field path.

Yes. Scavio fetches skillset bundle data in real time on each request. There is no caching layer and no stale data.

Skillset Bundle is the Scavio one-command install that registers eight platform APIs (Google SERP, Reddit, YouTube, Amazon, Walmart, Google Maps, Google News, and the ask endpoint)

Skillset Bundle data is returned as part of the standard search response. Each request costs 1 credit. Free tier includes 500 credits/month.

Start Using Skillset Bundle

Single install that registers Scavio's eight platform APIs as a unified Claude skillset covering search, reviews, video, and answer engines.