← 返回 Skills 市场
Polymarket Micro Weather Sniper Trader
作者
diagnostikon
· GitHub ↗
· v0.0.2
· MIT-0
132
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install polymarket-micro-weather-sniper-trader
功能描述
Trades Polymarket weather temperature markets using NOAA and Open-Meteo forecasts as an information edge. Buys YES on bins matching the forecast at discount...
安全使用建议
This skill generally does what it says: it fetches public weather forecasts and uses the Simmer SDK to place micro trades. Before installing or giving it a SIMMER_API_KEY: 1) Confirm the platform's manifest (registry) vs. the included files — the top-level registry incorrectly lists no required env/install; trust the included clawhub.json and SKILL.md which require SIMMER_API_KEY and simmer-sdk. 2) Inspect or vet the simmer-sdk PyPI package and its GitHub repo (author, releases, checksums) before pip installing. 3) Run the skill in paper mode (default) and review logs/placed simulated orders to validate behavior. 4) Only enable live trading (--live) after testing and after understanding the exact permissions of SIMMER_API_KEY; consider using a restricted/trading-only API key and set conservative tunables. 5) Because the code makes external HTTP calls, verify no hidden endpoints are present in the remaining (truncated) portions of trader.py and review the repository history if available. If you need higher assurance, ask the publisher for a signed release or audit of simmer-sdk and the full trader.py source.
功能分析
Type: OpenClaw Skill
Name: polymarket-micro-weather-sniper-trader
Version: 0.0.2
The skill is a legitimate automated trading bot designed to trade weather-related prediction markets on Polymarket. The logic in `trader.py` fetches weather forecasts from reputable public APIs (NOAA, Open-Meteo, and wttr.in) and compares them against market prices to execute micro-trades via the `simmer-sdk`. It includes safety features such as a default paper-trading mode and configurable risk parameters in `clawhub.json`. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力标签
能力评估
Purpose & Capability
The skill's code and SKILL.md match the stated purpose: it discovers Polymarket weather markets, fetches forecasts, and places micro trades via the Simmer SDK. Requesting an API key named SIMMER_API_KEY is proportionate for trading. However, the registry summary at the top incorrectly lists 'Required env vars: none' and 'No install spec' while clawhub.json and SKILL.md declare SIMMER_API_KEY and a pip dependency (simmer-sdk). This manifest mismatch is a coherence issue (likely sloppy packaging) that should be resolved.
Instruction Scope
Runtime instructions and the trader.py code limit actions to: market discovery via SimmerClient, HTTP calls to NOAA / Open-Meteo / wttr.in for forecasts, parsing questions, and placing/toggling trades. The instructions do not instruct the agent to read unrelated files or exfiltrate system data. Network calls are to expected public weather APIs and the Simmer API.
Install Mechanism
No arbitrary download or extractor is used. The dependency is a PyPI package (simmer-sdk), which is expected for a trading SDK and is a moderate but traceable risk. Again, SKILL.md and clawhub.json declare pip:simmer-sdk even though the top-level 'No install spec' statement contradicts this — confirm how the platform will install dependencies and verify the simmer-sdk package origin and integrity on PyPI/GitHub before installing.
Credentials
The skill requests a single high-value credential, SIMMER_API_KEY, which is necessary and proportionate for placing trades. The code will use that key to create a SimmerClient and may execute live trades when invoked with --live. Ensure you understand the privileges granted by SIMMER_API_KEY (ability to place/cancel trades, withdraw funds, etc.) and that no other secrets are required. The manifest inconsistency (registry claiming no env required) is confusing and should be clarified.
Persistence & Privilege
The skill is not always-enabled (always:false), autostart/cron are false/null, and it does not request system-wide configuration changes. The skill does call _client.apply_skill_config(SKILL_SLUG) if available, which is limited to applying its own config. Autonomous model invocation is allowed by default but not, by itself, a red flag — however, combining autonomous invocation with live-trading capability means you should restrict or test runs in paper mode first.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-micro-weather-sniper-trader - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-micro-weather-sniper-trader触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.2
fix: add _client.live=True so --live actually routes to polymarket-venue for real USDC trades
v1.0.1
Raise YES_THRESHOLD to 0.40, add Buenos Aires/Tokyo/Lucknow/Jakarta/Sao Paulo, add wttr.in as tertiary weather source
v1.0.0
Initial release — NOAA + Open-Meteo forecast edge on Polymarket weather bins
元数据
常见问题
Polymarket Micro Weather Sniper Trader 是什么?
Trades Polymarket weather temperature markets using NOAA and Open-Meteo forecasts as an information edge. Buys YES on bins matching the forecast at discount... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 132 次。
如何安装 Polymarket Micro Weather Sniper Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-micro-weather-sniper-trader」即可一键安装,无需额外配置。
Polymarket Micro Weather Sniper Trader 是免费的吗?
是的,Polymarket Micro Weather Sniper Trader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Micro Weather Sniper Trader 支持哪些平台?
Polymarket Micro Weather Sniper Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Micro Weather Sniper Trader?
由 diagnostikon(@diagnostikon)开发并维护,当前版本 v0.0.2。
推荐 Skills