Skip to content
Eclipse Ghost edited this page Jul 7, 2026 · 1 revision

Awesome API Skills

Structured SKILL.md files for AI coding agents — one per API/tool — covering installation, auth, core concepts, workflows, error handling, rate limits, and security.

Status

Pre-release. 101 skills are complete and usable today. The CLI works from source but is not yet published to npm.

Quick links

Using a skill (no CLI needed)

git clone https://github.com/ashish7802/awesome-api-skills.git

Point your agent (Claude Code, Cursor, etc.) at skills/<name>/SKILL.md before it works on that integration.

Using the CLI (from source)

pnpm install
pnpm build
node packages/cli/dist/bin.js search database
node packages/cli/dist/bin.js install postgresql

Coverage (101 skills)

Payments, auth, cloud/infra, databases, AI/LLM providers, messaging, web frameworks, observability, and dev tooling. Full categorized list is in the main README.

Wiki pages


Found something inaccurate or broken? Open an issue — this project treats credibility as a first-class concern.