Back to Bot Hub

Card snapshot

baconhollow.com · 2026-05-18 15:52:37 UTC · d9e472e2aaa357f42fde06804af6b609bce29bbd2fc6435d250fef0f3abfd651

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "capabilities": {
    "pushNotifications": false,
    "streaming": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "description": "Prediction market trading agent for Kalshi. Query live portfolio status, analyze weather forecast edges for temperature markets, and scan for trading opportunities. All access is read-only.",
  "name": "Bot Hub",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "skills": [
    {
      "description": "Get current portfolio positions, balances, and P&L for all active trading bots.",
      "examples": [
        "What is my portfolio status?",
        "Show current positions and balances",
        "How much P&L today?"
      ],
      "id": "portfolio-status",
      "name": "Portfolio Status",
      "tags": [
        "portfolio",
        "balance",
        "positions",
        "pnl",
        "trading"
      ]
    },
    {
      "description": "Analyze weather forecast edge for Kalshi temperature markets. Compares GFS forecasts against strike prices using a calibrated normal CDF probability model.",
      "examples": [
        "What weather edges exist right now?",
        "Show forecast edge for Chicago",
        "Analyze temperature markets for Denver"
      ],
      "id": "weather-forecast-edge",
      "name": "Weather Forecast Edge",
      "tags": [
        "weather",
        "forecast",
        "temperature",
        "edge",
        "kalshi"
      ]
    },
    {
      "description": "Scan Kalshi prediction markets for trading opportunities using configurable filters and scoring.",
      "examples": [
        "Scan markets for opportunities",
        "What markets are available?",
        "Find trading opportunities"
      ],
      "id": "market-scan",
      "name": "Market Scan",
      "tags": [
        "scan",
        "market",
        "opportunities",
        "kalshi"
      ]
    },
    {
      "description": "On-demand trading picks from Weather Oracle's validated strategies. Browse the strategy catalog, request live picks with tier-based access, view track record, or sign up for a buyer account. Picks are generated fresh from current market data.",
      "examples": [
        "What picks do you have right now?",
        "What strategies do you offer?",
        "Tell me about high_oracle",
        "Sign me up",
        "Track record"
      ],
      "id": "oracle-picks",
      "name": "Oracle Trading Picks",
      "tags": [
        "oracle",
        "picks",
        "trading",
        "weather",
        "kalshi",
        "catalog",
        "signup"
      ]
    }
  ],
  "url": "https://baconhollow.com",
  "version": "1.0.0"
}