Toolverse
All skills

finding-arbitrage-opportunities

by jeremylongshore

Detect profitable arbitrage opportunities across CEX, DEX, and cross-chain markets in real-time.\nUse when scanning for price spreads, finding arbitrage paths, comparing exchange prices, or analyzing triangular arbitrage opportunities.\nTrigger with phrases like \

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Testing
Views
19

About this skill

Detect profitable arbitrage opportunities across CEX, DEX, and cross-chain markets in real-time.\nUse when scanning for price spreads, finding arbitrage paths, comparing exchange prices, or analyzing triangular arbitrage opportunities.\nTrigger with phrases like \

How to use

  1. Zainstaluj wymagane zależności: Python 3.9 lub nowszy oraz pakiety httpx, rich i networkx. Upewnij się, że masz dostęp do internetu do wykonywania zapytań API.

  2. Skonfiguruj źródła danych, edytując plik config/settings.yaml w katalogu bazowym. Włącz CoinGecko jako główne źródło (domyślnie dostępne bez klucza API) i dodaj giełdy, które chcesz monitorować: Binance, Coinbase, Kraken, KuCoin, OKX.

  3. Opcjonalnie dodaj klucze API dla wybranych giełd, ustawiając zmienne środowiskowe (np. export BINANCE_API_KEY="twój-klucz"). To umożliwi dostęp do danych księgi zleceń w czasie rzeczywistym.

  4. Uruchom szybkie skanowanie spreadu dla wybranej pary handlowej, używając polecenia: python scripts/arb_finder.py scan ETH USDC. Zastąp ETH i USDC symbolami, które chcesz analizować.

  5. Przejrzyj wyniki, które pokażą bieżące ceny na każdej giełdzie, procent spreadu, szacunkowy zysk po opłatach oraz rekomendowane ścieżki arbitrażu.

  6. Użyj skill'u z frazami takimi jak "find arbitrage", "scan for arb", "price spread" lub "triangular arb", aby Claude automatycznie wyzwolił analizę arbitrażową.

Related skills

testing-workflow

by amo-tech-ai

Comprehensive testing workflow for E2E, integration, and unit tests. Use when testing applications layer-by-layer, validating user journeys, or running test suites.

Testing
1076

playwright

by BloomBooks

How to make good playwright (e2e) tests for this project.

Testing
1298

go-dev-guidelines

by jumppad-labs

This skill should be used when writing, refactoring, or testing Go code. It provides idiomatic Go development patterns, TDD-based workflows, project structure conventions, and testing best practices using testify/require and mockery. Activate this skill when creating new Go

Testing
1190

playwright-cli

by microsoft

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Testing
45103

code-review-excellence

by wshobson

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

Testing
1145

playwright-browser-automation

by lackeyjb

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test

Testing
13130