← 返回 Skills 市场
Polymarket Weather Scanner
作者
Lucasnocodo
· GitHub ↗
· v1.1.0
· MIT-0
281
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install polymarket-weather-scanner
功能描述
Weather forecast analysis for Polymarket prediction markets. Find edge in temperature betting markets using 9-model ensemble forecasts (GFS, ECMWF, GraphCast...
安全使用建议
This skill delegates all forecasting and scanning to a remote service (polymarket-scanner.fly.dev by default). Before installing, consider whether you trust that service because: (1) if you set POLYMARKET_SCANNER_API_KEY the key will be sent to that server over HTTPS; (2) queries (and your IP) go to the remote API even on the free tier. Do not provide wallet/private keys or unrelated secrets. If you want more privacy/trust, ask the developer for a self-hosted or open-source backend you can run locally (or review network traffic). Note: small wording inconsistency exists (SKILL.md says free tier works without a key but scan.sh header comments list the API key as a requirement) — this is not a functional red flag, just a documentation nuance.
功能分析
Type: OpenClaw Skill
Name: polymarket-weather-scanner
Version: 1.1.0
The skill is a legitimate tool for analyzing weather forecasts in relation to Polymarket prediction markets. It interacts with a dedicated API (polymarket-scanner.fly.dev) via bash scripts (scan.sh, forecast.sh, cities.sh) to fetch and format data using curl and jq. The scripts include proper input sanitization for user-provided city names and only transmit the service-specific API key to the documented endpoint, with no evidence of malicious intent or unauthorized data access.
能力评估
Purpose & Capability
Name/description (Polymarket weather scanner) matches the actual behavior: scripts call a remote scanner API to list cities, get ensemble forecasts, and run scans. Required binaries (curl, jq) are appropriate for making HTTP requests and processing JSON. The primaryEnv (POLYMARKET_SCANNER_API_KEY) is reasonable for a hosted API service.
Instruction Scope
Runtime instructions and scripts only perform HTTP requests to the documented scanner endpoints and format the responses with jq. They do not read local files or unrelated environment variables. Note: all substantive processing is performed server-side by the remote API, so queries (and any API key you set) are sent to that service as described in SKILL.md.
Install Mechanism
No install step is provided (instruction-only with included scripts), so nothing is downloaded or written at install time. This is low-risk compared with skills that fetch arbitrary binaries.
Credentials
Only one primary credential is declared (POLYMARKET_SCANNER_API_KEY) and the scripts only send it as an X-API-Key header to the scanner host if present. No unrelated secrets or system config paths are requested. The scripts also support overriding the host via POLYMARKET_SCANNER_HOST, which is reasonable for testing/alt hosts.
Persistence & Privilege
The skill does not request permanent always-on inclusion and does not modify other skills or system settings. It can be invoked by the agent (normal behavior) but does not request elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install polymarket-weather-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/polymarket-weather-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Improved discoverability: richer description, zero-setup free tier, use cases section, fixed shell script header injection, aligned docs with API output
v1.0.0
Initial release: 9-model ensemble weather forecast vs Polymarket market pricing
元数据
常见问题
Polymarket Weather Scanner 是什么?
Weather forecast analysis for Polymarket prediction markets. Find edge in temperature betting markets using 9-model ensemble forecasts (GFS, ECMWF, GraphCast... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 281 次。
如何安装 Polymarket Weather Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install polymarket-weather-scanner」即可一键安装,无需额外配置。
Polymarket Weather Scanner 是免费的吗?
是的,Polymarket Weather Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Polymarket Weather Scanner 支持哪些平台?
Polymarket Weather Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Polymarket Weather Scanner?
由 Lucasnocodo(@lucasnocodo)开发并维护,当前版本 v1.1.0。
推荐 Skills