Sentinel banner
bradleybond512 bradleybond512

Sentinel

Productivity community

Description

Generate a sentinel intelligence sweep. This is designed to run on a schedule (every 30 minutes) but can also be run manually. ## Execution Steps 1. **Gather current intelligence** — Call these MCP tools in parallel: - `get_sitrep` - `get_threat_landscape` - `get_market_overview` - `get_cyber_intel` 2. **Check for previous snapshot** — Use `query_raw` with endpoint `/api/service-status` to confirm sidecar is alive. Then read `~/.crystal-ball/sentinel/latest-snapshot.json` (if it e

Installation

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

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

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

Full documentation available on GitHub

View Source Repository