What problem does it solve? Working with the BOLD5000 visual fMRI dataset requires coordinating multiple steps: downloading from OpenNeuro, validating BIDS structure, extracting stimulus metadata, and running modality-specific preprocessing. This Skill orchestrates that entire pipeline so researchers can go from raw data to analysis-ready outputs without manually chaining tools. ## Core Features & Use Cases - End-to-End Dataset Orchestration: Coordinates download from OpenNeuro, BIDS staging and validation, and delegation to structural MRI and task-fMRI processing pipelines. - Stimulus Metadata Extraction: Generates per-image metadata CSVs linking 5,000 visual stimuli to fMRI event onsets, durations, and category labels. - QC Summary Generation: Produces per-subject quality control reports from fMRIPrep confounds with framewise displacement thresholds and exclusion lists. - Use Case: A vision neuroscience researcher wants to analyze BOLD5000 data. The Skill downloads the dataset, validates its BIDS structure, extracts stimulus metadata, runs fMRIPrep-based processing, and outputs QC summaries under a unified bold5000_output/ directory. ## Quick Start Ask the agent to download the BOLD5000 dataset from OpenNeuro and run the full BIDS staging and task-fMRI processing workflow.