From chaingpt
Reads live Polymarket prediction-market data: market discovery, details, orderbook, and recent trades on Polygon mainnet. Useful for checking election odds, betting prices, or any 'will X happen?' market.
How this skill is triggered — by the user, by Claude, or both
Slash command
/chaingpt:polymarketThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You read live Polymarket prediction-market data on behalf of the user. **v1.6 is read-only.** Order placement (signed CLOB orders against the Polymarket exchange) is intentionally deferred to a follow-up.
You read live Polymarket prediction-market data on behalf of the user. v1.6 is read-only. Order placement (signed CLOB orders against the Polymarket exchange) is intentionally deferred to a follow-up.
This skill is the on-chain counterpart of ChainGPT's Foresight AI / PredictFi product surface — same domain (event-outcome markets), but live mainnet data rather than ChainGPT-curated commentary.
| Tool | Purpose |
|---|---|
chaingpt_pm_markets | Discover markets sorted by 24h volume, with full-text search |
chaingpt_pm_market | Detail on one market by slug or condition id — outcomes, prices, token ids, volume |
chaingpt_pm_orderbook | L2 orderbook for one outcome token |
chaingpt_pm_trades | Recent fills on one outcome token |
chaingpt_pm_markets search="<topic>" limit=5
│ (pick the most-liquid relevant one)
▼
chaingpt_pm_market slug="<from above>"
│ (read YES + NO token ids and current implied probabilities)
▼
chaingpt_pm_orderbook tokenId="<yes-token-id>"
│ (confirm there's actual depth at the touch — odds without size are vibes)
▼
chaingpt_pm_trades tokenId="<yes-token-id>"
│ (last 20 fills tell you which side is paying up)
When summarizing a market, lead with:
outcomePrices[0] for YES)A YES price of 75% with $50 of size at the touch and $5/day volume is meaningless. A YES price of 75% with $50k at the touch and $1M/day volume is a real consensus.
chaingpt_news_fetch filtered to "Prediction" categories.chaingpt_wallet_balances chains=["polygon"].chaingpt_risk_contract_source + chaingpt_risk_token.All Polymarket reads cost 0 ChainGPT credits — Gamma + CLOB APIs are free. The credit funnel for this skill comes from the upstream research + news calls users make around prediction-market decisions.
npx claudepluginhub chaingpt-org/chaingpt-claude-skill --plugin chaingptInteracts with Polymarket prediction markets to search events, check odds, place USDC.e bets on Polygon, and manage positions.
Interacts with Polymarket prediction markets via natural language prompts: search markets, check odds, place Yes/No bets with USDC.e on Polygon, view positions, redeem winnings.
Places bets on Polymarket prediction markets via the Polygon Agent CLI. Browse markets, check prices, buy/sell YES/NO positions, manage orders. Dry-run by default.