{
  "name": "W-Axis Public Judgment Gateway",
  "description": "A public-safe A2A gateway for discovering Zeyuan Li (Amy Li)'s human-ratified public identity, current questions, research and permission policy, and for routing bounded requests into human review. It cannot access private memory, speak as Amy, grant reuse, quote prices, send outreach or make commitments.",
  "supportedInterfaces": [
    {
      "url": "https://waxislab.pages.dev/a2a/v1",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "provider": {
    "organization": "W-Axis Lab",
    "url": "https://waxislab.pages.dev"
  },
  "version": "0.3.0",
  "documentationUrl": "https://waxislab.pages.dev/for-agents",
  "iconUrl": "https://waxislab.pages.dev/assets/social-card.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "list_public_questions",
      "name": "List Public Questions",
      "description": "Return Amy's public, human-ratified current questions and their evidence boundaries.",
      "tags": ["questions", "research", "public"],
      "examples": ["What is Amy researching now?", "List current W-Axis questions"]
    },
    {
      "id": "get_public_research",
      "name": "Get Public Research",
      "description": "Return public books, working-paper status, Observatory pages, dossiers and synthetic demos with accurate truth labels.",
      "tags": ["research", "books", "observatory"],
      "examples": ["Show public research on machine consensus"]
    },
    {
      "id": "get_public_decisions",
      "name": "Get Human-Ratified Public Decisions",
      "description": "Return Amy's approved public decision artifacts with status, routing logic, evidence boundary and machine-readable source links. It does not provide legal or tax advice or authorize incorporation.",
      "tags": ["decision", "entity", "jurisdiction", "human-ratified"],
      "examples": ["When should W-Axis incorporate?", "Should W-Axis use a Delaware C-Corporation or UK Ltd?"]
    },
    {
      "id": "find_useful_disagreement",
      "name": "Find Useful Disagreement",
      "description": "Return public counterarguments and falsifiers from Question Cards without inferring a private view.",
      "tags": ["counterargument", "falsifier", "judgment"],
      "examples": ["What could falsify the machine-consensus thesis?"]
    },
    {
      "id": "check_permission_scope",
      "name": "Check Permission Scope",
      "description": "Return the public W-Axis permission policy. It never expands or grants permission.",
      "tags": ["permission", "scope", "revocation"],
      "examples": ["May I quote a pending W-Axis request?"]
    },
    {
      "id": "verify_exchange_receipt",
      "name": "Verify Exchange Receipt",
      "description": "Retrieve an existing public-safe receipt by request UUID while it remains available.",
      "tags": ["receipt", "verification", "expiry"],
      "examples": ["Verify receipt 00000000-0000-0000-0000-000000000000"]
    },
    {
      "id": "request_bounded_exchange",
      "name": "Request Bounded Exchange",
      "description": "Route the client to the structured request contract. A free-text A2A message does not create an exchange or transfer cognition.",
      "tags": ["human-review", "bounded-exchange", "request"],
      "examples": ["I want to request one scoped Judgment Note"]
    },
    {
      "id": "contact_amy",
      "name": "Contact Amy Through Structured Intake",
      "description": "Return the public form for research, founder, institution, speaking, investor, book or media requests without exposing an email address.",
      "tags": ["contact", "human", "intake"],
      "examples": ["Invite Amy to a roundtable", "Request a founder conversation"]
    },
    {
      "id": "request_book_or_excerpt",
      "name": "Request Book or Excerpt",
      "description": "Return the verified book page or the institutional-preview route; it does not create a purchase or rights grant.",
      "tags": ["book", "excerpt", "institutional-preview"],
      "examples": ["Where can I read Before Consensus?", "Request an advance paper preview"]
    }
  ]
}
