{
  "protocolVersion": "0.3.0",
  "name": "AskPWBot",
  "description": "Public help-desk router for Protocol Wealth, LLC (SEC-registered investment adviser, CRD #335298). Points people to the right canonical page, resource, or contact. Informational only — no personalized advice, no client data, and no trade execution.",
  "url": "https://protocolwealthllc.com/a2a",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Protocol Wealth, LLC",
    "url": "https://protocolwealthllc.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://protocolwealthllc.com/AGENTS.txt",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain"],
  "defaultOutputModes": ["text/plain"],
  "skills": [
    {
      "id": "find_resource",
      "name": "Find a resource",
      "description": "Route a wealth, custody, tax, trust, pricing, or compliance topic to the canonical Protocol Wealth page and contact.",
      "tags": ["routing", "reference"],
      "examples": [
        "Where can I read about your custody model?",
        "What is your investing methodology?",
        "Where are your disclosures and Form ADV?"
      ]
    },
    {
      "id": "who_to_contact",
      "name": "Who to contact",
      "description": "Route a matter (general, compliance, security, open-source) to the right role and channel.",
      "tags": ["routing", "contact"],
      "examples": ["Who do I email about a security issue?"]
    },
    {
      "id": "book_consultation",
      "name": "Book a consultation",
      "description": "Return the firm's front door for a prospective client; never fabricate contact information.",
      "tags": ["scheduling"],
      "examples": ["How do I book an intro call?"]
    }
  ]
}
