neuroskill-bci

Integrate live NeuroSkill BCI metrics into Hermes responses via WebSocket/HTTP API.

Updated May 2, 2026
One-click install
npx skills add https://github.com/AlvaroBiano/hermes-agent --skill neuroskill-bci-alvarobiano
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: neuroskill-bci
Source: https://github.com/AlvaroBiano/hermes-agent/tree/main/optional-skills/health/neuroskill-bci
Command: npx skills add https://github.com/AlvaroBiano/hermes-agent --skill neuroskill-bci-alvarobiano

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Connect Hermes to a running NeuroSkill instance to read real-time brain and body metrics from a BCI wearable and incorporate these metrics into responses to tailor interactions.

Core Features & Use Cases

  • Connect Hermes to a NeuroSkill desktop app and stream live metrics via WebSocket/HTTP API to inform reply generation.
  • Utilize real-time cognitive and physiological signals (focus, relaxation, mood, cognitive load, drowsiness, HR, sleep stages, and 40+ EXG-derived scores) to adapt interactions and provide targeted interventions.
  • Use Case: during a cognitively demanding task while wearing Muse 2/S or OpenBCI, Hermes can adjust its guidance, prompts, and pacing based on the user’s current state.

Quick Start

Connect Hermes to the locally running NeuroSkill instance and begin feeding real-time brain-state metrics into responses.

Frequently Asked Questions about neuroskill-bci

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

FAQPage Schema
How do I integrate real-time brain-computer interface data into AI assistant responses?

To integrate real-time brain-computer interface data into AI responses, connect your assistant to a locally running NeuroSkill instance via WebSocket or HTTP API to stream live cognitive metrics for context-aware interactions.

What BCI wearables can I use to stream real-time neurofeedback data to an AI assistant?

You can stream real-time neurofeedback data using Muse 2/S, Muse S, or OpenBCI devices, provided the NeuroSkill desktop app is running locally and connected to the wearable to expose the required WebSocket/HTTP API.

How does real-time cognitive load monitoring affect AI response generation?

Real-time cognitive load monitoring affects AI response generation by feeding 40+ EXG-derived scores, such as focus, drowsiness, and mood, into the model to adjust pacing, prompts, and guidance for cognitively-aware conversations.

Do I need Node.js 20+ to run a brain-state data integration server for AI assistants?

Yes, you need Node.js 20+ to expose the WebSocket/HTTP API required to feed live brain-state biometric metrics from the NeuroSkill server into the AI assistant's activation and response generation.

Can I use real-time brain-state metrics across desktop, messaging, and CLI interfaces?

Yes, you can use real-time brain-state metrics across desktop, messaging, and CLI interfaces, as the integration applies cognitively-aware interactions across all these platforms when connected to the local NeuroSkill server.

What are the limitations of using real-time biometrics for AI response tailoring?

A key limitation is that real-time biometric AI response tailoring requires a continuously running local NeuroSkill desktop app, a physically connected BCI wearable, and Node.js 20+, making it unsuitable for disconnected or server-only environments.