Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Polymarket Analysis

ASecurity

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

651 stars
0 votes
0 copies
3 views
Added 2/10/2026
datapythonbashapi

Works with

api

Security Analysis

A100/100

Scanned 2/12/2026

Install to Claude Code

$npx -y skills add sundial-org/awesome-openclaw-skills --skill polymarket-analysis --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Polymarket Analysis?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Polymarket Analysis
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/sundial-org-polymarket-analysis/badge)](https://www.skillsdirectory.com/skills/sundial-org-polymarket-analysis)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: polymarket-analysis
description: Analyze Polymarket prediction markets for trading edges. Pair Cost arbitrage, whale tracking, sentiment analysis, momentum signals, user profile tracking. No execution.
version: 2.1.0
---

# Polymarket Analysis

Identify trading advantages in Polymarket prediction markets through multi-modal analysis.

**Scope:** Analysis and opportunity identification only. No trade execution.

## Modes

| Mode | Description | Reference |
|------|-------------|-----------|
| **Analyze** | One-time market analysis | This file |
| **Monitor** | 24/7 market monitoring | `references/market-monitoring-setup.md` |
| **Profile** | Track user wallet positions | `scripts/fetch-polymarket-user-profile.py` |

## Scripts

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

## Quick Start

### Market Analysis
1. Get market URL from user
2. Fetch via `https://gamma-api.polymarket.com/markets?slug={slug}`
3. Run multi-strategy analysis

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

## Core Strategies

| Strategy | Description | Reference |
|----------|-------------|-----------|
| Pair Cost Arbitrage | YES+NO < $1.00 | `references/pair-cost-arbitrage.md` |
| Momentum | RSI, MA signals | `references/momentum-analysis.md` |
| Whale Tracking | Large trades | `references/whale-tracking.md` |
| Sentiment | News/social | `references/sentiment-analysis.md` |

## Alert Thresholds

| Event | Threshold |
|-------|-----------|
| Price change | ±5% in 1h |
| Large trade | >$5,000 |
| Pair cost | <$0.98 |
| Volume spike | >2x avg |

## APIs

| API | Base URL | Use |
|-----|----------|-----|
| Gamma | `gamma-api.polymarket.com` | Markets, prices |
| Data | `data-api.polymarket.com` | User positions, trades, P&L |
| CLOB | `clob.polymarket.com` | Order 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

Attribution

sundial-orgsundial-org
View sourceMore from sundial-org →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

661090 votes

Weather

Get current weather and forecasts (no API key required).

480640 votes
View all in data →