polymarket-mert-sniper
Near-expiry conviction trading on Polymarket. Snipe markets about to resolve when the odds are heavily skewed. Filter by topic, cap your bets, and only trade strong splits close to deadline.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/polymarket-mert-sniperWhat This Skill Does
The polymarket-mert-sniper is a specialized automation skill for OpenClaw designed to execute high-conviction, near-expiry trades on Polymarket. Based on the strategy popularized by @mert, this agent performs automated surveillance of prediction markets that are approaching their resolution deadline. It monitors specific topics, calculates the odds skew (split), and evaluates whether the current market conditions meet your specific risk parameters.
By default, the skill scans for markets closing within two minutes with a minimum odds skew of 60/40. When an opportunity is identified, the agent calculates an optimal position size and executes the trade. It includes built-in safeguards such as maximum bet caps and a mandatory dry-run mode, ensuring that you can verify the agent's logic before committing actual USDC.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/polymarket-mert-sniper
Once installed, ensure you have set up your credentials by exporting the SIMMER_API_KEY (obtained from simmer.markets) and WALLET_PRIVATE_KEY for your Polymarket account. Configuration is managed via environment variables or a local config.json, allowing you to tune the SIMMER_MERT_MAX_BET, SIMMER_MERT_EXPIRY_MINS, and SIMMER_MERT_MIN_SPLIT to fit your risk tolerance.
Use Cases
This skill is perfect for traders who want to capitalize on late-stage market information without monitoring screens 24/7. Use it for:
- Arbitrage on last-minute prediction market shifts.
- Executing conviction bets on high-probability events (e.g., crypto price targets or election outcomes) just before settlement.
- Automating a disciplined, rules-based strategy to remove emotional decision-making from high-frequency prediction trading.
Example Prompts
- "OpenClaw, run the mert-sniper in live mode for all Solana-related markets with a max bet of $25."
- "Check my current open positions on Polymarket and tell me if any are near the expiry window."
- "Configure the sniper to only target markets with at least an 80/20 split and a 1-minute expiry window."
Tips & Limitations
Always start with dry-runs. The agent uses real USDC, and market volatility can fluctuate rapidly; ensure your wallet is sufficiently funded before enabling --live. The strategy is specifically for Polymarket; it will not work with other prediction platforms. Remember that slippage can occur during high-traffic resolution periods, so set your max bets conservatively until you are comfortable with the execution patterns.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-adlai88-polymarket-mert-sniper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, code-execution
Related Skills
kalshi-weather-trader
Trade Kalshi weather markets using NOAA forecasts via Simmer SDK and DFlow on Solana. Port of the popular polymarket-weather-trader. Use when user wants to trade temperature markets on Kalshi, automate weather bets, or check NOAA forecasts.
prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.
simmer-x402
Make x402 payments to access paid APIs and gated content. Use when a skill needs to fetch data from x402-gated endpoints (like Kaito mindshare API, Simmer premium endpoints, or any x402 provider). Handles 402 Payment Required responses automatically using USDC on Base.
polymarket-copytrading
Mirror positions from top Polymarket traders. Polling mode (free) for portfolio-style copying, Reactor mode (Pro) for event-driven real-time mirroring via Simmer's on-chain signal infrastructure.
polymarket-valuation-divergence
Trade Polymarket markets based on valuation divergence. When your probability model differs from Polymarket's price by >threshold, enter using Kelly sizing. Works with any probability model (Simmer AI consensus, user model, external API).