← 返回 Skills 市场
518
总下载
0
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install simmer-resolution-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/simmer-resolution-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 518 次。
如何安装 Simmer Resolution Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install simmer-resolution-tracker」即可一键安装,无需额外配置。
Simmer Resolution Tracker 是免费的吗?
是的,Simmer Resolution Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Simmer Resolution Tracker 支持哪些平台?
Simmer Resolution Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Simmer Resolution Tracker?
由 Dyll(@djdyll)开发并维护,当前版本 v1.1.0。
推荐 Skills