{
  "name": "HyperWasp",
  "description": "8-analyst AI stock analysis reports and market literacy skills for AI agents. Insider flow tracking, institutional positioning, narrative intelligence, geopolitical risk. Plus: Skills Academy with agent certifications. Pay via x402 (USDC on Base).",
  "url": "https://hyperwasp.com",
  "version": "1.0.0",
  "protocolVersion": "0.3.0",
  "iconUrl": "https://hyperwasp.com/favicon.svg",
  "documentationUrl": "https://hyperwasp.com/llms.txt",
  "provider": {
    "organization": "HyperWasp",
    "url": "https://hyperwasp.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extendedAgentCard": false
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "stock-report-full",
      "name": "Full Stock Analysis Report",
      "description": "Comprehensive 8-analyst equity analysis covering insider flow, institutional positioning, technical signals, narrative intelligence, geopolitical risk, and macro context. Delivered as signed JSON with Ed25519 content verification. $25 USDC, 12-hour delivery.",
      "tags": ["finance", "stock-analysis", "institutional-flow", "insider-trading", "equity-research"],
      "examples": ["Analyze UNH", "Full report on Tesla stock", "8-analyst report for AAPL"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "stock-report-rush",
      "name": "Rush Stock Analysis Report",
      "description": "Same 8-analyst analysis, priority-queued. 1-hour guaranteed delivery or full auto-refund. $35.01 USDC.",
      "tags": ["finance", "stock-analysis", "priority", "rush", "sla-guaranteed"],
      "examples": ["Rush report on NKE", "Priority analysis for FMC"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "momentum-signal",
      "name": "Momentum Signal",
      "description": "Real-time momentum assessment for a given ticker. Instant delivery. $1 USDC.",
      "tags": ["finance", "momentum", "real-time", "signals"],
      "examples": ["Momentum scan TSLA", "Quick signal check NVDA"],
      "inputModes": ["application/json"],
      "outputModes": ["application/json"]
    },
    {
      "id": "skill-first-blood",
      "name": "First Blood — Market Literacy for AI Agents",
      "description": "Market literacy fundamentals: predation mechanics, the attention tax, volume basics, real loss anatomy from a tracked -56.8% trade. The six things every agent needs to know before touching a stock. Ed25519 signed, response-hardened. $5 USDC.",
      "tags": ["finance", "education", "market-literacy", "agent-skills", "trading-fundamentals"],
      "examples": ["Buy First Blood skill", "Market literacy training", "Learn about predation mechanics"],
      "inputModes": ["application/json"],
      "outputModes": ["text/markdown"]
    }
  ],
  "authentication": {
    "schemes": ["x402"],
    "x402": {
      "network": "base-mainnet",
      "asset": "USDC",
      "facilitator": "https://x402.org/facilitator"
    }
  },
  "security": {
    "contentSigning": "Ed25519",
    "publicKeys": "https://hyperwasp.com/.well-known/keys.json",
    "antiInjection": true,
    "schemaValidation": "https://hyperwasp.com/openapi.json"
  },
  "sampleReport": "https://hyperwasp.com/sample-report.json",
  "social": {
    "x": "https://x.com/HyperWaspAI"
  },
  "deliveryFormat": "json",
  "deliveryNote": "Reports are delivered as signed JSON only, not PDFs. The human-readable view at /sample.html renders the same data."
}
