RO-Crate Metadata Bundle Starter
SkillAI & modelsUse this skill to package a small local data file into an RO-Crate directory with basic provenance-rich metadata and a compact summary of the generated graph.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the RO-Crate Metadata Bundle Starter skill
About this capability
A framework for discovering, compiling, and validating reusable skills for scientific agents.
What this skill tells your AI
The instructions your AI receives, as published by ma-compbio-lab/skillfoundry in skills/data-acquisition-and-dataset-handling/rocrate-metadata-bundle-starter/SKILL.md and read by ahel’s review.
Use this skill to package a small local data file into an RO-Crate directory with basic provenance-rich metadata and a compact summary of the generated graph.
What it does
- copies one local data file into a fresh RO-Crate directory
- writes
ro-crate-metadata.jsonwith a named root dataset and measurement metadata - reports the crate path, graph entity counts, and bundled data files
When to use it
- you need a verified starter for
data-provenance-tracking - you want a lightweight pattern for packaging outputs with reusable metadata
- you need a deterministic RO-Crate fixture for tests or demos
Example
./slurm/envs/data-tools/bin/python skills/data-acquisition-and-dataset-handling/rocrate-metadata-bundle-starter/scripts/build_rocrate_metadata_bundle.py \
--input skills/data-acquisition-and-dataset-handling/rocrate-metadata-bundle-starter/examples/toy_measurements.csv \
--crate-dir scratch/rocrate/toy_bundle \
--summary-out scratch/rocrate/toy_bundle_summary.json
Verification
- Skill-local tests:
python3 -m unittest discover -s skills/data-acquisition-and-dataset-handling/rocrate-metadata-bundle-starter/tests -p 'test_*.py' - Expected summary:
has_metadata_file == true,data_entity_count == 1,root_dataset_name == "Toy Measurement Bundle"
Signals
- GitHub stars
- 39
- Forks
- 5
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
rocrate-metadata-bundle-starter- Source
- github.com/ma-compbio-lab/skillfoundry