Claude Skill
chainstacklabs/polyclaw
PolyClaw is a trading-enabled Polymarket skill for OpenClaw that lets you browse markets, execute trades, track positions, and discover hedges via Claude.
Overview
Repository
Install this Skill
git clone https://github.com/chainstacklabs/polyclaw.gitRegistry
Summary
PolyClaw is a trading-enabled Polymarket skill for OpenClaw that allows users to browse prediction markets, execute trades, track positions, and discover hedging opportunities directly from the Claude interface.
为OpenClaw设计的支持交易的Polymarket技能——浏览市场、执行交易、追踪持仓、发现对冲机会
Key features
- Browse Polymarket prediction markets
- Execute trades directly from Claude
- Track open positions and portfolio
- Discover hedging opportunities
- Seamless integration with OpenClaw
Use cases
- Monitor and trade prediction markets
- Manage arbitrage strategies across markets
- Hedge existing positions automatically
- Track portfolio performance in real time
README excerpt
# PolyClaw **Trading-enabled Polymarket skill for OpenClaw.** Browse prediction markets, execute trades on-chain, and discover hedging opportunities using LLM-powered analysis. Full trading capability via split + CLOB execution on Polygon. > **Disclaimer:** This software is provided as-is for educational and experimental purposes. It is not financial advice. Trading prediction markets involves risk of loss. This code has not been audited. Use at your own risk and only with funds you can afford to lose. 📺 **[Watch the video explainer](https://www.youtube.com/watch?v=s_uP802NVTE)** ## Features ### Market browsing - `polyclaw markets trending` — Top markets by 24h volume - `polyclaw markets search "query"` — Search markets by keyword - `polyclaw market <id>` — Market details with prices ### Trading - `polyclaw buy <market_id> YES <amount>` — Buy YES position - `polyclaw buy <market_id> NO <amount>` — Buy NO position - Split + CLOB execution (split pUSD → YES+NO, sell unwanted side) ### Position tracking - `polyclaw positions` — List open positions with live P&L - `polyclaw position <id>` — Detailed position view - Positions tracked locally in `~/.openclaw/polyclaw/positions.json` ### Wallet management - `polyclaw wallet status` — Show address, POL / pUSD / USDC.e balances - `polyclaw wallet approve` — Set Polymarket contract approvals (one-time) ### Hedge discovery - `polyclaw hedge scan` — Scan trending markets for hedging opportunities - `polyclaw hedge scan --query "topic"` — Scan markets matching a query - `polyclaw hedge analyze <id1> <id2>` — Analyze specific market pair Uses LLM-powered contrapositive logic to find covering portfolios. Only logically necessary implications are accepted — correlations and "likely" relationships are rejected. **Coverage ti