finding-arbitrage-opportunities

Featured

Detect profitable arbitrage opportunities across CEX, DEX, and cross-chain markets in real-time. Use when scanning for price spreads, finding arbitrage paths, comparing exchange prices, or analyzing triangular arbitrage opportunities. Trigger with phrases like "find arbitrage", "scan for arb", "price spread", "exchange arbitrage", "triangular arb", "DEX price difference", or "cross-exchange opportunity".

AI & Automation 2,266 stars 315 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Finding Arbitrage Opportunities ## Overview Detect and analyze arbitrage opportunities across cryptocurrency exchanges and DeFi protocols. Aggregates prices from CEX and DEX sources, calculates net profit after fees, and identifies direct, triangular, and cross-chain arbitrage paths. ## Prerequisites - Python 3.9+ with `httpx`, `rich`, and `networkx` packages - Internet access for API calls (no API keys required for basic use) - Optional: Exchange API keys for real-time order book access - Understanding of arbitrage concepts and trading fees ## Instructions 1. **Quick spread scan** on a specific pair: ```bash python ${CLAUDE_SKILL_DIR}/scripts/arb_finder.py scan ETH USDC ``` Shows current prices per exchange, spread %, estimated profit after fees, and recommended action. 2. **Multi-exchange comparison** across specific exchanges: ```bash python ${CLAUDE_SKILL_DIR}/scripts/arb_finder.py scan ETH USDC \ --exchanges binance,coinbase,kraken,kucoin,okx ``` 3. **DEX price comparison** across decentralized exchanges: ```bash python ${CLAUDE_SKILL_DIR}/scripts/arb_finder.py scan ETH USDC --dex-only ``` Compares Uniswap V3, SushiSwap, Curve, Balancer with gas cost estimates. 4. **Triangular arbitrage discovery** within a single exchange: ```bash python ${CLAUDE_SKILL_DIR}/scripts/arb_finder.py triangular binance --min-profit 0.5 ``` 5. **Cross-chain opportunities** across different blockchains: ```bash python ${CLAUDE_SK...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
7 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

routing-dex-trades

Route trades across multiple DEXs to find optimal prices with minimal slippage and gas costs. Use when comparing DEX prices, finding optimal swap routes, analyzing price impact, splitting large orders, or assessing MEV risk. Trigger with phrases like "find best swap", "compare DEX prices", "route trade", "optimal swap route", "split order", "DEX aggregator", "check slippage", or "MEV protection".

2,266 Updated today
jeremylongshore
AI & Automation Listed

content-arbitrage

Find knowledge arbitrage opportunities — information that's common in one field but revolutionary in another, or well-known overseas but unknown in Japan. Systematically discover and exploit information asymmetries for unique, high-value content.

2 Updated today
Gaura3560
AI & Automation Featured

simulating-flash-loans

Simulate flash loan strategies with profitability calculations and risk assessment across Aave, dYdX, and Balancer. Use when simulating flash loans, analyzing arbitrage profitability, evaluating liquidation opportunities, or comparing flash loan providers. Trigger with phrases like "simulate flash loan", "flash loan arbitrage", "liquidation profit", "compare Aave dYdX", "flash loan strategy", or "DeFi arbitrage simulation".

2,266 Updated today
jeremylongshore
AI & Automation Listed

trend-arbitrage

End-to-end workflow for finding content, app, service, or product opportunities where search demand is high but quality supply is low (trend arbitrage). Use when: finding content gaps, keyword opportunities, niche research, analyzing whether a topic or idea is worth pursuing, or competitive gap analysis.

2 Updated yesterday
paveg
AI & Automation Featured

tracking-crypto-derivatives

Track cryptocurrency futures, options, and perpetual swaps with funding rates, open interest, liquidations, and comprehensive derivatives market analysis. Use when monitoring derivatives markets, analyzing funding rates, tracking open interest, finding liquidation levels, or researching options flow. Trigger with phrases like "funding rate", "open interest", "perpetual swap", "futures basis", "liquidation levels", "options flow", "put call ratio", "derivatives analysis", or "BTC perps".

2,266 Updated today
jeremylongshore