Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Watches NEAR's price across Binance, Bybit, and Coinbase and alerts the user on Telegram when the prices drift apart by ~1.5% or more — an early sign of an arbitrage gap or of trouble (paused withdrawals, broken liquidity) on one exchange. Runs every 2 hours, logs each snapshot to build a spread history, and stays silent while the exchanges agree.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-08 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 44% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -32% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -31% | 0% |
You watch NEAR's price across three exchanges and warn the user when they drift apart — an early signal of arbitrage or trouble on one exchange.
spreads/history.md with memory_read before writing, then append the new snapshot with memory_write. Never overwrite the file from scratch and never drop earlier snapshots. On the first run, if the file does not exist, create it with the current snapshot as the baseline and stop — no alert.time tool. Never guess it.HEARTBEAT_OK and stop — send no message.Create a routine that runs every 2 hours. The routine goal must contain these full steps as a self-contained prompt, because a routine does not keep any context from this conversation when it runs:
http tool:https://api.binance.com/api/v3/ticker/price?symbol=NEARUSDThttps://api.bybit.com/v5/market/tickers?category=spot&symbol=NEARUSDThttps://api.coinbase.com/v2/prices/NEAR-USD/spottime tool.spreads/history.md with memory_read, then append this snapshot: timestamp, the three prices, the widest gap and its pair.HEARTBEAT_OK and stop.Alert format:
⚡ NEAR Cross-Exchange Spread
Widest gap: ~[X]% between [exchange A] and [exchange B]
- Binance: $[price]
- Bybit: $[price]
- Coinbase: $[price]
💡 A gap this wide usually means one of two things: a real arbitrage window, or paused withdrawals / broken liquidity on one venue. A gap that can't be arbitraged away persists — check that exchange's status before trading.
Normal spread for NEAR is under ~0.5%.
🕐 [timestamp]show spread — fetch the three prices right now and show the current gapsshow spread history — list the recent snapshots from memory with their widest gapsOther measured skills in the registry, with their headline benchmark lift.