← All skills
Tencent SkillHub · Data Analysis

Polymarket Analysis

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/market-monitoring-setup.md, references/momentum-analysis.md, references/pair-cost-arbitrage.md, references/polymarket-api.md, references/sentiment-analysis.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
2.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Polymarket Analysis

Identify trading advantages in Polymarket prediction markets through multi-modal analysis. Scope: Analysis and opportunity identification only. No trade execution.

Modes

ModeDescriptionReferenceAnalyzeOne-time market analysisThis fileMonitor24/7 market monitoringreferences/market-monitoring-setup.mdProfileTrack user wallet positionsscripts/fetch-polymarket-user-profile.py

Scripts

# 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]

Market Analysis

Get market URL from user Fetch via https://gamma-api.polymarket.com/markets?slug={slug} Run multi-strategy analysis

User Profile

# From profile URL: polymarket.com/profile/0x... python3 scripts/fetch-polymarket-user-profile.py 0x7845bc5e15bc9c41be5ac0725e68a16ec02b51b5

Core Strategies

StrategyDescriptionReferencePair Cost ArbitrageYES+NO < $1.00references/pair-cost-arbitrage.mdMomentumRSI, MA signalsreferences/momentum-analysis.mdWhale TrackingLarge tradesreferences/whale-tracking.mdSentimentNews/socialreferences/sentiment-analysis.md

Alert Thresholds

EventThresholdPrice change±5% in 1hLarge trade>$5,000Pair cost<$0.98Volume spike>2x avg

APIs

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

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

Category context

Data access, storage, extraction, analysis, reporting, and insight generation.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/market-monitoring-setup.md Docs
  • references/momentum-analysis.md Docs
  • references/pair-cost-arbitrage.md Docs
  • references/polymarket-api.md Docs
  • references/sentiment-analysis.md Docs