neuralink-decoder

Coding Agents & IDEs
v1.0.0
Benign

Simulates and decodes neural spike activity into cursor movement (BCI).

710 downloads710 installsby @aadipapp

Setup & Installation

Install command

clawhub install aadipapp/neuralink-decoder

If the CLI is not installed:

Install command

npx clawhub@latest install aadipapp/neuralink-decoder

Or install with OpenClaw CLI:

Install command

openclaw skills install aadipapp/neuralink-decoder

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/aadipapp/neuralink-decoder

What This Skill Does

Simulates a Brain-Computer Interface by generating synthetic spike trains for 64 neurons using a cosine tuning motor cortex model. A linear decoder maps spike rates to 2D cursor velocity and prints the reconstructed trajectory.

Runs the full BCI decoding pipeline without physical neural recording hardware, making it accessible for development and education without specialized equipment.

When to Use It

  • Prototyping BCI decoding algorithms without physical hardware
  • Testing neural decoder accuracy on synthetic spike data
  • Teaching motor cortex signal processing in coursework
  • Benchmarking cursor velocity reconstruction approaches
  • Exploring cosine tuning models for BCI research
View original SKILL.md file
# Neuralink Decoder Skill

This skill simulates a Brain-Computer Interface (BCI).
It generates synthetic neural spiking data based on cosine tuning (motor cortex model) and uses a linear decoder to reconstruct cursor velocity.

## Features
- **Neural Simulator**: Generates realistic spike trains for 64 neurons.
- **Decoder**: Maps spike rates to 2D velocity ($v_x, v_y$).
- **Visualization**: Prints the decoded trajectory.

## Commands

- `decode`: Run the simulation and decoding loop.

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Prototyping BCI decoding algorithms without physical hardware

AGENT
  1. 1Prototyping BCI decoding algorithms without physical hardware
  2. 2Testing neural decoder accuracy on synthetic spike data
  3. 3Teaching motor cortex signal processing in coursework
  4. 4Benchmarking cursor velocity reconstruction approaches
  5. 5Exploring cosine tuning models for BCI research
OUTPUT
Simulates and decodes neural spike activity into cursor movement (BCI).

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026