← ClaudeAtlas

github-apilisted

GitHub data toolkit via ScraperSocial — repositories, commits, contributors, issues, releases, languages, user profiles, repo search and trending.
nikhonit/social-media-api-skills · ★ 0 · API & Backend · score 70
Install: claude install-skill nikhonit/social-media-api-skills
# GitHub API skill Read public GitHub data as clean JSON. This GitHub API skill covers repositories and their commits, contributors, issues, releases and language breakdown, plus user and organisation profiles, repo search and the trending list. Every endpoint costs 1 credit, making this the cheapest platform in the repo and a good one to test your key against. This skill wraps **11 live GitHub endpoints** from the [ScraperSocial](https://scrapersocial.com) API. Public data only, returned as clean JSON. ## When to use this skill - You are evaluating a dependency or a project and want its activity, contributors or release history. - You need issue lists for triage, changelog generation or research. - You are tracking what is trending, or searching repos by keyword. - A user pastes a GitHub URL and asks what the project is or how active it is. ### Do not use this skill when - **You are authenticated and near no rate limit.** GitHub's own REST and GraphQL APIs are free, richer and support writes. Use this when you want one uniform client across many platforms, or want to avoid managing another token. - **You need private repositories.** Public data only. - **You need to open issues, push code or comment.** Read-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 | I