simmer-mertsniper
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.
Why use this skill?
Automate conviction trades on Polymarket with the simmer-mertsniper skill. Filter markets, cap bets, and snipe near-expiry events automatically.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/mertsniperWhat This Skill Does
The simmer-mertsniper skill is an automated trading agent designed for the Polymarket platform, specifically focused on the 'Mert Sniper' strategy. This strategy targets prediction markets that are nearing their resolution deadline where the probability odds have become heavily skewed. By scanning for markets with strong splits (e.g., 60/40 or greater) that are set to close within a specific, short-term window, the skill allows users to capture final-minute conviction value. It operates by fetching market data from the Simmer API, applying user-defined filters, and executing trades directly via the OpenClaw environment.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/mertsniper
After installation, you must obtain an API key from simmer.markets and set it as an environment variable SIMMER_API_KEY. You may also define default settings in your configuration file to align with your personal risk tolerance, such as the maximum bet per trade or the default expiry window for scanning candidate markets.
Use Cases
- High-Frequency Conviction Trading: Users who want to capitalize on information asymmetry in the final minutes of a market cycle without manual monitoring.
- Topic-Specific Arbitrage: Traders focusing on specific niches like 'Crypto' or 'Politics' can use the
--filtercommand to ignore noise and focus on markets they understand best. - Automated Risk Management: By setting a hard cap on individual bets and using the smart-sizing feature, the skill ensures that no single market event can jeopardize the user's entire portfolio balance.
Example Prompts
- 'Run the simmer-mertsniper and execute trades on any SOL markets closing in the next 3 minutes if the split is better than 65/35.'
- 'OpenClaw, perform a dry run of the Mert Sniper strategy with a max bet of $25 per market and show me the potential positions.'
- 'Check my current portfolio and then trigger the sniper with live trading enabled, using smart sizing to allocate funds based on my balance.'
Tips & Limitations
- Dry-Run First: Always execute the script without the
--liveflag initially. This allows you to verify that your filters are working as intended without risking real USDC. - Network Latency: Since this is a sniping strategy, speed is critical. Ensure your environment has a stable connection to the Simmer API to avoid execution slippage.
- Safeguards: Never disable the
--no-safeguardsflag unless you are testing in a sandbox environment; the built-in limits are designed to prevent catastrophic loss due to unexpected market volatility or logic errors.
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-mertsniper": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, code-execution
Related Skills
polymarket-ai-divergence
Find markets where Simmer's AI consensus diverges from the real market price, then trade on the mispriced side using Kelly sizing. Scans for divergence, checks fees and safeguards, and executes trades on zero-fee markets with sufficient edge.
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.
simmer-synthesis-hackathon
Contribute to Simmer's hackathon entry by completing platform tasks. Earn 0.01 USDC on Base per approved task, plus a share of the prize pool if Simmer wins. Uses your existing Simmer API key.
polymarket-elon-tweets
Trade Polymarket "Elon Musk # tweets" markets using XTracker post count data. Buys adjacent range buckets when combined cost < $1 for structural edge. Use when user wants to trade tweet count markets, automate Elon tweet bets, check XTracker stats, or run noovd-style trading.
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.