simmer-copytrading
Mirror positions from top Polymarket traders using Simmer API. Size-weighted aggregation across multiple wallets.
Why use this skill?
Automate your Polymarket trading by mirroring successful whale portfolios with the Simmer copytrading agent. Easily track positions, aggregate wallet data, and manage risk.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/adlai88/simmer-copytradingWhat This Skill Does
The Simmer Copytrading skill is a specialized automation tool designed for the Polymarket ecosystem. It enables users to programmatically mirror the positions of successful "whale" traders by leveraging the Simmer SDK. Instead of manually tracking individual accounts, this skill aggregates positions across multiple wallets using a size-weighted methodology. It intelligently identifies market discrepancies—such as when one tracked wallet is long on 'YES' and another is long on 'NO'—to prevent conflicting trades. The agent manages the entire lifecycle, from fetching raw wallet data via the Simmer API, applying top-N filtering to maximize conviction, and executing rebalance trades while respecting pre-defined spending caps and risk thresholds. It acts as an autonomous portfolio manager that keeps your Polymarket exposure aligned with top-performing market participants.
Installation
To install this skill, use the ClawHub command within your OpenClaw environment:
clawhub install openclaw/skills/skills/adlai88/simmer-copytrading
Ensure you have your Simmer API key ready and configured in your environment variables. The skill resides in the openclaw/skills repository maintained by adlai88.
Use Cases
- Passive Yield Generation: Automatically mirror successful speculators to capitalize on market insights without needing to conduct individual research.
- Portfolio Diversification: Track multiple top traders to balance your portfolio risk across various prediction markets.
- Strategic Tracking: Quickly audit what a specific whale wallet is holding to inform your own manual trading decisions.
- Automated Rebalancing: Maintain your target allocation in prediction markets through periodic, systematic scans and adjustments.
Example Prompts
- "Copytrade the following whale wallet: 0x1234567890abcdef1234567890abcdef12345678 and set a max of $20 per position."
- "Check the current positions of the whale at 0x9876543210fedcba9876543210fedcba98765432 and run a dry-run to see what trades would be made."
- "Follow these three whale addresses and start a recurring scan with a $100 spending limit: 0xabc..., 0xdef..., 0xghi..."
Tips & Limitations
- Safety First: Always use the
--dry-runflag before enabling live trading. This allows you to inspect proposed orders without committing capital. - Risk Management: Utilize the
SIMMER_COPYTRADING_MAX_USDenvironment variable to ensure you don't over-allocate funds if a whale makes a high-risk move. - Dust Filtering: The SDK automatically filters positions worth less than $1.00 to avoid excessive transaction fees on low-value assets.
- Market Conflict: The agent is designed to skip markets where tracked wallets hold conflicting positions. Ensure you are aware that this may reduce your exposure if the wallets you follow have highly divergent strategies.
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-copytrading": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
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.
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.
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.
prediction-trade-journal
Auto-log trades with context, track outcomes, generate calibration reports to improve trading.