Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simme...
Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simme...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Every trade you place either wins or loses. This skill makes sure you find out immediately — logs the outcome, posts the alert, redeems the winnings on-chain — automatically, every 5 minutes. Set it up once and forget it. This is a template. Point it at your trade journals, set your Discord webhook, and the skill watches for you. It polls Simmer for resolved positions, matches them back to your journal entries, computes PnL, and handles on-chain redemptions. You bring the trades — it closes the loop.
pip install simmer-sdk
export SIMMER_API_KEY=your_api_key export WALLET_PRIVATE_KEY=your_wallet_key export DISCORD_WEBHOOK=https://discord.com/api/webhooks/... # optional
python resolution_tracker.py That's it. Cron handles the rest — every 5 minutes, automatically.
VariableRequiredDefaultDescriptionSIMMER_API_KEY✅—Your Simmer API keyWALLET_PRIVATE_KEY✅—Polymarket wallet private key for on-chain redemptionsDISCORD_WEBHOOKNo—Discord webhook URL for win/loss alertsPOLY_MODENoliveSet to sim to skip on-chain redemptionsDATA_DIRNo./data/liveOverride data directory path
# Run once manually python resolution_tracker.py # Dry run (no redemptions) POLY_MODE=sim python resolution_tracker.py # Custom data directory DATA_DIR=./data/backtest python resolution_tracker.py
[2026-03-14 04:10 UTC] Checking positions... Found 2 newly resolved markets ✅ WIN btc_momentum — Will BTC close above $85k today? Outcome: YES | Shares: 147.3 | PnL: +$18.42 Redeemed on-chain: 0xabc...def Discord alert sent ✓ ❌ LOSS eth_midcandle — Will ETH hit $3,800 this week? Outcome: NO | Cost: $12.00 | PnL: -$12.00 Discord alert sent ✓ Processed: 2 resolutions | 1 redeemed | 0 errors
Trade not matched in journal — The resolution ran before the trade was logged. Not an error — the tracker will retry on the next run and match it then. WALLET_PRIVATE_KEY not set — Redemptions will fail. The tracker still logs resolutions and posts Discord alerts — you just won't get automatic on-chain redemptions. Discord webhook errors — Check the URL is valid and the webhook hasn't been deleted. Alerts are best-effort — webhook failures don't block resolution processing. POLY_MODE=sim — Skips all on-chain redemptions. Use this for testing or when you want resolution tracking without touching the chain.
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.