← 返回 Skills 市场
Polymarket Weather Trader
作者
johnjerry8749
· GitHub ↗
· v0.1.0
733
总下载
3
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install weather-py
功能描述
Trade Polymarket weather markets using NOAA forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets,...
安全使用建议
This skill appears to do what it claims (use Simmer + NOAA to identify and optionally place weather trades). Before installing: (1) Review source if you can — the package includes weather_trader.py and status.py so skim them or run in dry-run mode first. (2) Only provide a Simmer API key with the minimal scope possible and be aware that --live will place real trades; test with dry-run and small settings first. (3) Note metadata inconsistencies (registry metadata vs. _meta.json / SKILL.md versions) and the unknown homepage/source — treat this as an unsigned third-party skill and proceed with caution. (4) If you don't want the skill writing a local config file, run it without saving settings or inspect update_config before saving. (5) Consider running behind network monitoring or with a token you can revoke quickly.
功能分析
Type: OpenClaw Skill
Name: weather-py
Version: 0.1.0
The skill bundle is designed to trade Polymarket weather markets using NOAA forecasts via the Simmer API. All files (SKILL.md, status.py, weather_trader.py, config.json) align with this stated purpose. The `SKILL.md` provides clear instructions for the AI agent and user, without any evidence of prompt injection attempts to manipulate the agent into unauthorized actions. The Python scripts (`status.py`, `weather_trader.py`) legitimately access the `SIMMER_API_KEY` from environment variables to interact with `https://api.simmer.markets` and `https://api.weather.gov` for market data, portfolio information, and trade execution. Configuration is handled via `config.json` or environment variables, and the `--set` CLI argument for `weather_trader.py` uses controlled updates. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution (e.g., `curl|bash`), persistence mechanisms beyond user-enabled cron scheduling, or obfuscation. The code's functionality is consistent with a legitimate trading automation tool.
能力评估
Purpose & Capability
Name/description (trade Polymarket weather markets using NOAA via Simmer) align with required env var (SIMMER_API_KEY), network calls (api.simmer.markets and api.weather.gov), and included code (weather_trader.py, status.py). The skill only asks for the Simmer API key which is necessary to place trades and query portfolio.
Instruction Scope
SKILL.md and the scripts limit actions to fetching Simmer portfolio/markets, querying NOAA, parsing events, and optionally executing trades. The runtime instructions tell the agent to store settings in env vars and can write/read a local config.json (update_config/load_config). The skill includes a --live mode that will execute real trades and a --no-safeguards flag that disables checks; users should be aware of the financial impact. There are no instructions to read unrelated system files or to call unexpected external endpoints.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with bundled source files. That keeps install risk low — nothing is fetched from arbitrary URLs during install.
Credentials
Only SIMMER_API_KEY is required. The additional per-skill config values are environment variables for thresholds/sizing and are appropriate for a trading bot. The skill does not request unrelated credentials (no cloud secrets, no SSH keys, etc.).
Persistence & Privilege
always is false and the skill is user-invocable. It writes a local config.json in its directory for settings (expected behavior). It does not request to modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install weather-py - 安装完成后,直接呼叫该 Skill 的名称或使用
/weather-py触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Polymarket Weather Trader v1.7.2
- Trade Polymarket temperature markets automatically using NOAA forecasts via Simmer API.
- Inspired by gopfan2’s $2M+ weather trading strategy.
- New: Limit trades per cycle with SIMMER_WEATHER_MAX_TRADES (default: 5).
- Smart position sizing and trade safeguards to manage risk.
- Detailed configuration for thresholds, locations, and portfolio-based sizing.
- Status utility for quick balance and position checks.
元数据
常见问题
Polymarket Weather Trader 是什么?
Trade Polymarket weather markets using NOAA forecasts via Simmer API. Inspired by gopfan2's $2M+ strategy. Use when user wants to trade temperature markets,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 733 次。
如何安装 Polymarket Weather Trader?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install weather-py」即可一键安装,无需额外配置。
Polymarket Weather Trader 是免费的吗?
是的,Polymarket Weather Trader 完全免费(开源免费),可自由下载、安装和使用。
Polymarket Weather Trader 支持哪些平台?
Polymarket Weather Trader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Weather Trader?
由 johnjerry8749(@johnjerry8749)开发并维护,当前版本 v0.1.0。
推荐 Skills