{
  "protocolVersion": "0.3.0",
  "name": "x8004map",
  "description": "ERC-8004 discovery agent for x402 affiliate routing and 3D agent map exploration.",
  "url": "https://8004engine.vercel.app/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "provider": {
    "organization": "x8004map",
    "url": "https://8004engine.vercel.app"
  },
  "iconUrl": "https://8004engine.vercel.app/profiles/x8004map-badge.svg",
  "documentationUrl": "https://8004engine.vercel.app/agents/token/955?chain=11155111",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ],
  "skills": [
    {
      "id": "affiliate-discovery",
      "name": "Affiliate Discovery",
      "description": "Find ERC-8004 agents and affiliate opportunities for x402 monetized APIs.",
      "tags": [
        "affiliate",
        "x402",
        "erc8004",
        "a2a"
      ],
      "examples": [
        "Find active x402-capable agents with affiliate settlement.",
        "List agents that expose A2A + web endpoints for partner onboarding."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    },
    {
      "id": "graph-visualization",
      "name": "3D Agent Graph",
      "description": "Visualize agent topology, hubs, and capability-driven paths in 3D space.",
      "tags": [
        "3d",
        "graph",
        "routing",
        "visualization"
      ],
      "examples": [
        "Open the 3D map and focus on the most connected x402 hubs.",
        "Show traffic patterns between A2A-enabled agents."
      ],
      "inputModes": [
        "text/plain",
        "application/json"
      ],
      "outputModes": [
        "text/plain",
        "application/json"
      ]
    }
  ]
}
