← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yh-polymarket-weather-trader
功能描述
Weather temperature prediction market trading on Polymarket via Simmer SDK. Uses NOAA (US) and Open-Meteo ensemble (international) forecasts as signal, EV/Ke...
安全使用建议
This package appears to be a genuine weather-market trading bot, but several inconsistencies should make you cautious:
- Do not run with --live or provide API keys until you verify the code. The skill will make authenticated network calls to Simmer (and may interact with Polymarket) and can execute real trades.
- The registry metadata incorrectly states there are no required environment variables; the repository (clawhub.json and scripts/status.py) expects SIMMER_API_KEY and SKILL.md expects TRADING_VENUE in a .env. Confirm which credentials are required and where they will be used before supplying secrets.
- There is no explicit install spec even though clawhub.json lists a pip dependency (simmer-sdk). Expect to install external Python packages if you run the code; review the package(s) (simmer-sdk) separately for trustworthiness.
- Inspect weather_trader.py (the long entrypoint) and any modules that call external APIs to confirm there are no unexpected endpoints or credential exfiltration. Check how Polymarket live mode is implemented and whether it requires additional tokens or wallet signing.
- Run the code first in dry-run mode and with network blocked (or against a sandboxed / test account) to observe behavior and file writes (trades.jsonl, performance_snapshot.json) before connecting real funds.
If you want, I can: (a) list all places in the code that read environment variables or make network calls, (b) search weather_trader.py for lines that perform live trades or call external endpoints, or (c) highlight exactly which files/lines reference SIMMER_API_KEY and TRADING_VENUE.
功能分析
Type: OpenClaw Skill
Name: yh-polymarket-weather-trader
Version: 1.16.0
The skill bundle is designed for weather-based trading on Polymarket but contains logic that violates skill isolation and performs non-standard file operations. Specifically, 'trade_performance.py' and 'weather_trader.py' attempt to access files and modules in parent and sibling directories ('Path(__file__).parent.parent'), which allows the skill to read data (such as 'trades.jsonl') from other installed skills. Additionally, 'weather_trader.py' writes detailed trade logs to a hidden directory in the user's home folder ('~/.hermes/'), which is an unusual and potentially stealthy location for data persistence. While these features are presented as 'Smart Money' signal integration and cross-skill reporting, the intentional directory traversal and out-of-sandbox file writing constitute significant security risks in an agentic environment.
能力标签
能力评估
Purpose & Capability
The name, SKILL.md, and included Python modules (ev_calculator.py, bayesian_update.py, maker_taker_arbiter.py, weather_trader.py, etc.) are coherent with a Polymarket/Simmer weather-trading bot. Requiring a Simmer API key (present in clawhub.json and referenced by scripts/status.py) is appropriate for the stated purpose. The main mismatch: the registry-level 'Requirements' block above lists no required environment variables, while clawhub.json and the code expect SIMMER_API_KEY and a pip dependency 'simmer-sdk'.
Instruction Scope
SKILL.md instructs running the local Python entrypoint (dry-run or --live) and fetching forecasts and market data. That scope is consistent with trading. The instructions explicitly enable real trades when run with --live and reference .env variables (TRADING_VENUE). The SKILL.md and code will make authenticated network calls to Simmer (https://api.simmer.markets) and may interact with Polymarket when configured — this is expected but high-impact, so users must not run with --live until credentials and behavior are inspected.
Install Mechanism
There is no formal install spec in the registry (instruction-only), which is lower risk, but clawhub.json declares a pip dependency ('simmer-sdk') and environment tunables. That means installing the skill in practice will require fetching an external Python package even though the registry provides no install step. This mismatch is an incoherence to clarify (no arbitrary download URLs were found in the files).
Credentials
The code and clawhub.json reference SIMMER_API_KEY and SKILL.md references TRADING_VENUE/.env settings — these are proportional to a trading bot. However the top-level registry metadata claims 'Required env vars: none' and 'Primary credential: none', which is incorrect. Also SKILL.md mentions Polymarket live trading but the manifest does not declare any Polymarket credential variables; if Polymarket live trading requires additional credentials or wallet access those are not declared. The missing/incorrect declaration of required secrets is a red flag that should be resolved before use.
Persistence & Privilege
The skill is not force-included (always:false) and does not request system-wide persistent privileges. clawhub.json's automaton.managed: true and entrypoint are expected for a runnable skill. The skill writes/reads local files (trades.jsonl, performance_snapshot.json) which is consistent with a trading skill and declared behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install yh-polymarket-weather-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/yh-polymarket-weather-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.16.0
v2.1: MADIS airport-observation bias correction + trade log for city-level bias learning
元数据
常见问题
Weather Trader 是什么?
Weather temperature prediction market trading on Polymarket via Simmer SDK. Uses NOAA (US) and Open-Meteo ensemble (international) forecasts as signal, EV/Ke... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Weather Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install yh-polymarket-weather-trader」即可一键安装,无需额外配置。
Weather Trader 是免费的吗?
是的,Weather Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Weather Trader 支持哪些平台?
Weather Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Weather Trader?
由 zylorra(@yhlorra)开发并维护,当前版本 v1.16.0。
推荐 Skills