{
  "name": "Shelfkind Commerce Guide",
  "description": "Routes public company, merchant and agency questions to the relevant Shelfkind service, industry, platform or readiness-check entry. It does not perform purchases or access private data.",
  "supportedInterfaces": [
    {
      "url": "https://shelfkind.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "Questwerk",
    "url": "https://shelfkind.com"
  },
  "version": "1.1.0",
  "documentationUrl": "https://shelfkind.com/merchant/agentic-commerce-schnittstellen",
  "iconUrl": "https://shelfkind.com/merchant/shelfkind-logo.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "route-shelfkind-entry",
      "name": "Shelfkind entry-point routing",
      "description": "Maps a public merchant or agency question to the most relevant existing Shelfkind page and next step.",
      "tags": [
        "merchant-readiness",
        "decision-data",
        "website-readiness",
        "catalog-check",
        "commerce-agency"
      ],
      "examples": [
        "How can I check whether an AI can understand my public website and offer?",
        "How can I check whether my public board-game catalog is decision-ready?",
        "Where can a Shopware agency discuss a joint merchant project?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    },
    {
      "id": "inspect-trade-agent",
      "name": "Trade Agent public experiment routing",
      "description": "Routes public questions about the Shelfkind Trade Agent to its canonical page, current cycle, rules, anonymized offers and decision log. It does not submit, rank or accept offers.",
      "tags": [
        "trade-agent",
        "agentic-ai-experiment",
        "decision-log",
        "public-offers",
        "collectibles"
      ],
      "examples": [
        "What is the Shelfkind Trade Agent?",
        "When is the current offer freeze?",
        "Where can I inspect the Trade Agent rules and public offers?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "text/plain"
      ]
    }
  ]
}
