← ClaudeAtlas

social-media-apilisted

One social media API skill for all 33 platforms — discover every available endpoint and call any of them by path, without installing a per-platform skill.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Social media API skill One social media API skill that reaches every platform ScraperSocial covers. Instead of installing a skill per platform, this one lists the whole endpoint catalogue and calls any endpoint by path — useful when you do not know in advance which platform a task will need, or when you want a single generic tool rather than 33 specific ones. `list_endpoints.js` reads a bundled snapshot, so discovery is free and works without an API key. Only `call_endpoint.js` spends credits. This skill reaches **all 227 endpoints across 33 platforms** in one place, instead of one skill per platform. ## When to use this skill - You do not know which platform a request will need until you see it. - You want one tool in the agent's context rather than 33. - You need an endpoint that has no dedicated script in its platform skill. - You are exploring what the API can do before committing to a specific skill. ### Do not use this skill when - **You already know the platform.** The dedicated skill has argument validation, section flags and platform-specific guidance on what not to do. Prefer `tiktok-api` over this for TikTok work. - **You want guidance on cost or privacy for a specific platform.** That lives in the per-platform skill, where it can be specific. - **You are looping over many endpoints to see what sticks.** Every call costs credits. Use `list_endpoints.js` — which is free — to decide first. ## Setup ```bash export SCRAPERSOCIAL_KEY=sk_live_... # https://s