← ClaudeAtlas

bluesky-apilisted

Bluesky data toolkit via ScraperSocial — public profiles, user post timelines and keyword search across the network.
nikhonit/social-media-api-skills · ★ 0 · Data & Documents · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# Bluesky API skill Read public Bluesky data as clean JSON. This Bluesky API skill returns a profile, a user's posts, or keyword search results across the network — at 1 credit per call, which makes it one of the cheapest ways to monitor a conversation on an open social platform. This skill wraps **3 live Bluesky endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are tracking what a specific Bluesky account is posting. - You want keyword search across public posts, for monitoring a brand or topic. - A user pastes a Bluesky handle and asks who it is or what they post about. ### Do not use this skill when - **You need to post, reply or follow.** This is read-only. Bluesky's own AT Protocol API handles writes and is free for authenticated users. - **You need the full firehose.** These are point queries, not a streaming feed. For real-time ingestion at volume, connect to the protocol directly. - **You need private or blocked-account data.** Public data only. ## 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_profile.js` | Get Bluesky profile. | handle | 1 credit | | `search.js` | List Bluesky search. | query | 1 credit per post | | `get_