Agent skill

opportunity

Find and execute cross-platform arbitrage opportunities across prediction markets

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill opportunity --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Path: skills/analysis/opportunity/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Opportunity Finder - Complete API Reference Discover and execute cross-platform arbitrage opportunities across Polymarket, Kalshi, Betfair, Smarkets, Manifold, Metaculus, PredictIt, and Drift. Based on [arXiv:2508.03474](https://arxiv.org/abs/2508.03474) which found **$40M+ in realized arbitrage** on Polymarket. ## Opportunity Types | Type | Description | Example | |------|-------------|---------| | **Internal** | YES + NO < $1 on same platform | Buy both for guaranteed profit | | **Cross-Platform** | Same market priced differently | Buy low on A, sell high on B | | **Combinatorial** | Logical violations (P(A) > P(B) when A implies B) | Trump > Republican | | **Edge** | Market vs external model (538, polls) | Market 45%, model 52% | --- ## Chat Commands ### Scanning ``` /opportunities scan # Scan all platforms for opportunities /opportunities scan "trump" # Scan with keyword filter /opportunities scan --min-edge 2 # Min 2% edge /opportunities scan --min-liquidity 1000 # Min $1000 liquidity /opportunities active # View active opportunities /opportunities active --sort edge # Sort by edge size /opportunities active --sort liquidity # Sort by liquidity ``` ### Real-Time Monitoring `

What's inside
Steps it walks through
  1. Opportunity Types
  2. Chat Commands
  3. Scanning
  4. Real-Time Monitoring
  5. Market Linking
  6. Execution
  7. Analytics
  8. Risk Modeling
  9. TypeScript API Reference
  10. Create Opportunity Finder
  11. Scan for Opportunities
  12. Execute Opportunity
  13. Opportunity Scoring
  14. Penalties
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the opportunity skill do?

Find and execute cross-platform arbitrage opportunities across prediction markets

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill opportunity --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going