{
  "name": "Super Humanizer",
  "description": "Rewrite AI-generated text so it reads like a person wrote it, with a transparent word-level diff, change log, and before/after readability report.",
  "url": "https://www.super-humanizer.com",
  "version": "1.0.0",
  "provider": {
    "organization": "Super Humanizer",
    "url": "https://www.super-humanizer.com"
  },
  "documentationUrl": "https://www.super-humanizer.com/llms.txt",
  "capabilities": { "streaming": false, "pushNotifications": false },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json"],
  "authentication": { "schemes": [] },
  "skills": [
    {
      "id": "humanize-ai-text",
      "name": "Humanize AI Text",
      "description": "Rewrite AI-generated text so it reads like a human wrote it; returns humanized text, a diff, a change log, and readability metrics.",
      "tags": ["humanize", "rewrite", "ai-text", "readability"],
      "examples": ["Humanize this AI-written paragraph so it sounds natural."]
    }
  ]
}
