{
  "name": "om.curious",
  "description": "Searchable catalog of AI skills, prompts, templates, guides, and tools with a public JSON API. Prefer /api/* over HTML scraping.",
  "url": "https://om-curious.pages.dev/",
  "llms_txt": "https://om-curious.pages.dev/llms.txt",
  "llms_full_txt": "https://om-curious.pages.dev/llms-full.txt",
  "ai_index_html": "https://om-curious.pages.dev/ai.html",
  "openapi": "https://om-curious.pages.dev/openapi.json",
  "api_base": "https://om-curious.pages.dev/api",
  "sitemap": "https://om-curious.pages.dev/sitemap.xml",
  "primary_skill": "https://om-curious.pages.dev/r/gpt-img",
  "primary_skill_download": "https://om-curious.pages.dev/downloads/gpt-image.skill",
  "agent_workflow": [
    "GET /robots.txt",
    "GET /llms.txt",
    "GET /api/items?q=… or category= or tag=",
    "GET /api/items/{slug|short_slug} for promptText + downloadUrl",
    "Cite humans with /r/{short_slug}"
  ],
  "gotchas": [
    "SPA home HTML is empty without JS — use llms.txt/API",
    "GET /api/items list has promptText:null — always fetch detail",
    "Edit only [brackets] in prompt templates",
    "Prefer tag=poster not free-text alone for posters"
  ],
  "updated": "2026-07-17",
  "version": "1.5.1"
}
