{
  "name": "Reefy",
  "description": "Reefy turns any PC into a private AI server. Flash a USB drive, boot, and adopt the device in your dashboard - no Linux setup required.",
  "url": "https://reefy.ai/",
  "version": "1.0.0",
  "documentationUrl": "https://reefy.ai/llms-full.txt",
  "openApiSpecUrl": "https://reefy.ai/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "oauth2"
    ],
    "credentials": "https://reefy.ai/.well-known/oauth-protected-resource"
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json",
    "text/markdown"
  ],
  "skills": [
    {
      "id": "list-devices",
      "name": "List adopted Reefy devices",
      "description": "Returns the authenticated operator's adopted devices and their installed apps.",
      "tags": [
        "devices",
        "inventory"
      ]
    },
    {
      "id": "install-app",
      "name": "Install a Reefy app on a device",
      "description": "Install one of the catalog apps (OpenClaw, Hermes, Ollama, etc.) on an adopted device.",
      "tags": [
        "devices",
        "apps"
      ]
    }
  ],
  "provider": {
    "organization": "Reefy",
    "url": "https://reefy.ai/"
  }
}