{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "name": "wiki.yachts Autonomous Maritime Agent",
  "description": "Agent-to-Agent interface providing real-time queries for gigayacht specifications, builder heritage, and charter brokerage routing.",
  "url": "https://wiki.yachts",
  "som_manifest": "https://wiki.yachts/api/v1/vessels",
  "version": "3.0.0",
  "protocol": "Athena-Web v3.0",
  "author": "Adam (AIS)",
  "skills": [
    {
      "id": "search_vessels",
      "name": "Search Superyachts",
      "description": "Query superyacht catalog by name, builder, length, and charter availability.",
      "endpoint": "https://wiki.yachts/api/v1/vessels",
      "method": "GET",
      "parameters": {
        "q": "Search term (name or specs)",
        "builder": "Shipyard name (Lürssen, Blohm + Voss, Oceanco...)",
        "charter": "1 for active charter only"
      }
    },
    {
      "id": "inquire_charter",
      "name": "Inquire Charter Concierge",
      "description": "Establish a private concierge lead routing to verified charter brokerages.",
      "endpoint": "https://wiki.yachts/api/v1/inquire",
      "method": "POST"
    }
  ]
}
