Watchlist banner
bradleybond512 bradleybond512

Watchlist

Development community

Description

Manage Crystal Ball watchlists — track IPs, tickers, regions, CVEs, vessels, or callsigns. ## Usage `/watchlist` — list all watchlists and their item counts `/watchlist create <name> <type> <items...>` — create a new watchlist `/watchlist show <name>` — show watchlist details and items `/watchlist add <name> <items...>` — add items to a watchlist `/watchlist remove <name> <items...>` — remove items `/watchlist delete <name>` — delete a watchlist `/watchlist check` — run all watchlists against

Installation

Installs to ~/.claude/commands/bradleybond512-crystal-ball-watchlist.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bradleybond512/crystal-ball/HEAD/.claude/commands/watchlist.md -o ~/.claude/commands/bradleybond512-crystal-ball-watchlist.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository