{
  "name": "AgentSpot",
  "description": "A curated, automatically refreshed directory where you can discover which AI agents, reusable skills, and agent tools are popular — ranked by transparent public metrics.",
  "url": "https://agentspot.dev",
  "documentation": "https://agentspot.dev/api/",
  "license": {
    "id": "CC-BY-4.0",
    "url": "https://creativecommons.org/licenses/by/4.0/",
    "attribution": "AgentSpot (https://agentspot.dev)"
  },
  "api_version": 2,
  "access": {
    "auth": "none",
    "rate_limit": "none",
    "cors": "*",
    "query_parameters": false
  },
  "schema": "https://agentspot.dev/data/schema.json",
  "openapi": "https://agentspot.dev/data/openapi.json",
  "endpoints": {
    "index": {
      "url": "https://agentspot.dev/data/index.json",
      "description": "Compact record for all 81 listings — the one to fetch first, then filter locally."
    },
    "listing": {
      "url_template": "https://agentspot.dev/data/listings/{id}.json",
      "description": "A single listing, in full. `id` is the listing id verbatim, e.g. `agent/openclaw`."
    },
    "all": {
      "url": "https://agentspot.dev/data/all.json",
      "description": "Every listing with every published field."
    },
    "categories": {
      "agent": "https://agentspot.dev/data/agents.json",
      "skill": "https://agentspot.dev/data/skills.json",
      "tool": "https://agentspot.dev/data/tools.json",
      "coding": "https://agentspot.dev/data/coding.json",
      "education": "https://agentspot.dev/data/learn.json"
    },
    "llms_txt": "https://agentspot.dev/llms.txt",
    "llms_full_txt": "https://agentspot.dev/llms-full.txt",
    "feed": "https://agentspot.dev/feed.xml",
    "sitemap": "https://agentspot.dev/sitemap.xml"
  },
  "listing_policy": {
    "thresholds": {
      "min_github_stars": 100,
      "min_downloads": 2500,
      "download_window_days": 7
    },
    "paid_rankings": false,
    "methodology": "https://agentspot.dev/methodology/",
    "disclaimer": "https://agentspot.dev/disclaimer/",
    "note": "A listing is a popularity fact, not an endorsement or a safety guarantee. Listed projects execute code. Read the source and pin the version before running anything."
  },
  "contact": {
    "page": "https://agentspot.dev/contact/",
    "report_or_remove_a_listing": "https://github.com/agentspot/agentspot-submissions/issues/new?template=report-listing.yml",
    "request_a_listing": "https://github.com/agentspot/agentspot-submissions/issues/new?template=submit-listing.yml"
  },
  "updated": "2026-09-23T19:43:52.669Z"
}