crypto-arb-signal
Real-time Gate.io and Bitget arbitrage scanner with cross-chain verification and net profit filtering.
- Identify cross-exchange price gaps for USDT-based trading pairs.
- Filter out false signals caused by tokens with identical tickers on different chains.
- Calculate real-time net profit margins including exchange transaction fees.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 1 permission declared
Sample input
Scan Gate and Bitget for any USDT arbitrage opportunities with at least 0.5% profit right now.
Sample output
[SIGNAL FOUND] Pair: $PEPE Buy: Bitget ($0.00000842) Sell: Gate.io ($0.00000861) Gross Spread: 2.25% Est. Net Profit: 1.85% (after fees) Action: Execute Bitget -> Gate.io transfer.
crypto-arb-signal
Real-time Gate.io and Bitget arbitrage scanner with cross-chain verification and net profit filtering.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 1 permission declared
- Instant install
Sample input
Scan Gate and Bitget for any USDT arbitrage opportunities with at least 0.5% profit right now.
Sample output
[SIGNAL FOUND] Pair: $PEPE Buy: Bitget ($0.00000842) Sell: Gate.io ($0.00000861) Gross Spread: 2.25% Est. Net Profit: 1.85% (after fees) Action: Execute Bitget -> Gate.io transfer.
About This Skill
What it does
This skill provides real-time monitoring of price discrepancies between Gate.io and Bitget. It automates the complex task of identifying arbitrage opportunities across thousands of USDT pairs, delivering filtered signals where the net profit exceeds 0.5% after factoring in exchange fees.
Why use this skill
Manual arbitrage scanning is error-prone and slow. This skill eliminates "fake" signals by verifying contract addresses to ensure you aren't trading identically-named tokens on different blockchains. It features a 30-second smart cache to prevent redundant API calls and ensures data freshness without hitting exchange rate limits. Instead of manually comparing order books, your AI agent can instantly retrieve the top 5 most profitable opportunities.
Supported tools
- scan_arbitrage: High-level scan of the entire market to find top-performing spreads.
- check_pair: Targeted deep-dive into a specific asset to verify current liquidity and execution potential.
Use Cases
- Identify cross-exchange price gaps for USDT-based trading pairs.
- Filter out false signals caused by tokens with identical tickers on different chains.
- Calculate real-time net profit margins including exchange transaction fees.
- Monitor specific trading pairs for sudden volatility and price divergence.
Known Limitations
- 60 calls/min rate limit.
- 0.5% minimum net profit threshold.
- 30-second data cache (not sub-second latency).
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/crypto-arb-signal -o /tmp/crypto-arb-signal.zip && unzip -o /tmp/crypto-arb-signal.zip -d ~/.claude/skills && rm /tmp/crypto-arb-signal.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
Claude Code, Cursor, Windsurf, and other MCP-enabled agents.
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.
ai-automation-qa-pack
Professional QA & UAT documentation generator for AI automation agencies and complex agent deployments.
Bounty Security Pattern Master Library — 399 Vulnerability Patterns
A premium library of 399 vulnerability patterns and DeFi attack vectors for AI-driven bug hunting and security audits.
Multi-Agent Orchestration Master Library
Transform Claude Code into a coordinated multi-agent system. Battle-tested tmux orchestration patterns, YAML task queues, event-driven communication, and parallel worker management for 8+ agents.