← Back to Skills Marketplace
126
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install polymarket-weather-bands
Description
Autonomous Polymarket weather-market trading flow for AION Market agents. After the user provides AION API key and wallet private key, the agent should autom...
Usage Guidance
Key considerations before installing or using this skill:
- The SKILL.md will ask you to provide your WALLET_PRIVATE_KEY and AIONMARKET_API_KEY. Never paste a high-value private key into a third-party skill unless you fully trust how it is used and transmitted.
- The registry metadata claims no required env vars, but the runtime instructions contradict that — ask the publisher to resolve this mismatch and provide an explicit data-flow statement (what is signed locally vs what is transmitted to AION or Polymarket endpoints).
- Confirm whether wallet registration only sends a derived public address or whether any secret/signed material (or raw private key) is uploaded. If the private key is transmitted or stored remotely, do not use it.
- Prefer safer alternatives: use a dedicated low-value spending wallet, hardware wallet or remote signer (so the skill never sees the raw private key), require explicit user confirmation for any trade above a small threshold, and test first in sandbox with minimal funds.
- If you still consider using it, request from the publisher: (1) exact API endpoints called for registration and what payloads they receive, (2) whether signing is local, (3) a promise not to persist private keys, and (4) an option to force manual confirmations for every on-chain action.
- Because the metadata/manifest is inconsistent, exercise caution and seek clarification before supplying secrets. Additional information that would raise confidence: an explicit statement that signing is done locally with no private-key transmission, sample request/response examples, or source code showing local signing and only public data being sent.
Capability Analysis
Type: OpenClaw Skill
Name: polymarket-weather-bands
Version: 0.3.0
The skill requires the user to provide a 'WALLET_PRIVATE_KEY' and 'AIONMARKET_API_KEY', instructing the AI agent to automatically derive Polymarket CLOB credentials and register them with a third-party service (aionmarket.com). Furthermore, the instructions in 'skill.md' explicitly direct the agent to perform financial transactions, including token approvals and market trades, without seeking user confirmation. While these behaviors are consistent with the stated goal of an automated trading bot, the handling of raw private keys and the intentional bypass of human-in-the-loop confirmation for financial actions pose a high security risk.
Capability Tags
Capability Assessment
Purpose & Capability
The skill's stated purpose (autonomous trading on AION/Polymarket) legitimately requires an API key and a wallet private key, which the SKILL.md explicitly lists as mandatory inputs. However, the registry metadata claims no required environment variables or primary credential, creating a clear inconsistency between what the skill will ask for at runtime and what the registry advertises.
Instruction Scope
The instructions direct the agent to derive keys from a provided private key, register wallet credentials with AION Market, auto-check balances/gas/allowances, auto-approve spenders, build and sign orders, submit trades, and verify results — and to do so without additional confirmations by default. These are coherent for an automated trading flow but they grant the agent broad authority to move funds. The SKILL.md is ambiguous about whether the private key ever leaves the host (e.g., is only used locally to sign) versus being uploaded/transmitted during 'registration'.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk or downloaded by an installer. That lowers installation risk, but runtime behavior still depends on what the agent does when following the prose.
Credentials
The SKILL.md requires two sensitive inputs (AIONMARKET_API_KEY and WALLET_PRIVATE_KEY), which are proportionate to trading functionality. But the registry metadata lists no required env vars — a notable mismatch. The instructions also require registering wallet credentials with a third-party service, which could entail transmitting sensitive derived credentials or signatures; the doc does not state what is transmitted. The private key is extremely sensitive and the skill gives the agent authority to sign and submit transactions, so this requires explicit safeguards.
Persistence & Privilege
The skill is not always-enabled and uses the platform default allowing autonomous invocation. Autonomous execution combined with instructions to avoid extra confirmations increases risk (fund-moving actions may occur without explicit user approval). There is no evidence the skill modifies other skills or system configs.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install polymarket-weather-bands - After installation, invoke the skill by name or use
/polymarket-weather-bands - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.3.0
No code or documentation changes detected in this release.
- Version bumped to 0.3.0 with no functional or documentation updates.
- All flows and requirements remain unchanged from the previous version.
v1.0.2
- Added detailed `tags` metadata for discoverability (e.g., polymarket, weather-bands, prediction-market).
- Updated failure handling: agents must not execute fallback trades directly with Polymarket SDK but only through AION API endpoints.
- Clarified that when `get_market_context()` fails in sandbox, agents should use direct market data and CLOB read-only validation as fallback, not execute trades outside AION.
- Other descriptions and rule clarifications for compliance and flow robustness.
v1.0.0
- Initial release of the autonomous Polymarket weather-market trading skill for AION Market agents.
- Automates wallet and CLOB credential derivation, registration, balance/gas/allowance checks, and approvals after receiving API and private keys.
- Automatically selects and trades in the hottest active Polymarket weather markets, defaulting to a 2 USDC market buy order.
- Streamlines trading flow by minimizing user prompts and confirmations, handling all steps unless explicit manual confirmation is requested.
- Includes robust post-trade result verification and clear handling of balance, gas, or allowance issues.
Metadata
Frequently Asked Questions
What is Polymarket Weather Bands?
Autonomous Polymarket weather-market trading flow for AION Market agents. After the user provides AION API key and wallet private key, the agent should autom... It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.
How do I install Polymarket Weather Bands?
Run "/install polymarket-weather-bands" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Polymarket Weather Bands free?
Yes, Polymarket Weather Bands is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Polymarket Weather Bands support?
Polymarket Weather Bands is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Polymarket Weather Bands?
It is built and maintained by ssj124 (@ssj124); the current version is v0.3.0.
More Skills