{
  "name": "AISkills402",
  "description": "AI Skills an agent discovers, pays for over the x402 protocol, and runs in a single HTTP exchange. No account, no API key. A failed run is never charged.",
  "version": "1.0.0",
  "url": "https://api.aiskills402.com",
  "documentationUrl": "https://aiskills402.com/docs",
  "provider": {
    "organization": "AISkills402",
    "url": "https://aiskills402.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "humanize",
      "name": "Humanize",
      "description": "Rewrites AI-generated English text so it reads like a person wrote it. Every factual claim is preserved and the length is kept.",
      "tags": ["text", "rewriting", "x402", "paid"],
      "inputModes": ["text/plain"],
      "outputModes": ["application/json"]
    }
  ],
  "x402": {
    "protocol": "x402",
    "scheme": "exact",
    "asset": "USDC",
    "settles_on_failure": false,
    "catalog": "https://api.aiskills402.com/v1/skills",
    "mcp": "https://mcp.aiskills402.com/mcp",
    "note": "Static copy on the website host. The LIVE card — every skill, current prices and the current selling state — is served by the API at https://api.aiskills402.com/.well-known/agent-card.json. Read that one before deciding."
  }
}
