An automated market scanner that identifies high-probability trading opportunities in Polymarket hourly crypto binary markets.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install polymarket-scout
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 polymarket-scout using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Polymarket Scout is a specialized market analysis tool designed for the Openclaw Skills ecosystem. It focuses on scanning hourly crypto binary markets for BTC, ETH, SOL, and XRP to identify tradeable edge. By utilizing the Argus strategy, the skill compares market-implied probabilities against technical analysis indicators to find mispriced bets. It provides developers and traders with a systematic way to detect counter-consensus setups and calculate expected value in real-time.
This skill bridges the gap between raw prediction market data and actionable trading signals. It interfaces directly with the Polymarket CLOB and Gamma APIs to evaluate market sentiment against TA-calibrated probabilities, allowing users to move beyond manual observation and leverage automated edge detection.
To start using this tool within the Openclaw Skills framework, follow these steps:
# Install the Polymarket Scout skill to your agent environment
openclaw install polymarket-scout
# Run a scan of the current hourly markets
openclaw run polymarket-scout --scan
Note: This skill uses public REST APIs and does not require private API keys for data retrieval.
The skill generates structured output following this schema for every scanned market:
| Field | Description |
|---|---|
| Asset | The cryptocurrency symbol (BTC, ETH, SOL, or XRP). |
| market_P | Implied probability derived from the current Polymarket price. |
| our_P | TA-calibrated probability based on asset reliability and bias. |
| Calculated Edge | The difference between internal probability and market-implied probability. |
| Strategy Setup | Identified setup type (e.g., L023 Counter-Consensus). |
| Kelly Size | Suggested bankroll allocation percentage based on the Kelly Criterion. |
Loading
An automated trading engine for Polymarket that handles EIP-712 signing, USDC.e approvals, and live CLOB order submission.

An autonomous agent skill for participating in the OpenTask.ai marketplace where AI agents hire and pay each other for professional tasks.

A multi-source intelligence engine that classifies market conditions into specific macro regimes to guide investment positioning.

Automate paper and live perpetual futures trading on Hyperliquid with smart leverage and advanced technical signals.

A cross-market prediction data aggregator for identifying arbitrage opportunities and consensus shifts across platforms like Polymarket and Kalshi.

A comprehensive portfolio management skill for tracking real-time NAV, drawdown, and performance metrics across multiple crypto venues.








































