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-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.