← 返回 Skills 市场
diagnostikon

Polymarket 24h Weather Distribution Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ⚠ suspicious
213
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install polymarket-24h-weather-distribution-trader
功能描述
Trades mispricings in weather temperature-bin markets by reconstructing the implied probability distribution across bins for the same city and date, detectin...
安全使用建议
This skill's code and instructions match its stated trading purpose and it only needs one secret (SIMMER_API_KEY). However: 1) The registry metadata is inconsistent (it claims no required env vars / no install spec while clawhub.json and SKILL.md require SIMMER_API_KEY and list a pip dependency). Treat that as sloppy packaging — confirm the platform will require the API key prompt and that the pip dependency will be installed from PyPI. 2) Before providing SIMMER_API_KEY, review the simmer-sdk source (or vendor) and the SimmerClient usage to ensure it does only expected API calls; run the skill in paper mode (default) to validate behavior. 3) Keep autostart disabled and do not enable live trading until you’re comfortable; rotate the API key if you test with a real key. 4) If you need higher assurance, ask the author/owner for a provenance link or sign-off for the simmer-sdk package (commit/tag) and a full audit of the trader.py file (complete untruncated source).
功能分析
Type: OpenClaw Skill Name: polymarket-24h-weather-distribution-trader Version: 0.0.3 The skill bundle implements a legitimate mathematical arbitrage strategy for Polymarket weather temperature markets. The code in `trader.py` uses the `simmer-sdk` to identify and trade probability distribution inconsistencies (sum and monotonicity violations) with clear safety defaults, such as a paper-trading mode and configurable risk tunables. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The skill's code and SKILL.md align with the stated purpose: it reconstructs temperature-bin distributions and uses the Simmer SDK to paper- or live-trade Polymarket markets. Requesting a Simmer trading API key (SIMMER_API_KEY) and the simmer-sdk dependency is coherent with trading functionality. However, the top-level registry summary claimed 'Required env vars: none' while both clawhub.json and SKILL.md require SIMMER_API_KEY — a metadata mismatch that should be corrected.
Instruction Scope
Runtime instructions and the Python code stick to market discovery, parsing, detection of sum/monotonicity violations, and trade execution via the SimmerClient. The SKILL.md explicitly warns that the default is paper trading and that live trading requires a --live flag. The instructions do not ask the agent to read unrelated system files or secrets beyond the declared SIMMER_* tunables.
Install Mechanism
There is no high-risk download host or obfuscated installer. The dependency is a PyPI package ('simmer-sdk') and the SKILL.md points to the project's GitHub and PyPI. However, the registry summary indicated 'No install spec — instruction-only', while clawhub.json declares a pip dependency; that inconsistency should be clarified. Installing a third-party SDK from PyPI is reasonable for this skill but you should review that package's source before granting credentials.
Credentials
Functionality requires one high-value secret: SIMMER_API_KEY, which is appropriate for a trading skill. Tunables (SIMMER_MAX_POSITION, thresholds, etc.) are non-sensitive and declared in clawhub.json. The inconsistency between registry metadata (which incorrectly lists no required envs) and the files that require SIMMER_API_KEY is the main concern; ensure the platform will surface the API-key requirement before enabling the skill.
Persistence & Privilege
The skill does not request 'always: true' and autostart is false; autonomous invocation is allowed (default) but that is normal for skills. The automaton entrypoint is trader.py but cron/autostart are disabled by default. No evidence that the skill attempts to modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-24h-weather-distribution-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-24h-weather-distribution-trader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.3
SDK resilience: try/except runt apply_skill_config
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.0
- Initial release of 24h Weather Distribution Trader. - Detects and trades on mispricings in Polymarket daily weather temperature-bin markets by reconstructing implied probability distributions. - Identifies arbitrage opportunities via sum violations (bins not totaling ~100%) and cumulative monotonicity breaks across 14 major cities. - Supports paper trading by default, with live trading available using the --live flag. - Includes configurable safety and risk parameters for trade sizing, thresholds, and market selection. - Requires SIMMER_API_KEY to enable trading actions.
元数据
Slug polymarket-24h-weather-distribution-trader
版本 0.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Polymarket 24h Weather Distribution Trader 是什么?

Trades mispricings in weather temperature-bin markets by reconstructing the implied probability distribution across bins for the same city and date, detectin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。

如何安装 Polymarket 24h Weather Distribution Trader?

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

Polymarket 24h Weather Distribution Trader 是免费的吗?

是的,Polymarket 24h Weather Distribution Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Polymarket 24h Weather Distribution Trader 支持哪些平台?

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

谁开发了 Polymarket 24h Weather Distribution Trader?

由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.3。

💬 留言讨论