← Back to Skills Marketplace
djdyll

Simmer Resolution Tracker

by Dyll · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
518
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install simmer-resolution-tracker
Description
Monitors your Simmer positions for resolutions, logs wins/losses to your trade journal, and automatically redeems winning positions on-chain. Built for Simme...
Usage Guidance
This skill appears to do what it says, but it requires your Polymarket wallet private key (WALLET_PRIVATE_KEY) which can be used to sign transactions — treat it as highly sensitive. Before installing: (1) audit the simmer-sdk package and consider pinning a known-good version; (2) prefer using POLY_MODE=sim for testing to avoid exposing or using your private key; (3) do not keep other unrelated secrets in .env or ~/.env in the same environment because the script loads those files automatically; (4) limit filesystem permissions on the DATA_DIR (trade_journal.jsonl and related files) and ensure your runtime environment is trusted; (5) if possible, use a more secure signing approach (hardware wallet or ephemeral key) rather than a long-lived plaintext private key in environment variables.
Capability Analysis
Type: OpenClaw Skill Name: simmer-resolution-tracker Version: 1.1.0 The skill manages sensitive credentials (WALLET_PRIVATE_KEY, SIMMER_API_KEY) to perform on-chain redemptions and send Discord alerts, which are high-risk capabilities. While these actions are aligned with the stated purpose of tracking Polymarket resolutions in resolution_tracker.py, the script's ability to execute financial transactions and its practice of loading environment variables from broad locations like ~/.env warrant a suspicious classification under the provided criteria. No clear evidence of intentional malice, prompt injection, or unauthorized data exfiltration was found.
Capability Assessment
Purpose & Capability
Name/description (monitor resolutions, log PnL, post Discord alerts, redeem on-chain) match the code and metadata. The skill requires simmer-sdk and the SIMMER_API_KEY and WALLET_PRIVATE_KEY which are expected for polling the Simmer API and performing on‑chain redemptions.
Instruction Scope
SKILL.md and README instruct the agent to poll Simmer, match trades in a local trade_journal.jsonl, post Discord webhooks, and redeem via the simmer-sdk — which the code implements. The code also loads a local .env or ~/.env if present (development convenience) which will cause the skill to read additional environment variables from disk; this is outside the declared config paths and could cause accidental access to other secrets stored there.
Install Mechanism
No remote downloads or obscure installers. The skill is instruction-only with a pip dependency (simmer-sdk) declared in clawhub.json and explained in SKILL.md; that is proportionate and expected for Python-based integration with Simmer.
Credentials
Requested credentials (SIMMER_API_KEY and WALLET_PRIVATE_KEY) are sensitive but justified by the functionality (API access and signing/redemption). The skill treats WALLET_PRIVATE_KEY as required; if you don't want automatic redemptions you can set POLY_MODE=sim. Be aware WALLET_PRIVATE_KEY gives on‑chain signing capability and should be protected (avoid long-lived plaintext keys in shared environments).
Persistence & Privilege
The skill is not always:true and autostart is false. clawhub.json schedules a cron run (*/5) and marks the automaton entrypoint; this matches the SKILL.md 'runs every 5 minutes' claim. The skill writes/reads files only in its DATA_DIR (defaults to ./data/live or ./data/sim), not modifying other skills or system-wide agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install simmer-resolution-tracker
  3. After installation, invoke the skill by name or use /simmer-resolution-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
**Simmer Resolution Tracker v1.1.0** - Improved documentation: New README.md and an overhauled SKILL.md with clearer setup, usage instructions, and troubleshooting. - Added persistent storage for resolved and redeemed markets with new data files (`resolved_markets.json`, `redeemed_markets.json`). - Enhanced configuration options and environment variable documentation. - Minor code and structure updates to support new file tracking and configuration features.
v1.0.1
Added Simmer website link (simmer.markets)
v1.0.0
Initial release: auto-resolves Simmer positions, logs PnL to trade journal, Discord alerts, on-chain redemption via SDK. Fixed: pure urllib (no curl), top-level imports, no hardcoded paths.
Metadata
Slug simmer-resolution-tracker
Version 1.1.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 518 downloads so far.

How do I install Simmer Resolution Tracker?

Run "/install simmer-resolution-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Simmer Resolution Tracker free?

Yes, Simmer Resolution Tracker is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Simmer Resolution Tracker support?

Simmer Resolution Tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Simmer Resolution Tracker?

It is built and maintained by Dyll (@djdyll); the current version is v1.1.0.

💬 Comments