Neuralink Decoder OpenClaw Plugin & Skill | ClawHub
Looking to integrate Neuralink Decoder into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.
What this skill does
Simulates and decodes neural spike activity into cursor movement (BCI).
Install
openclaw skills install @aadipapp/neuralink-decodernpx clawhub@latest install neuralink-decoderFull SKILL.md
Open original| name | version | description | license |
|---|---|---|---|
| neuralink-decoder | 0.1.0 | Simulates and decodes neural spike activity into cursor movement (BCI). | MIT |
SKILL.md content below is scrollable.
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.