twitch-apilisted
Install: claude install-skill nikhonit/social-media-api-skills
# Twitch API skill
Read public Twitch data as clean JSON. This Twitch API skill returns a streamer's profile, a single clip, or a channel's video listing — 2 credits each. It is the quick read for creator research on Twitch when you do not want to register an application and manage OAuth tokens.
This skill wraps **3 live Twitch endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON.
## When to use this skill
- You are researching a streamer: their profile, their recent videos, their clips.
- A user pastes a Twitch clip and asks what it is or who made it.
- You are building a cross-platform creator profile that includes Twitch.
### Do not use this skill when
- **You need live stream status or chat.** Not covered here. Twitch's own API and EventSub handle real-time state properly.
- **You are building a Twitch integration proper.** The official API is free, richer and supports subscriptions to live events.
- **You need viewer or revenue analytics.** Account-scoped and not public.
## Setup
```bash
export SCRAPERSOCIAL_KEY=sk_live_... # https://scrapersocial.com/app/keys
```
Signing up at [scrapersocial.com/signup](https://scrapersocial.com/signup) includes 100 free credits, no card required.
## Scripts
| Script | What it does | Input | Credits |
|---|---|---|---|
| `get_clip.js` | Get Twitch clip. | url|handle | 2 credits |
| `get_profile.js` | Get Twitch profile. | handle | 2 credits |
| `get_user_videos.js` |