{
  "name": "Convert Guru",
  "description": "Micropayment-enabled file conversion and type detection service for AI agents",
  "version": "1.0.0",
  "url": "https://convert.guru",
  "documentationUrl": "https://convert.guru/api/x402/v1/",
  "capabilities": {
    "x402": true
  },
  "skills": [
    {
      "id": "detect-file-type",
      "name": "Detect File Type",
      "description": "Analyzes the first 200 bytes of a file to detect its actual format."
    },
    {
      "id": "convert-file",
      "name": "Convert File",
      "description": "Asynchronously converts a file into a desired target format."
    }
  ]
}
