signals

Installation
SKILL.md

Listening to Trading Signals with sn signals

sn signals subscribes to the live NATS signal stream and prints one JSON object per signal to stdout. This is the primary input loop for a trading bot agent.

Prerequisites

sn must be installed and configured:

# Install
brew tap spot-canvas/sn https://github.com/Spot-Canvas/sn
brew install spot-canvas/sn/sn

# Configure (only needed if pointing at a non-default server)
sn config set api_url https://signalngn-api-potbdcvufa-ew.a.run.app

No NATS credentials setup is needed — sn signals uses embedded read-only credentials by default.

Related skills
Installs
9
Repository
spot-canvas/sn
First Seen
Feb 24, 2026