Agent skill · AI & Agents

mne-eeg-tool

Use this skill whenever any NeuroClaw modality skill (especially eeg-skill) needs to execute concrete MNE-Python operations for EEG loading, preprocessing, filtering, artifact removal, epoching, frequency-band analysis, or feature extraction. This is the dedicated base/tool skill that contains all specific MNE-Python code and usage patterns.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill mne-eeg-tool --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 8 KB
Bundled scripts: none
Requires: - claw-shell
Path: skills/neuroclaw/mne-eeg-tool/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MNE-EEG Tool (Base/Tool Layer) ## Overview `mne-eeg-tool` is the **NeuroClaw base/tool skill** that provides all concrete MNE-Python implementation for EEG processing. It is **never called directly by the user**. It is exclusively delegated to by the modality-layer skill `eeg-skill` (and any future EEG-related modality skills). This skill: - Contains the complete, ready-to-run MNE-Python code (covers all standard preprocessing and feature extraction tasks). - Handles environment setup verification. - Provides a single, well-documented wrapper script (`eeg_pipeline.py`) that implements **all** common EEG tasks, including the newly added continuous-data branch, functional connectivity, ERP features, frontal alpha asymmetry, and microstate analysis. - Routes every execution through `claw-shell` for safety and logging. **Research use only** — outputs are for scientific analysis. ## Agent Reference Rule When the agent needs MNE-EEG implementation code, it should first consult the curated snippet in `skills/mne-eeg-tool/scripts/` instead of copying from the embedded wrapper below. Reference snippet available: - `scripts/eeg_pipeline_reference.py` -> full EEG pipeline: load, bad-channel

What's inside
Steps it walks through
  1. Overview
  2. Agent Reference Rule
  3. Quick Reference (Core Functions)
  4. Installation (Handled by dependency-planner)
  5. NeuroClaw recommended wrapper script
  6. Important Notes & Limitations
  7. Complementary / Related Skills
  8. Reference
  9. Post-Execution Verification (Harness Integration)
Commands it runs
python skills/mne-eeg-tool/scripts/eeg_pipeline_reference.py \
Executed via dependency-planner + conda-env-manager
conda create -n neuroclaw-eeg python=3.11 -y
conda activate neuroclaw-eeg
conda install -c conda-forge mne pyentrp scikit-learn pandas numpy matplotlib -y
pip install mne[full]  # optional: full extras
More from awesome-bio-agent-skills
All skills →
About this skill
What does the mne-eeg-tool skill do?

Use this skill whenever any NeuroClaw modality skill (especially eeg-skill) needs to execute concrete MNE-Python operations for EEG loading, preprocessing, filtering, artifact removal, epoching, frequency-band analysis, or feature extraction. This is the dedicated base/tool skill that contains all specific MNE-Python code and usage patterns.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill mne-eeg-tool --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going