What problem does it solve? It connects an AI agent to a running NeuroSkill desktop instance so users can query real-time brain and body metrics from a BCI wearable, interpret cognitive states like focus and drowsiness, and receive guided intervention protocols. ## Core Features & Use Cases - Live Cognitive State Monitoring: Query focus, relaxation, engagement, mood, cognitive load, heart rate, and EEG band ratios through the npx neuroskill CLI with JSON output. - Session Analysis & History: Break down individual sessions with trend detection, compare sessions A/B across ~50 metrics, and search history with ANN similarity over 128-D ZUNA embeddings. - Sleep Staging & Protocols: Retrieve epoch-by-epoch sleep classification (Wake/N1/N2/N3/REM) and trigger over 70 guided mind-body protocols matched to biometric signals. - Use Case: A user wearing a Muse 2 headband asks "How am I doing right now?" — the agent runs npx neuroskill status --json, interprets the scores in natural language, and suggests a Box Breathing protocol if stress indicators are elevated. ## Quick Start Ask the agent to check your current cognitive state by running npx neuroskill status with JSON output and interpreting the focus, relaxation, and mood scores.