← 返回 Skills 市场
mrjoeteam

Simmer Momentum Trader

作者 mrjoeteam · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
135
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install simmer-momentum-trader
功能描述
Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —...
安全使用建议
This skill appears to do what it says, but consider these practical safety steps before installing: - Limit the SIMMER_API_KEY permissions if possible (use a key that can trade but with appropriate limits/quotas). - Confirm that the simmer-sdk package is the official SDK you expect (review source/package metadata) before installing. - The manifest schedules runs every 15 minutes; ensure your deployment won't pass --live automatically. By default the script is a dry-run and only executes real trades when run with --live. - Review the calculate_signal() function if you or contributors remix it — adding external data sources (Twitter, Reddit, external ML services) can introduce new network endpoints and data-handling risks. - Be aware of trading risk and compliance/regulatory considerations for automated market activity. If you want higher assurance, ask the author for a link to the simmer-sdk package source and confirmation that automated runs will never be started with --live without explicit operator action.
功能分析
Type: OpenClaw Skill Name: simmer-momentum-trader Version: 1.0.0 The skill is a legitimate momentum-based trading bot for Simmer prediction markets. It uses the 'simmer-sdk' to monitor markets and execute trades based on probability divergence, following best practices such as using environment variables for API keys and defaulting to a dry-run mode. No indicators of data exfiltration, malicious execution, or prompt injection were found in simmer_momentum_trader.py or SKILL.md.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: it monitors Simmer markets and can place trades. Declared requirement (SIMMER_API_KEY) and the pip dependency (simmer-sdk) are appropriate for a Simmer/Polymarket integration.
Instruction Scope
Runtime instructions and the Python entrypoint only read the declared env vars (SIMMER_API_KEY, DIVERGENCE_THRESHOLD, TRADE_AMOUNT, MARKET_IDS) and call the Simmer SDK. The SKILL.md does not ask the agent to read unrelated files or exfiltrate data. Trade execution requires an explicit --live flag (defaults to dry-run).
Install Mechanism
No arbitrary downloads or extract steps. The manifest lists a pip dependency (simmer-sdk), which is proportional to the stated purpose. No installer URLs or unusual install locations are present.
Credentials
Only one required secret (SIMMER_API_KEY) is declared and used to instantiate the SimmerClient. Other env vars are configuration (threshold, amount, market IDs). No unrelated credentials or system config paths are requested.
Persistence & Privilege
The manifest includes a cron entry (*/15 * * * *) and automaton.managed:true, so the skill is intended to run periodically. It does not set always:true. Ensure scheduled runs are acceptable — by default the script is a dry-run, but an automated environment could be configured to run with --live, enabling autonomous real trades.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install simmer-momentum-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /simmer-momentum-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the Simmer Momentum Trader skill: - Trades YES/NO on Polymarket using a probability momentum and divergence signal. - Configurable divergence threshold and trade amount via environment variables. - Monitors Simmer watchlist markets and executes trades when signal criteria are met. - Designed as a remixable template: swap in alternative signals (volume, sentiment, ML predictions). - Dry-run mode enabled by default, with safeguards for live-trading. - Handles all plumbing — market access, trade execution, error handling — so you can focus on signal design.
元数据
Slug simmer-momentum-trader
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Simmer Momentum Trader 是什么?

Momentum-based trading skill for Simmer prediction markets. Detects probability momentum and divergence to generate YES/NO trades on Polymarket. Remixable —... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 135 次。

如何安装 Simmer Momentum Trader?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install simmer-momentum-trader」即可一键安装,无需额外配置。

Simmer Momentum Trader 是免费的吗?

是的,Simmer Momentum Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Simmer Momentum Trader 支持哪些平台?

Simmer Momentum Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Simmer Momentum Trader?

由 mrjoeteam(@mrjoeteam)开发并维护,当前版本 v1.0.0。

💬 留言讨论