Prediction Bridge for Openclaw

A unified API interface for querying real-time prediction market data, whale trades, and sentiment analytics across 9+ decentralized and centralized platforms.

kimcheese888
v1.0.0
Feb 12, 2026
2
1.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install prediction-bridge

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install prediction-bridge using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Prediction Bridge?

Prediction Bridge is a comprehensive data retrieval tool designed for Openclaw Skills that connects users to the pulse of global prediction markets. It enables developers to query live data from over 9 platforms, including Polymarket and Kalshi, through a single, unified interface. This integration is essential for those building intelligent agents that require real-time odds, volume data, and event outcomes to provide accurate financial or political insights.

By incorporating this capability into your Openclaw Skills library, you gain access to sophisticated analytics such as Smart PnL signals and on-chain whale trade monitoring. Whether you are tracking the 2028 election or monitoring crypto volatility, this skill provides the necessary telemetry to understand market sentiment and trader behavior without needing to manage multiple API integrations.

Prediction Bridge Use Cases

  • Searching for specific market events using semantic queries like "Bitcoin price targets."
  • Monitoring high-value whale trades and on-chain movements to gauge market sentiment.
  • Analyzing Smart PnL and trader leaderboards to identify successful betting patterns.
  • Tracking news stories and their immediate impact on prediction market odds.
  • Performing historical price analysis using market candles and history endpoints.

How Prediction Bridge Works

  1. The user or AI agent executes the bundled Python script located in the scripts directory.
  2. The script communicates with the Prediction Bridge API to fetch live data from supported platforms like Polymarket, Kalshi, and SxBet.
  3. For search queries, the system performs a semantic search to find the most relevant markets regardless of the specific phrasing used.
  4. Data is returned in a structured format, allowing the agent to process trade history, volume, or holder analytics.
  5. Users can refine results using specific flags for status, source, or value thresholds for whale trades to focus on high-signal data.

Prediction Bridge Setup

This skill is built using the Python standard library, meaning no additional pip installations are required to get started within the Openclaw Skills framework. Simply ensure the script is accessible in your local environment.

To override the default API base URL, set the environment variable:

export PREDICTION_BRIDGE_URL=https://prediction-bridge.onrender.com

Run the basic search command to ensure everything is working correctly:

python scripts/prediction_bridge.py search "bitcoin" --limit 5

Prediction Bridge Data Schema & Taxonomy

The skill organizes data into several logical entities to facilitate easy consumption by Openclaw Skills agents:

Entity Key Attributes Description
Events ID, Title, Source, Status Details about specific prediction markets and their current odds.
Whale Trades Address, Value (USD), Event Slug On-chain monitoring of large trades above specific thresholds.
Analytics Smart PnL, Top Holders, User PnL Performance metrics and holder distribution for specific markets.
Market Data History, Candles, Intervals Time-series data for price and volume analysis.
News Headline, Linked Events Real-time news stories correlated with specific market movements.

Prediction Bridge Advanced Features

  • Multi-platform aggregation across Polymarket, Kalshi, SxBet, Limitless, and more.
  • On-chain whale trade monitoring with configurable USD thresholds for high-value alerts.
  • Smart PnL analytics to filter market signals from noise and identify expert moves.
  • Support for historical market candles with customizable time intervals for technical analysis.
  • Portfolio and user-level tracking to analyze specific wallet addresses and their historical PnL.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*