neurokit2
Analyze Biosignals with NeuroKit2
Physiological signal analysis requires many specialized processing steps. This skill guides Claude and Claude Code through NeuroKit2 workflows for ECG, EEG, EDA, respiration, PPG, EMG, EOG, HRV, and event analysis.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "neurokit2" from https://skillstore.io/skills/davila7-neurokit2.md and its manifest at https://skillstore.io/api/skills/davila7-neurokit2/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "neurokit2". I need HRV features from a clean five minute ECG recording.
Expected outcome:
- Use ECG processing to identify R peaks.
- Run HRV time and frequency methods for standard short-term metrics.
- Check peak quality before interpreting autonomic balance.
Using "neurokit2". I collected EDA during repeated stimulus events.
Expected outcome:
- Separate tonic and phasic components.
- Detect skin conductance responses around each event.
- Summarize amplitude, latency, and recovery while noting baseline correction choices.
Using "neurokit2". I want one workflow for ECG, respiration, and EDA.
Expected outcome:
The skill can propose a multimodal NeuroKit2 pipeline that processes each channel, aligns sampling rates, and summarizes combined physiological features.
Security Audit
Medium RiskMost static findings are false positives caused by markdown fences, Python examples, and biomedical terms that resemble reconnaissance keywords. One confirmed issue remains: the skill recommends installing a mutable development zipball from GitHub, which introduces supply chain risk if users run it directly.
Confirmed security concerns (1)
Capability review items (1)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
โ๏ธ External commands (43)
๐ Network access (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/davila7-neurokit2/audits/14?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/davila7-neurokit2?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/davila7-neurokit2?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/davila7-neurokit2/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/davila7-neurokit2.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
davila7. (2026). neurokit2 security audit report (audit version 14) [Author version unspecified]. Skillstore. https://skillstore.io/skills/davila7-neurokit2/audits/14BibTeX citation
@techreport{davila7-davila7-neurokit2-2026,
author = {davila7},
title = {neurokit2 security audit report (audit version 14)},
institution = {Skillstore},
year = {2026},
number = {14},
url = {https://skillstore.io/skills/davila7-neurokit2/audits/14},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "neurokit2 security audit report (audit version 14)"
version: "unspecified"
type: report
authors:
- name: "davila7"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/davila7-neurokit2/audits/14"
identifiers:
- type: other
value: "skillstore:davila7-neurokit2:audit:14"
description: "Skillstore immutable audit report identifier"
Compare variants
2 installable variantsEach author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
k-dense-ai-neurokit2
2026-08-21
davila7-neurokit2
2026-08-21
Skillstore Score
Why this score Evidence Confidence: HighWhat You Can Build
Process cardiac recordings
Clean ECG or PPG recordings, detect peaks, and choose HRV analysis methods for study data.
Prepare multimodal physiology features
Combine ECG, respiration, EDA, and EMG signals into a unified feature extraction workflow.
Plan event-related analysis
Create epochs around experimental events and select NeuroKit2 functions for response summaries.
Try These Prompts
Help me process an ECG recording with NeuroKit2. I have the signal array, sampling rate, and recording duration.
Recommend HRV metrics for a five minute resting ECG study and explain which NeuroKit2 functions I should use.
Design a NeuroKit2 workflow for synchronized ECG, EDA, respiration, and EMG signals collected during a stress task.
Review my planned NeuroKit2 analysis for likely signal quality issues, method mismatches, and interpretation limits before I run it.
Best Practices
- Record and provide the sampling rate, duration, channel names, and sensor type before asking for analysis guidance.
- Inspect signal quality and artifact handling before interpreting derived physiological metrics.
- Use event-related analysis for short stimulus windows and interval analysis for longer continuous recordings.
Avoid
- Do not interpret HRV, EEG, or EDA metrics as clinical conclusions without expert review.
- Do not mix signals with different sampling rates without documenting resampling and alignment decisions.
- Do not install development versions from remote branches unless you pin and verify the source.
Frequently Asked Questions
What signal types does this skill cover?
Does this skill run NeuroKit2 automatically?
Can I use it with Claude Code?
Is it suitable for clinical diagnosis?
Can it help with multimodal physiology studies?
Why is remote development installation a concern?
Developer Details
Author
davila7License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
b959ebfd1043a07c0c4378ab94ca4342cb0259f5
Maintenance freshness
7/20/2026
Usage
6 downloads ยท 973 views
File structure
๐ references/
๐ bio_module.md
๐ complexity.md
๐ ecg_cardiac.md
๐ eda.md
๐ eeg.md
๐ emg.md
๐ eog.md
๐ epochs_events.md
๐ hrv.md
๐ ppg.md
๐ rsp.md
๐ signal_processing.md
๐ SKILL.md