ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 2/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/adlai88/simmer-copytrading
Or

What 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

  1. "Copytrade the following whale wallet: 0x1234567890abcdef1234567890abcdef12345678 and set a max of $20 per position."
  2. "Check the current positions of the whale at 0x9876543210fedcba9876543210fedcba98765432 and run a dry-run to see what trades would be made."
  3. "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-run flag before enabling live trading. This allows you to inspect proposed orders without committing capital.
  • Risk Management: Utilize the SIMMER_COPYTRADING_MAX_USD environment 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

Author@adlai88
Stars1054
Views1
Updated2026-02-16
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-adlai88-simmer-copytrading": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#polymarket#copytrading#crypto#trading-bot#defi
Safety Score: 2/5

Flags: network-access, external-api, code-execution