# Send Simmer Resolution Tracker to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "simmer-resolution-tracker",
    "name": "Simmer Resolution Tracker",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/DjDyll/simmer-resolution-tracker",
    "canonicalUrl": "https://clawhub.ai/DjDyll/simmer-resolution-tracker",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/simmer-resolution-tracker",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simmer-resolution-tracker",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "clawhub.json",
      "data/live/redeemed_markets.json",
      "data/live/resolved_markets.json",
      "resolution_tracker.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "simmer-resolution-tracker",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T04:56:35.431Z",
      "expiresAt": "2026-05-07T04:56:35.431Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simmer-resolution-tracker",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=simmer-resolution-tracker",
        "contentDisposition": "attachment; filename=\"simmer-resolution-tracker-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "simmer-resolution-tracker"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/simmer-resolution-tracker"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/simmer-resolution-tracker",
    "downloadUrl": "https://openagent3.xyz/downloads/simmer-resolution-tracker",
    "agentUrl": "https://openagent3.xyz/skills/simmer-resolution-tracker/agent",
    "manifestUrl": "https://openagent3.xyz/skills/simmer-resolution-tracker/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/simmer-resolution-tracker/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: DjDyll
- Version: 1.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-30T04:56:35.431Z
- Expires at: 2026-05-07T04:56:35.431Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/simmer-resolution-tracker)
- [Send to Agent page](https://openagent3.xyz/skills/simmer-resolution-tracker/agent)
- [JSON manifest](https://openagent3.xyz/skills/simmer-resolution-tracker/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/simmer-resolution-tracker/agent.md)
- [Download page](https://openagent3.xyz/downloads/simmer-resolution-tracker)