Agent skill · AI & Agents

conn-tool

Use this skill whenever the user wants to perform advanced functional connectivity (ROI-to-ROI, seed-to-voxel, ICA) or effective connectivity (PPI, gPPI, DCM) analysis using the CONN Toolbox. Triggers include: 'conn', 'CONN toolbox', 'functional connectivity', 'effective connectivity', 'ROI-to-ROI', 'seed-to-voxel', 'PPI', 'gPPI', 'DCM', 'psychophysiological interaction', or any request for connectivity analysis after preprocessing.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill conn-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: 9 KB
Bundled scripts: none
Requires: - claw-shell
Path: skills/neuroclaw/conn-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

# CONN Tool ## Overview CONN is a MATLAB/SPM-based toolbox for comprehensive functional and effective connectivity analysis. It excels at ROI-to-ROI, seed-to-voxel, ICA-based network analysis, and psychophysiological interaction (PPI/gPPI) as well as Dynamic Causal Modeling (DCM). This skill serves as the **NeuroClaw interface-layer wrapper** for the CONN Toolbox and strictly follows the hierarchical design: 1. Check whether CONN Toolbox and dependencies (MATLAB + SPM) are installed. 2. If missing → invoke `dependency-planner` to generate a safe installation plan. 3. Verify input data (typically preprocessed BOLD from `fmriprep-tool` or `hcppipeline-tool`). 4. Generate a clear, numbered execution plan with exact commands, project setup, and analysis steps. 5. Present the plan and wait for explicit user confirmation (“YES” / “execute” / “proceed”). 6. On confirmation → delegate the entire CONN project setup and analysis to `claw-shell`. 7. After completion, summarize connectivity matrices, statistical maps, and suggest next steps (e.g., visualization or `paper-writing`). **Research use only.** ## Quick Reference | Task | What needs to be done | Delegate to which tool skill | Expecte

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Common Shell Command Examples
  4. Installation (Handled by dependency-planner)
  5. Benchmark Adapter Guidance
  6. NeuroClaw recommended wrapper script
  7. Important Notes & Limitations
  8. When to Call This Skill
  9. Complementary / Related Skills
  10. Reference
  11. Post-Execution Verification (Harness Integration)
Commands it runs
Launch CONN in MATLAB (typical usage)
matlab -nodisplay -nosplash -r "conn; conn_batch('conn_project.mat'); exit;"
matlab -batch "conn; disp('CONN version:'); conn('ver')"
More from awesome-bio-agent-skills
All skills →
About this skill
What does the conn-tool skill do?

Use this skill whenever the user wants to perform advanced functional connectivity (ROI-to-ROI, seed-to-voxel, ICA) or effective connectivity (PPI, gPPI, DCM) analysis using the CONN Toolbox. Triggers include: 'conn', 'CONN toolbox', 'functional connectivity', 'effective connectivity', 'ROI-to-ROI', 'seed-to-voxel', 'PPI', 'gPPI', 'DCM', 'psychophysiological interaction', or any request for connectivity analysis after preprocessing.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill conn-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