Skip to content

API Documentation

Access skill data programmatically through our JSON API. Use it to build integrations, badges, or custom dashboards.

Base URL

https://geminiskill.org/api

Endpoints

GET/api/skills.json

Returns all skills with full details including name, description, tags, compatibility, and source URL.

GET/api/categories.json

Returns all categories with descriptions and skill counts.

GET/api/agents.json

Returns all compatible agents with features, pricing, and skill format information.

Example Response

{
  "skills": [
    {
      "name": "Deep Research Agent",
      "slug": "deep-research-agent",
      "category": "Research",
      "tags": ["research", "automation"],
      "compatibility": ["gemini-cli", "antigravity-cli"],
      "sourceUrl": "https://github.com/..."
    }
  ],
  "total": 25,
  "lastUpdated": "2026-07-24"
}

Rate Limits

The API is rate-limited to 60 requests per minute per IP address. For higher limits, contact us at info@isrange.com.

Usage

The API is free to use. Please include attribution (link to geminiskill.org) when displaying our data. If you build something cool with the API, let us know!