neuroskill-streaming

Orchestrate live EEG event streaming and control commands via CLI and HTTP endpoints.

11|4|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/NeuroSkill-com/skills --skill neuroskill-streaming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuroskill-streaming
Source: https://github.com/NeuroSkill-com/skills/tree/main/skills/neuroskill-streaming
Command: npx skills add https://github.com/NeuroSkill-com/skills --skill neuroskill-streaming

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually juggling CLI or HTTP calls to stream live EEG/PPG/IMU packets, manage TTS, deliver notifications, and control calibration and timer windows is slow and error prone, so this entry point centralizes those operations for seamless coordination.

Core Features & Use Cases

  • Real-time Streaming: Run the listen command to capture EEG, PPG, IMU, scores, and label events, with JSON-friendly output for monitoring, analytics, or dashboards.
  • Control Commands: Use say, notify, calibrate, calibrations, and timer to trigger on-device TTS, OS notifications, calibration workflows, and Pomodoro-style focus windows directly from the CLI or HTTP endpoint.
  • Use Case: While streaming a live meditation session, automatically announce focus reminders, inspect calibration profiles, and send OS alerts when an anomaly appears, keeping the operator hands-free.

Quick Start

Ask the assistant to begin listening for EEG events while announcing a focus reminder.

Frequently Asked Questions about neuroskill-streaming

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I stream live EEG events and trigger TTS notifications at the same time?

Live EEG streaming and TTS notifications run concurrently by issuing the listen command for real-time packet capture alongside say or notify commands to deliver on-device voice announcements and OS alerts without manual CLI juggling.

Can I manage EEG calibration profiles directly from an HTTP endpoint?

Yes, EEG calibration profiles can be managed directly from HTTP endpoints by sending calibrate and calibrations commands to trigger calibration workflows and inspect existing profiles without using the CLI.

What EEG data formats are captured when listening to a live NeuroSkill stream?

Listening to a live NeuroSkill stream captures EEG, PPG, and IMU packets along with scores and label events, outputting JSON-friendly data suitable for real-time monitoring, analytics, or dashboards.

Does NeuroSkill streaming support Pomodoro-style focus timers and OS notifications?

NeuroSkill streaming supports Pomodoro-style focus timers and OS notifications through the timer and notify commands, allowing operators to manage focus windows and receive anomaly alerts hands-free during sessions.

What's the best way to automate EEG anomaly alerts during a live meditation session?

The best way to automate EEG anomaly alerts is to run the listen command for streaming while configuring notify commands to send OS alerts when anomalies appear, keeping the operator hands-free during meditation.

Do I need a specific voice selection to trigger text-to-speech on a NeuroSkill headset?

You do not need a specific voice selection to trigger text-to-speech; the say command supports optional voice selection, allowing you to use defaults or specify a preferred voice for announcements.