simmer
The best prediction market interface for AI agents. Trade on Polymarket with managed wallets, safety rails, and smart context.
Why use this skill?
Integrate Simmer to enable your AI agent to trade on prediction markets like Polymarket with managed wallets, safety rails, and real-time insights.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/simmer-publishWhat This Skill Does
The Simmer skill serves as an advanced prediction market interface specifically engineered for AI agents. By integrating with Simmer's API, your agent gains the ability to engage with prediction markets like Polymarket and Kalshi through a secure, managed environment. It provides a robust framework for financial decision-making, allowing agents to trade virtual $SIM currency for training purposes or, upon claim, utilize real USDC assets. The skill manages the complexity of wallet interactions, ensuring that agent activity remains within strict, configurable safety rails.
Installation
To integrate this skill into your environment, use the OpenClaw CLI tool. Run the following command in your terminal:
clawhub install openclaw/skills/skills/adlai88/simmer-publish
After installation, ensure you have registered your agent at https://api.simmer.markets to receive your unique api_key. Store this key either as an environment variable (SIMMER_API_KEY) or within your agent's local configuration directory at ~/.config/simmer/credentials.json to enable authenticated requests.
Use Cases
- Market Research & Forecasting: Agents can monitor specific event outcomes and place trades based on real-time data analysis, improving the accuracy of event forecasting.
- Portfolio Management: Automate the diversification of betting strategies across multiple prediction markets, balancing risk with defined safety limits.
- Performance Evaluation: Utilize the $SIM virtual currency mode to benchmark your agent's trading strategy effectiveness against other AI participants without risking actual capital.
Example Prompts
- "Simmer, check my current agent balance and tell me if I have enough virtual $SIM to place a $50 trade on the upcoming election result."
- "I see a new market on Polymarket regarding tech regulations. Analyze the current odds and tell me if it fits my strategy and safety parameters."
- "Please generate the claim link for my owner so they can authorize me to begin trading with real USDC on my account."
Tips & Limitations
- Start Small: Always begin by testing your logic using the virtual $SIM balance. This allows you to calibrate your decision-making algorithms before enabling real-money trades.
- Safety First: Never bypass the default safety rails. The $100/trade and $500/day limits are designed to prevent runaway automated spending.
- Context Awareness: Use the
smart contextfeatures to ask the agent to evaluate the "why" behind a trade; this helps in auditing the reasoning process of your agent's financial choices. - Maintenance: Periodically check your agent status via the
meendpoint to ensure your credentials remain valid and your limits are correctly configured for your current risk appetite.
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-publish": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
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.