← 返回 Skills 市场
diagnostikon

Polymarket Climate Trader

作者 diagnostikon · GitHub ↗ · v0.0.3 · MIT-0
cross-platform ✓ 安全检测通过
406
总下载
0
收藏
2
当前安装
6
版本数
在 OpenClaw 中安装
/install polymarket-climate-trader
功能描述
Trades Polymarket prediction markets on weather extremes, climate milestones, natural disasters, and agricultural outcomes. Use when you want to capture alph...
安全使用建议
This skill appears to do what it says, but take these precautions before installing: - Treat SIMMER_API_KEY as highly sensitive: use a paper-only key for testing, and never store a live-capable key in a shared environment. Rotate keys if you suspect misuse. - Test thoroughly in paper mode (the default) and verify behavior and logs before enabling live trading. The code requires an explicit --live flag for real trades but an agent with invocation rights could call live if misconfigured. - Reconcile the documentation and tunables with the code: SKILL.md lists a $3,000 min volume but code/clawhub.json defaults to $1,000; confirm the tunables you want in the Simmer UI. - Review the simmer-sdk package (source/version) to ensure it is the expected client and has no unexpected permissions. - If you are uncomfortable with autonomous invocation, restrict the skill's ability to run automatically or require manual approval for live runs. - Optional data sources (Open-Meteo, etc.) are mentioned but not required; only provide additional API keys if you trust those services and understand the data flows.
功能分析
Type: OpenClaw Skill Name: polymarket-climate-trader Version: 0.0.3 The skill is a legitimate trading bot designed to interact with Polymarket climate and weather prediction markets. It implements a 'safe by default' architecture where real trades require an explicit --live flag, defaulting instead to a simulation environment. The code in trader.py follows standard practices for the Simmer SDK, utilizing environment variables for configuration and performing basic market analysis based on seasonal trends without any signs of data exfiltration, obfuscation, or malicious command execution.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The skill is a Polymarket trading bot and only requests the SIMMER_API_KEY and a simmer-sdk pip dependency — both are consistent with a trading integration. Minor inconsistencies: SKILL.md's risk table lists Min market volume default as $3,000 but trader.py and clawhub.json default to 1,000; registry version (0.0.3) and clawhub.json version (0.0.2) differ. These are documentation/packaging issues but not indicative of hidden capabilities.
Instruction Scope
SKILL.md and trader.py limit actions to market discovery, signal computation, and trade execution via the Simmer SDK. The skill documents a safe default (paper trading) and requires an explicit --live flag for real trades. The instructions do not ask the agent to read unrelated files or exfiltrate data.
Install Mechanism
No custom download/install script is present; clawhub.json declares a pip dependency on 'simmer-sdk' which is a normal package install pattern for this use case. No external/obscure URLs or archive extraction were observed.
Credentials
Only SIMMER_API_KEY (required) plus SIMMER_* tunables are used; this aligns with the bot's need to authenticate/trade. However, SIMMER_API_KEY is a high-privilege credential (ability to execute trades). SKILL.md warns about this; you should ensure the key's permissions are appropriate (use a paper-only key where possible) and avoid placing a live-capable key in shared environments.
Persistence & Privilege
always:false and autostart:false (cron null) reduce surprise persistence; automaton.entrypoint is set but automaton is managed and won't autostart by default. The skill can be invoked autonomously by the agent (disable-model-invocation is false), which is normal — combine that with a live-capable API key and the agent could place real trades if misused, so manage invocation policies and credentials accordingly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install polymarket-climate-trader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /polymarket-climate-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.3
Wider thresholds, lower filters, add get_fast_markets + bulk scan, backward-compatible
v1.0.2
Fix apply_skill_config AttributeError for new Simmer SDK compatibility
v1.0.1
- Introduced conviction-based position sizing with built-in seasonal bias, scaling trades according to event timing (e.g. hurricane season). - Added a table and description for seasonal bias multipliers for common climate market types. - Updated default signal logic to use market price distance from threshold and seasonality, replacing model ensemble probability divergence as default. - Expanded and clarified tracked climate event keywords. - Added new tunables, including min trade size and YES/NO market thresholds; max position size raised from $20 to $25. - Documentation updates for clarity around risk controls, tunables, and seasonal trading logic.
v1.0.0
- Initial release of polymarket-climate-trader (v1.0). - Enables automated trading on Polymarket’s climate and weather prediction markets using meteorological data. - Supports alpha capture for temperature records, hurricane seasons, natural disasters, climate milestones, and agricultural yields. - Integrates with public data sources including NOAA, Open-Meteo, and Copernicus for market analysis. - Risk controls, position sizing, and safety defaults (paper trading mode by default). - All parameters are configurable via environment variables and Simmer UI.
元数据
Slug polymarket-climate-trader
版本 0.0.3
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 6
常见问题

Polymarket Climate Trader 是什么?

Trades Polymarket prediction markets on weather extremes, climate milestones, natural disasters, and agricultural outcomes. Use when you want to capture alph... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 406 次。

如何安装 Polymarket Climate Trader?

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

Polymarket Climate Trader 是免费的吗?

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

Polymarket Climate Trader 支持哪些平台?

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

谁开发了 Polymarket Climate Trader?

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

💬 留言讨论