neuroskill-transport

Transport your data reliably with this plugin pack: choose-your-own-adventure EPUB/MOBI/PDF whichever you need, whichever suits your mood. Featuring customizable transportsUTE for unrivaled convenience and unlimited fun for everyone!

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

NeuroSkill transport setup can fail when the wrong protocol or port is chosen, so this Skill explains how to pick WebSocket or HTTP and ensure the CLI reaches the local server reliably.

Core Features & Use Cases

  • Dual transport guidance: explains when WebSocket is preferred for streaming and when HTTP fallback is safe, including the flags that force each protocol.
  • Port discovery playbook: lists explicit port overrides, mDNS probing, and lsof fallbacks so automation scripts can target the right socket without guesswork.
  • Output mode clarity: describes default summaries, --json piping, and --full colorized JSON so results match downstream parsing expectations.
  • Use Case: On a new deployment, follow this Skill to confirm transport, avoid stale ports, and select the output format that matches your monitoring pipeline.

Quick Start

Ask the NeuroSkill transport skill to explain how to choose between WebSocket and HTTP with port discovery and output mode guidance.

Frequently Asked Questions about neuroskill-transport

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

FAQPage Schema
How do I choose between WebSocket and HTTP for NeuroSkill CLI connections?

Choose WebSocket for streaming EEG data, while HTTP serves as a safe fallback for standard requests. The transport skill explains the specific flags needed to force either protocol based on your connection requirements.

What is the best way to discover ports for a local NeuroSkill server?

Port discovery involves using explicit port overrides, mDNS probing, and lsof fallbacks. This ensures automation scripts target the correct socket without guesswork, avoiding stale ports during new deployments.

How do I get JSON output from the NeuroSkill CLI for pipeline parsing?

Use the --json flag to pipe structured JSON output to downstream applications, or use --full for colorized JSON. Default summaries provide human-readable results when automated parsing is not required.

Why does my NeuroSkill transport setup fail when connecting to the CLI?

Transport setup fails when the wrong protocol or port is chosen. Selecting the correct WebSocket or HTTP flags and validating the port prevents connection errors and ensures the CLI reaches the local server.

Does NeuroSkill support auto-detect fallback for port selection?

Yes, NeuroSkill supports auto-detect fallbacks for port selection. When explicit port overrides are not provided, the system probes for available ports to establish a reliable connection automatically.