skills/.trash/openclaw-polymarket-skills/simmer-settlement-farming/SKILL.md
Buy near-certain outcomes at 95-99¢ during Oracle-resolution lag on Polymarket. Use when you want low-risk, high-probability settlement farming (buying after resolution but before Oracle finalization). Strategy inspired by elite Polymarket traders.
npx skillsauth add aaaaqwq/agi-super-team simmer-settlement-farmingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Buy near-certain outcomes at 95‑99¢ during Oracle‑resolution lag.
Use this skill when you want to:
resolved flag) or near‑expiry marketspip install simmer-markets
export SIMMER_API_KEY="your_api_key_here"
Create config.json in the skill directory:
{
"entry_threshold": 0.95,
"max_price": 0.99,
"min_order_size": 1.0,
"max_order_size": 10.0,
"max_positions": 3,
"use_gamma": true,
"gamma_api_key": ""
}
python settlement_farmer.py
python settlement_farmer.py --live --sandbox
python settlement_farmer.py --live --real
--live – execute trades (otherwise dry‑run)--sandbox – use Simmer sandbox (default)--real – use real trading environment--dry-run – scan only, no trades (default)--limit 50 – scan up to 50 markets--config /path/config.json – custom config fileclient.get_markets())client.get_order_book())entry_threshold (default 0.95)max_price (default 0.99)1.0 - pricemin_order_size and max_order_size USDsdk:settlement‑farming for portfolio trackingmax_positions concurrent positionsTo run settlement farming automatically, create a cron job:
{
"name": "settlement‑farmer‑hourly",
"schedule": {
"kind": "cron",
"expr": "0 * * * *",
"tz": "Asia/Singapore"
},
"payload": {
"kind": "agentTurn",
"message": "Run settlement farmer dry‑run for 50 markets and report opportunities.",
"model": "deepseek/deepseek‑reasoner",
"thinking": "low"
},
"sessionTarget": "isolated",
"enabled": true
}
resolved flag; public endpoint may rate‑limit.📊 Strategy validated: Settlement farming extracted ~$40M from Polymarket in 2024‑2025 (academic research). Window narrowing but still viable in 2026 for automated traders.
development
Technology-agnostic prompt generator that creates customizable AI prompts for scanning codebases and identifying high-quality code exemplars. Supports multiple programming languages (.NET, Java, JavaScript, TypeScript, React, Angular, Python) with configurable analysis depth, categorization methods, and documentation formats to establish coding standards and maintain consistency across development teams.
tools
Expert-level browser automation, debugging, and performance analysis using Chrome DevTools MCP. Use for interacting with web pages, capturing screenshots, analyzing network traffic, and profiling performance.
data-ai
Prompt for creating detailed feature implementation plans, following Epoch monorepo structure.
tools
Interactive prompt refinement workflow: interrogates scope, deliverables, constraints; copies final markdown to clipboard; never writes code. Requires the Joyride extension.