← Back to Skills Marketplace
lucasnocodo

Polymarket Weather Scanner

by Lucasnocodo · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
281
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install polymarket-weather-scanner
Description
Weather forecast analysis for Polymarket prediction markets. Find edge in temperature betting markets using 9-model ensemble forecasts (GFS, ECMWF, GraphCast...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install polymarket-weather-scanner
  3. After installation, invoke the skill by name or use /polymarket-weather-scanner
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug polymarket-weather-scanner
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Polymarket Weather Scanner?

Weather forecast analysis for Polymarket prediction markets. Find edge in temperature betting markets using 9-model ensemble forecasts (GFS, ECMWF, GraphCast... It is an AI Agent Skill for Claude Code / OpenClaw, with 281 downloads so far.

How do I install Polymarket Weather Scanner?

Run "/install polymarket-weather-scanner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Polymarket Weather Scanner free?

Yes, Polymarket Weather Scanner is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Polymarket Weather Scanner support?

Polymarket Weather Scanner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Polymarket Weather Scanner?

It is built and maintained by Lucasnocodo (@lucasnocodo); the current version is v1.1.0.

💬 Comments