Arbitrage Finder
version: "2.0.0"
by bytesagain1 · published 2026-03-22
$ claw add gh:bytesagain1/bytesagain1-arbitrage-finder---
version: "2.0.0"
name: Arbitrage Finder
description: "Scan cross-exchange price gaps and score arbitrage profitability. Use when comparing crypto prices, tracking spreads, or evaluating trades."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# Arbitrage Finder
A financial tracking and analysis tool for recording transactions, monitoring budgets, comparing spending periods, and generating simple forecasts. Provides a CLI interface for personal finance management with persistent local storage.
Commands
| Command | Description |
|--------------|------------------------------------------------------|
| `track` | Record a transaction with description and amount |
| `balance` | Show current balance from the ledger |
| `summary` | Display financial summary for the current period |
| `export` | Export transaction data to CSV format |
| `budget` | Show budget overview by category with remaining |
| `history` | View recent transaction history (last 20 entries) |
| `alert` | Set a price or budget alert with threshold |
| `compare` | Compare spending between current and previous period |
| `forecast` | Generate a simple financial forecast based on trends |
| `categories` | List all spending categories |
| `help` | Show the help message with all available commands |
| `version` | Print the current version number |
Data Storage
Requirements
When to Use
1. **Transaction tracking** — When you need to log income and expenses with timestamps and descriptions
2. **Budget monitoring** — When you want to see how much you've spent vs. budgeted across categories like Food, Transport, Housing, Entertainment, and Savings
3. **Period comparison** — When you need to compare your spending habits between the current and previous period to spot trends
4. **Data export** — When you need to export your financial records to CSV format for use in spreadsheets or other tools
5. **Financial forecasting** — When you want a quick projection based on historical spending trends
Examples
# Record a transaction
arbitrage-finder track "Grocery shopping" 85.50
# Check current balance
arbitrage-finder balance
# View financial summary for the current month
arbitrage-finder summary
# View recent transaction history
arbitrage-finder history
# Set an alert for a budget threshold
arbitrage-finder alert "Food" 500
# Compare current vs previous period spending
arbitrage-finder compare
# List all spending categories
arbitrage-finder categories
# Export transactions to CSV
arbitrage-finder export > transactions.csv
# Generate a simple forecast
arbitrage-finder forecastOutput
All command results are printed to stdout. You can redirect output with standard shell operators:
arbitrage-finder export > financial-data.csv
arbitrage-finder history | grep "Grocery"Configuration
Set the `ARBITRAGE_FINDER_DIR` environment variable to change the data directory:
export ARBITRAGE_FINDER_DIR="/custom/path/to/arbitrage-finder"Default location: `~/.local/share/arbitrage-finder/`
---
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...