{
  "name": "Doc_Conv",
  "description": "Convert PDF/Word/Excel/PowerPoint documents to Markdown. Agents pay per conversion with USDC on Base via x402.",
  "url": "https://converter.crepe.fund",
  "provider": { "organization": "CREPE Foundation", "url": "https://crepe.fund" },
  "version": "1.0.0",
  "documentationUrl": "https://converter.crepe.fund/llms.txt",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["file"],
  "defaultOutputModes": ["text/markdown", "application/zip"],
  "payment": {
    "protocol": "x402",
    "network": "eip155:8453",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "assetSymbol": "USDC",
    "payTo": "0x383Cc31aC6416e5F1F57700b74f8970c894f4770"
  },
  "skills": [
    {
      "id": "estimate_conversion",
      "name": "Estimate conversion price",
      "description": "Upload a document to get a free USDC price quote (jobId, jobToken, pages, credits).",
      "tags": ["quote", "pricing"]
    },
    {
      "id": "convert_document",
      "name": "Convert document to Markdown",
      "description": "Pay via x402 (USDC on Base) and convert a PDF/DOCX/XLSX/PPTX to Markdown (zip with images when needed).",
      "tags": ["conversion", "markdown", "x402"]
    }
  ]
}
