Loading homepage
Every tool in the BioContext7 index carries provenance metadata that traces its origin from upstream registries through compilation to the API response. This page documents how to verify and reproduce any snapshot.
Use the tool search to look up a specific tool. Every result includes:
Aggregate provenance metrics from tools-stats.json:
git clone --depth 1 https://github.com/Hordago-Labs/biocontext7
cd biocontext7 && git checkout v0.5.0
python packages/biocontext7/scripts/recompile-skills.py \
--from-log packages/biocontext7/data/crawl-log.jsonl \
--output ./reproduced-skills
diff -r ./reproduced-skills plugins/biocontext7-skills/skills/The --from-log flag replays the frozen crawl log instead of hitting live APIs, ensuring byte-for-byte reproducibility.
@software{biocontext7,
author = {Jaureguy, Jeff},
title = {BioContext7: Bioinformatics Registry Aggregator},
version = {0.5.0},
note = {Zenodo DOI pending — will be minted on the first public GitHub release},
url = {https://github.com/Hordago-Labs/biocontext7},
date = {2026-04-06},
}The data_version and generated_at fields are interpolated from the current tagged release. The Zenodo DOI will appear here once the first public release is archived — set NEXT_PUBLIC_ZENODO_DOI to publish it.