What problem does it solve? It connects an AI agent to a running NeuroSkill 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 based on biometric signals. ## 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 & Comparison: Break down individual sessions with first/second half trends, 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 specific biometric thresholds. - Use Case: A user says "I can't concentrate." The agent runs npx neuroskill status --json, confirms elevated theta and TBR above 1.5, then suggests a 90-second Theta-Beta Neurofeedback Anchor and labels the moment for later retrieval. ## Quick Start Ask the agent to check your current cognitive state by running npx neuroskill status and interpreting the focus, relaxation, and mood scores in plain language.