{
  "name": "FileFix AI Chat Archive Converter",
  "description": "A client-side web app that converts ChatGPT, Claude, Grok, and Gemini chat exports (.dat, .json, .zip) into readable, searchable transcripts with full-text search, entirely in the user's browser.",
  "url": "https://filefix.online/",
  "version": "1.0.0",
  "provider": {
    "organization": "filefix.online"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "securitySchemes": {
    "none": {
      "type": "none",
      "description": "Read-only public information requires no auth."
    }
  },
  "security": [
    {
      "none": []
    }
  ],
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "get-info",
      "name": "Get product information",
      "description": "Returns what FileFix does: converting exported AI chat archives (ChatGPT, Claude, Grok, Gemini) into clean, searchable transcripts, entirely client-side in the browser. See https://filefix.online/llms.txt for a content map.",
      "tags": [
        "info",
        "converter",
        "ai-chat-exports",
        "privacy"
      ],
      "examples": [
        "What does FileFix do?",
        "How do I convert my ChatGPT export into readable text?"
      ]
    }
  ]
}
