← All plugins
arbitrage-opportunity-finder
v1.26.0Find and analyze arbitrage opportunities across exchanges and DeFi protocols
Claude Code1 skill
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/arbitrage-opportunity-finder/ inside the repository.
Layout
plugins/crypto/arbitrage-opportunity-finder/
├── .claude-plugin/plugin.json└── skills/finding-arbitrage-opportunities/SKILL.md
Skills1
finding-arbitrage-opportunitiesskills/finding-arbitrage-opportunities/SKILL.md
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".
Manifests1
plugins/crypto/arbitrage-opportunity-finder/.claude-plugin/plugin.json
{
"name": "arbitrage-opportunity-finder",
"version": "1.26.0",
"description": "Find and analyze arbitrage opportunities across exchanges and DeFi protocols",
"author": {
"name": "Intent Solutions IO",
"email": "jeremy@intentsolutions.ai",
"url": "https://intentsolutions.ai"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"arbitrage",
"trading",
"defi",
"mev",
"profit"
]
}