← All skills
Tencent SkillHub · Data Analysis

Simmer Resolution Tracker

Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simme...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simme...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, clawhub.json, data/live/redeemed_markets.json, data/live/resolved_markets.json, resolution_tracker.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

Simmer Resolution Tracker

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.

1. Install dependencies

pip install simmer-sdk

2. Set environment variables

export SIMMER_API_KEY=your_api_key export WALLET_PRIVATE_KEY=your_wallet_key export DISCORD_WEBHOOK=https://discord.com/api/webhooks/... # optional

3. Run it

python resolution_tracker.py That's it. Cron handles the rest — every 5 minutes, automatically.

Configuration

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

Quick Commands

# 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

Example Output

[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

Troubleshooting

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.

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Config2 Docs1 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • resolution_tracker.py Scripts
  • clawhub.json Config
  • data/live/redeemed_markets.json Config
  • data/live/resolved_markets.json Config