prediction-bridgeQuery live prediction market data from the Prediction Bridge API. Use when the user asks about prediction markets, event odds, market prices, whale trades, trader analytics, or news related to prediction markets. Provides semantic search across 9+ platforms (Polymarket, Kalshi, Limitless, Probable, PredictFun, SxBet, Myriad, PancakeSwap), on-chain whale trade monitoring, Smart PnL analytics, and trader leaderboards. Run the bundled Python script to fetch real-time data.
Install via ClawdBot CLI:
clawdbot install kimCheese888/prediction-bridgeQuery live prediction market data across 9+ platforms via the Prediction Bridge API.
Run the script at scripts/prediction_bridge.py with the appropriate command. It uses only Python stdlib β no pip install needed.
python scripts/prediction_bridge.py <command> [args] [options]
python scripts/prediction_bridge.py search "trump tariff" --limit 5
python scripts/prediction_bridge.py search "will bitcoin hit 100k"
python scripts/prediction_bridge.py search "2028 election" --include-inactive
python scripts/prediction_bridge.py events --limit 10
python scripts/prediction_bridge.py events --source polymarket --limit 5
python scripts/prediction_bridge.py events --status active --category "Crypto"
python scripts/prediction_bridge.py event 1839 # detail by ID
python scripts/prediction_bridge.py news --limit 10
python scripts/prediction_bridge.py stats
python scripts/prediction_bridge.py whale-trades --limit 10
python scripts/prediction_bridge.py whale-trades --address 0x1234... # by wallet
python scripts/prediction_bridge.py whale-trades --min-value 50000 # min USD
python scripts/prediction_bridge.py whale-trades --only-alerts # above alert threshold
python scripts/prediction_bridge.py whale-trades --event-slug "us-election"
python scripts/prediction_bridge.py market-history polymarket 18454
python scripts/prediction_bridge.py market-candles polymarket 18454 --interval 1h
python scripts/prediction_bridge.py smart-pnl 18454 # market Smart PnL
python scripts/prediction_bridge.py top-holders 18454 # top holders breakdown
python scripts/prediction_bridge.py leaderboard --limit 20 # top traders
python scripts/prediction_bridge.py user-summary 0x1234... # wallet portfolio
python scripts/prediction_bridge.py user-pnl 0x1234... # realized PnL
python scripts/prediction_bridge.py languages # supported languages
python scripts/prediction_bridge.py --help # full help
"What are the hottest prediction markets right now?"
β events --limit 10 (sorted by volume)
"Find markets about AI regulation"
β search "AI regulation" (semantic search)
"Show me recent whale trades on Polymarket"
β whale-trades --limit 10
"Who are the top traders and what are they betting on?"
β leaderboard --limit 10, then user-summary for details
"What's the Smart PnL signal for a specific market?"
β Get market ID from event , then smart-pnl
"Any news moving prediction markets today?"
β news --limit 10
Set PREDICTION_BRIDGE_URL to override the default API base URL:
export PREDICTION_BRIDGE_URL=https://prediction-bridge.onrender.com
AI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management, watchlists with alerts, dividend analysis, 8-dimension stock scoring, viral trend detection (Hot Scanner), and rumor/early signal detection. Use for stock analysis, portfolio tracking, earnings reactions, crypto monitoring, trending stocks, or finding rumors before they hit mainstream.
Get stock prices, quotes, fundamentals, earnings, options, dividends, and analyst ratings using Yahoo Finance. Uses yfinance library - no API key required.
Yahoo Finance (yfinance) powered stock analysis skill: quotes, fundamentals, ASCII trends, high-resolution charts (RSI/MACD/BB/VWAP/ATR), plus optional web a...
Become an autonomous prediction market trader on Polymarket with AI-powered analysis and a performance-backed token on Base. Trade real markets, build a track record, and let the buyback flywheel run.
Get cryptocurrency token price and generate candlestick charts via CoinGecko API or Hyperliquid API. Use when user asks for token price, crypto price, price chart, or cryptocurrency market data.
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar,...