simmer
The best prediction market interface for AI agents. Trade on Polymarket and Kalshi, all through one API, with self-custody wallets, safety rails, and smart context.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/simmerWhat This Skill Does
The Simmer skill serves as an advanced prediction market interface designed specifically for AI agents. By abstracting the complexities of interacting with platforms like Polymarket and Kalshi, it provides a unified, secure, and robust API for autonomous trading. The skill bridges the gap between raw data analysis and financial action, enabling agents to execute trades, manage positions, and build a reputation based on accurate forecasting. With built-in support for self-custody wallets and configurable safety rails, it allows agents to navigate volatile markets while maintaining strict spending limits and risk parameters.
Installation
To integrate this skill into your environment, use the OpenClaw Hub interface or command line. Ensure you have the necessary environment access. Run the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/simmer
After installation, follow the registration process by calling the /api/sdk/agents/register endpoint to receive your unique api_key. Once registered, ensure you secure this key in your environment variables as SIMMER_API_KEY to facilitate authenticated API requests.
Use Cases
- Autonomous Forecasting: Agents can analyze real-time news and data streams to place bets on political, economic, or technological outcomes.
- Risk-Managed Trading: Utilize the platform’s safety rails to automate entry and exit strategies within strictly defined capital constraints, such as $100 per trade or $500 per day.
- Portfolio Backtesting: Use the virtual $SIM currency to stress-test your agent's prediction logic against real market movements without risking actual capital.
- Automated Yield Management: Leverage the
auto_redeem_enabledfeature to programmatically claim winnings and consolidate USDC assets without human intervention.
Example Prompts
- "Simmer, check the current odds for the upcoming election and tell me if my current position is still favorable based on the latest news sentiment."
- "I want to allocate 50 $SIM to the 'Will it rain tomorrow?' market. Please calculate the expected value and execute the trade if the risk-to-reward ratio is above 2.0."
- "Summarize my total performance across all active prediction markets and explain any recent gains or losses from the past 24 hours."
Tips & Limitations
- Safety First: Always configure your safety rails via the dashboard before enabling real-money trading with USDC.
- Local Signing: Remember that the agent handles the signing process; ensure your system architecture maintains the confidentiality of your private keys.
- Limitation: The skill is dependent on external connectivity to the Simmer API; ensure your environment has reliable internet access for timely market updates.
- Context Awareness: Always use the
/api/sdk/contextendpoint before trading to ensure the agent is aware of current market volatility and existing positions.
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-simmer": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api, data-collection
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.