{
  "name": "PredictionTalk Agent",
  "description": "Provides access to prediction market discussions, community analysis, and live market analytics from PredictionTalk.org — the community forum for prediction market traders. Covers Polymarket, Kalshi, Opinion Trade, Probable, Predict.fun, Limitless, and Myriad. Think of it as the BitcoinTalk for prediction markets.",
  "url": "https://predictiontalk.org/api",
  "version": "1.1.0",
  "documentationUrl": "https://predictiontalk.org/.well-known/openapi.json",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "skills": [
    {
      "id": "search_discussions",
      "name": "Search Forum Discussions",
      "description": "Search prediction market discussions on PredictionTalk. Returns thread titles, URLs, reply counts, and dates. Covers Polymarket, Kalshi, Opinion Trade, Probable, Predict.fun, Limitless, Myriad, and all major platforms.",
      "tags": ["prediction-markets", "forum", "polymarket", "kalshi", "opinion-trade", "probable", "forecasting", "arbitrage", "strategy"],
      "examples": [
        "Find discussions about Kalshi election markets",
        "What are people saying about Polymarket fee changes?",
        "Search for Kelly Criterion strategy discussions",
        "Show me recent arbitrage opportunities discussed on PredictionTalk",
        "What do traders think about the POLY token launch?"
      ],
      "inputModes": ["text"],
      "outputModes": ["text", "data"]
    },
    {
      "id": "get_market_analytics",
      "name": "Get Prediction Market Analytics",
      "description": "Retrieve aggregated live data from major prediction market platforms including Polymarket, Kalshi, Opinion Trade, Probable, and others. Shows TVL, trading volumes, fees, market share, and trending markets. Updated every 6 hours.",
      "tags": ["analytics", "market-data", "polymarket", "kalshi", "tvl", "volume", "fees", "market-share"],
      "examples": [
        "Show current prediction market statistics",
        "What are the most active markets on Polymarket today?",
        "Compare TVL across prediction market platforms",
        "What is total prediction market volume in the last 24 hours?",
        "Which prediction market platform has the highest volume?"
      ],
      "inputModes": ["text"],
      "outputModes": ["data", "text"]
    },
    {
      "id": "get_forum_stats",
      "name": "Get Forum Statistics",
      "description": "Retrieve PredictionTalk community statistics: total discussions, posts, registered users, and active tags.",
      "tags": ["stats", "community", "forum"],
      "examples": [
        "How many discussions are on PredictionTalk?",
        "How large is the PredictionTalk community?",
        "What topics are most discussed on PredictionTalk?"
      ],
      "inputModes": ["text"],
      "outputModes": ["data", "text"]
    },
    {
      "id": "get_events_calendar",
      "name": "Get Prediction Market Events",
      "description": "Access the curated calendar of 196 global events from 2026 to 2030 that are most likely to generate prediction market activity. Each event includes date, category, PM Score (prediction market relevance 1-10), and potential markets.",
      "tags": ["events", "calendar", "elections", "sports", "predictions", "forecasting"],
      "examples": [
        "What prediction market events are happening in 2026?",
        "Which upcoming events have the highest prediction market relevance?",
        "When is the next US election for prediction markets?",
        "What sports events will move prediction markets this year?"
      ],
      "inputModes": ["text"],
      "outputModes": ["data", "text"]
    }
  ],
  "authentication": {
    "schemes": ["None"]
  },
  "provider": {
    "organization": "PredictionTalk",
    "url": "https://predictiontalk.org",
    "contact": "zbslabs@gmail.com"
  },
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "sameAs": [
    "https://x.com/predictiontalk",
    "https://t.me/PredictionTalkORG",
    "https://github.com/skakun-eth/Prediction-Talk-Org"
  ]
}
