RapidAPI MCP Skill
Call RapidAPI services (YouTube, Twitter/X, Reddit, Weather, News, Crypto, Instagram, etc.)
Tools
rapidapi_call
Call any RapidAPI endpoint. Params: api (youtube, twitter, reddit, weather, news, crypto, instagram), endpoint, params.
rapidapi_check
Check API health. Params: api (optional, or "all").
rapidapi_setup
Setup/configure APIs. Params: action: "check", "configure", "status".
rapidapi_discover
Find APIs for unknown requests. Params: query, max_results.
APIs
🔑 Needs Key (free tier available):
youtube / yt-api - Videos, search, trending, captions
twitter - Tweets, profiles, trends (twitter154)
reddit - Posts, comments, subreddits
news - Headlines
weather - Current + forecast
crypto - Prices, trending
instagram - Profiles, posts
✅ Free (no key):
openmeteo - Weather
openlibrary - Books
coingecko - Crypto
poetrydb - Poems
bible - Verses
wikipedia - Articles
openstreetmap - Geocoding
Config
API key: ~/.config/openclaw/api-keys.json → rapidapi_key or env RAPIDAPI_KEY
Token Optimization
- API endpoint details: see
apis/*.json files (not in prompt)
- Use
compact: true for browser snapshots
1---2name: rapidapi-mcp3description: Unified access to YouTube, Twitter, Reddit, Weather, News, Crypto, Instagram via RapidAPI4---56# RapidAPI MCP Skill78Call RapidAPI services (YouTube, Twitter/X, Reddit, Weather, News, Crypto, Instagram, etc.)910## Tools1112### rapidapi_call13Call any RapidAPI endpoint. Params: `api` (youtube, twitter, reddit, weather, news, crypto, instagram), `endpoint`, `params`.1415### rapidapi_check16Check API health. Params: `api` (optional, or "all").1718### rapidapi_setup19Setup/configure APIs. Params: `action`: "check", "configure", "status".2021### rapidapi_discover22Find APIs for unknown requests. Params: `query`, `max_results`.2324## APIs2526**🔑 Needs Key (free tier available):**27- `youtube` / `yt-api` - Videos, search, trending, captions28- `twitter` - Tweets, profiles, trends (twitter154)29- `reddit` - Posts, comments, subreddits30- `news` - Headlines31- `weather` - Current + forecast32- `crypto` - Prices, trending33- `instagram` - Profiles, posts3435**✅ Free (no key):**36- `openmeteo` - Weather37- `openlibrary` - Books38- `coingecko` - Crypto39- `poetrydb` - Poems40- `bible` - Verses41- `wikipedia` - Articles42- `openstreetmap` - Geocoding4344## Config4546API key: `~/.config/openclaw/api-keys.json` → `rapidapi_key` or env `RAPIDAPI_KEY`4748## Token Optimization4950- API endpoint details: see `apis/*.json` files (not in prompt)51- Use `compact: true` for browser snapshots