polymarket-wallet-setup
Installation
SKILL.md
polymarket-wallet-setup
Chain-aware wallet setup, session-key custody, and status reporting. This is
the only skill in the pipeline that touches private-key material. Every other
skill consumes the already-derived client and never sees the key.
When to use
- First-time setup: user is new to the weather-trading agent. Default Amoy.
- Going live: user has set
RUNTIME_CHAIN=polygonandRUNTIME_ALLOW_MAINNET=1. Refuses without both. The user must then sign the session-key delegation from their cold wallet. - Re-mint: when
risk-managereportssession_valid_until < 24horsession_remaining_spend < 10%of cap. - Status: read-only snapshot of chain, address, balance, CLOB auth, session expiry.
Do NOT use for trade placement (use trade-execute).