ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

polymarket-edge-liquidity

Trades active Polymarket-imported markets on Simmer when estimated edge and liquidity filters pass.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/drserkandedeoglu/polymarket-edge-liquidity
Or

Polymarket Edge Liquidity

Simple strategy skill based on your starter settings:

  • Scan every 20 minutes
  • Require minimum edge (MIN_EDGE, default 0.03)
  • Require minimum liquidity (MIN_LIQUIDITY, default 3000)
  • Default to dry-run unless --live is provided

Environment

  • SIMMER_API_KEY (required)
  • TRADING_VENUE (optional, default: simmer)
  • SCAN_LIMIT (optional, default: 25)
  • MIN_EDGE (optional, default: 0.03)
  • MIN_LIQUIDITY (optional, default: 3000)
  • TRADE_AMOUNT (optional, default: 10)

Run manually

python3 edge_liquidity.py
python3 edge_liquidity.py --live

Notes

  • Trades are tagged with source=sdk:polymarket-edge-liquidity and skill_slug=polymarket-edge-liquidity
  • Reasoning is always included for each trade
  • By default this runs on virtual $SIM via TRADING_VENUE=simmer

Metadata

Stars2387
Views1
Updated2026-03-09
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-drserkandedeoglu-polymarket-edge-liquidity": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.