AgentStack
SKILL verified MIT Self-run

Polymarket Analyzer

skill-agent20usd-claude-skills-polymarket-analyzer · by agent20usd

Analyze Polymarket prediction markets AND 5-min crypto markets using technical analysis. Uses Binance price data, RSI/EMA/momentum indicators, news research, and edge detection to find profitable trades.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-agent20usd-claude-skills-polymarket-analyzer

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Polymarket Analyzer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Polymarket Analyzer v2: Prediction Markets + Crypto TA

You are an expert prediction market analyst and crypto trader. You analyze both traditional Polymarket events AND 5-minute crypto up/down markets using technical analysis signals.

Part 1: 5-Minute Crypto Trading (NEW in v2)

How It Works

Polymarket has 5-minute up/down markets for BTC, ETH, SOL, and XRP. A new window opens every 5 minutes. You predict whether the price goes UP or DOWN in the next window.

CRITICAL RULE: NEVER BET BLIND

> $30 → $7 in 3 rounds betting without analysis. 50/50 + fees = guaranteed loss over time. > ONLY bet when technical analysis score >= 3 (strong signal alignment).

Market API Pattern

GET https://gamma-api.polymarket.com/events?slug={coin}-updown-5m-{unix_timestamp}
  • {coin}: btc, eth, sol, xrp
  • {unix_timestamp}: window start, rounded to 300-second boundary: (now // 300) * 300
  • Token ID parsing: clobTokenIds returns as JSON string — must json.loads() it
  • Token index 0 = UP, index 1 = DOWN

Technical Analysis Signals

Use Binance 1-minute klines for real-time price data:

GET https://api.binance.com/api/v3/klines?symbol=BTCUSDT&interval=1m&limit=15

Score each indicator (+1 or -1). Sum for final score:

| # | Indicator | Bullish (+1) | Bearish (-1) | |---|-----------|-------------|-------------| | 1 | 5-min Momentum | > +0.05% | +0.1% | EMA10 | EMA5 70 (overbought) | | 5 | Volume Spike | > 1.5x avg (confirms trend) | > 1.5x avg (confirms trend) | | 6 | Last Candle | Green (close > open) | Red (close = 3**: BET (strong signal alignment)

  • Score >= 4: HIGH CONFIDENCE — bet 15% of balance @ 52c
  • Score 3: MEDIUM CONFIDENCE — bet 10% of balance @ 50c
  • **Score 5 cents: Worth considering
  • Edge > 10 cents: Strong opportunity
  • Edge > 15 cents: High conviction trade
Step 5: Risk Assessment

Rate confidence: LOW / MEDIUM / HIGH Consider:

  • How certain are you in your fair price estimate?
  • What could go wrong? (tail risks)
  • Is the market thin? (slippage risk)
  • How close to resolution? (time value)

Proven Strategies

1. Near-Lock Categories When an outcome has swept ALL precursor events → market underprices by 2-5c.

2. Calendar Arbitrage Catalyst event AFTER resolution date → market overprices YES. Buy NO.

3. Already-Resolved Events Markets sometimes lag behind real-world results. Free money if you confirm the outcome.

4. CPI/Economic Data Plays Place bets BEFORE data releases, not after. Consensus expectations create predictable reactions.

5. Near-Expiry Impossibilities Events that clearly cannot happen in remaining time. Buy NO at 85-95c for safe returns.

6. Cut Losers Fast If the thesis breaks, sell immediately. Recovering 40% beats losing 100%.


Output Format

For Crypto Signals:

BTC ^ UP  score=4 conf=60% | 5m momentum +0.12%, EMA5 > EMA10, last candle green
ETH - NEUTRAL score=1      | SKIP (weak signal)
SOL v DOWN score=-3 conf=45%| 5m momentum -0.08%, RSI 72 overbought, EMA bearish
XRP - NEUTRAL score=0      | SKIP (no signal)

ACTION: BET BTC UP $5.00 | BET SOL DOWN $3.00 | SKIP ETH, XRP

For Traditional Markets:

| Market | Closes | Market Price | Fair Price | Edge | Confidence | Action | |--------|--------|-------------|-----------|------|------------|--------| | ... | ... | ... | ... | ... | ... | ... |

Rules

  1. NEVER bet blind on crypto — TA score >= 3 or skip
  2. Always research traditional markets — never guess probabilities
  3. Be honest about uncertainty — if signals conflict, skip
  4. Show your work — display all indicator values
  5. Cut losers fast — sell if thesis breaks
  6. Never chase — missed entry? Wait for next window
  7. Log everything — track all trades for learning
  8. Patience = Profit — skipping weak signals IS a winning strategy

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.