A unified API interface for querying real-time prediction market data, whale trades, and sentiment analytics across 9+ decentralized and centralized platforms.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install prediction-bridge
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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
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. |
Loading
A decentralized MCP server that allows AI agents to pay for diverse services using USDC micropayments on the Polygon network without API keys or subscriptions.

Fetch and summarize South Korean corporate disclosures directly from the OpenDART API for real-time financial intelligence.

An AI-driven tool for generating beautiful, e-ink optimized web layouts specifically designed for SenseCraft HMI displays.

A professional content generation tool designed to create human-like, high-CTR XiaoHongShu notes while eliminating robotic AI writing patterns.

Automate the discovery and comparison of live events on plvr.io using browser automation.

A professional-grade security framework for hardening Linux servers and deploying protected OpenClaw agent instances.








































