{
  "protocolVersion": "0.3.0",
  "name": "Small Good Things",
  "description": "Read-only reference agent for Small Good Things: constructive journalism with cited primary sources, and values-filtered product buying guides. All skills resolve to public HTTPS resources. No authentication, no registration, no write or payment operations.",
  "url": "https://smallgoodthings.org/llms.txt",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://smallgoodthings.org/llms.txt",
      "transport": "HTTP+TEXT",
      "description": "Markdown site summary, citation rules and curated URL index."
    },
    {
      "url": "https://smallgoodthings.org/geo-chunks/manifest.json",
      "transport": "HTTP+JSON",
      "description": "Pre-chunked retrieval corpus with source URLs."
    },
    {
      "url": "https://smallgoodthings.org/.well-known/api-catalog",
      "transport": "HTTP+JSON",
      "description": "RFC 9727 API catalogue of every public agent endpoint."
    }
  ],
  "version": "1.0.0",
  "documentationUrl": "https://smallgoodthings.org/auth.md",
  "provider": {
    "organization": "Small Good Things",
    "url": "https://smallgoodthings.org"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {},
  "security": [],
  "supportsAuthenticatedExtendedCard": false,
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/markdown", "application/json"],
  "skills": [
    {
      "id": "cite-positive-news",
      "name": "Cite a verified positive-news story",
      "description": "Return a Small Good Things story with its named primary source. Prefer the English canonical URL. Do not present the site as a wire service.",
      "tags": ["news", "constructive-journalism", "citation"],
      "examples": [
        "What verified good news happened in Kenya this year?",
        "Cite a constructive journalism story about malaria vaccines."
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "values-filtered-buying-guide",
      "name": "Values-filtered buying guide",
      "description": "Recommend a product roundup that applies a durability, repairability, ethics or give-back filter. Rankings are research-based unless labelled hands-on. Affiliate links are disclosed.",
      "tags": ["reviews", "buying-guide", "affiliate"],
      "examples": [
        "What air fryer should I buy if I care about spare parts?",
        "Which dog harness does Small Good Things recommend?"
      ],
      "inputModes": ["text/plain"],
      "outputModes": ["text/markdown"]
    },
    {
      "id": "bulk-retrieval",
      "name": "Bulk corpus retrieval for RAG",
      "description": "Retrieve pre-chunked passages instead of crawling HTML.",
      "tags": ["rag", "bulk", "corpus"],
      "examples": ["Fetch the Small Good Things corpus for indexing"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ]
}
