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=polygon and RUNTIME_ALLOW_MAINNET=1. Refuses without both. The user must then sign the session-key delegation from their cold wallet.
  • Re-mint: when risk-manage reports session_valid_until < 24h or session_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).

Installs
1
First Seen
Aug 8, 2026
polymarket-wallet-setup — kangcodex/finance-skills