Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Identify trading advantages in Polymarket prediction markets through multi-modal analysis. Scope: Analysis and opportunity identification only. No trade execution.
ModeDescriptionReferenceAnalyzeOne-time market analysisThis fileMonitor24/7 market monitoringreferences/market-monitoring-setup.mdProfileTrack user wallet positionsscripts/fetch-polymarket-user-profile.py
# Monitor market for alerts python3 scripts/monitor-polymarket-market.py <market_url_or_id> # Fetch user profile/positions python3 scripts/fetch-polymarket-user-profile.py <wallet_address> [--trades] [--pnl]
Get market URL from user Fetch via https://gamma-api.polymarket.com/markets?slug={slug} Run multi-strategy analysis
# From profile URL: polymarket.com/profile/0x... python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5
StrategyDescriptionReferencePair Cost ArbitrageYES+NO < $1.00references/pair-cost-arbitrage.mdMomentumRSI, MA signalsreferences/momentum-analysis.mdWhale TrackingLarge tradesreferences/whale-tracking.mdSentimentNews/socialreferences/sentiment-analysis.md
EventThresholdPrice change±5% in 1hLarge trade>$5,000Pair cost<$0.98Volume spike>2x avg
APIBase URLUseGammagamma-api.polymarket.comMarkets, pricesDatadata-api.polymarket.comUser positions, trades, P&LCLOBclob.polymarket.comOrder books, trading See references/polymarket-api.md for full endpoint reference.
references/polymarket-api.md - API endpoints (Gamma, Data, CLOB) references/market-monitoring-setup.md - 24/7 cron monitoring references/pair-cost-arbitrage.md - Arbitrage detection references/momentum-analysis.md - Technical analysis references/whale-tracking.md - Smart money tracking references/sentiment-analysis.md - Sentiment aggregation
Data access, storage, extraction, analysis, reporting, and insight generation.
Largest current source with strong distribution and engagement signals.