Skip to main content
Generaldvcrn

neuralink-decoder

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

Stars
15
Source
dvcrn/openclaw-skills-marketplace
Updated
2026-05-29
Slug
dvcrn--openclaw-skills-marketplace--neuralink-decoder
View on GitHubRaw SKILL.md

// install — copy + paste into any project

mkdir -p .claude/skills && curl -fsSL https://raw.githubusercontent.com/dvcrn/openclaw-skills-marketplace/HEAD/plugins/aadipapp--neuralink-decoder/skills/neuralink-decoder/SKILL.md -o .claude/skills/neuralink-decoder.md

Drops the SKILL.md into .claude/skills/neuralink-decoder.md. Works with Claude Code, Cursor, and any agent that loads SKILL.md files from .claude/skills/.

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.