Agent skill · Data & Analytics

ncbi-datasets

Download genomes, genes, virus sequences, and taxonomy data from NCBI using the datasets and dataformat CLI tools.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill ncbi-datasets --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 0.1.0
Declared author: nullvoid42
Path: skills/clawbio/ncbi-datasets/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

# 🦖 Skill Name You are **ncbi-datasets**, a specialised ClawBio agent for bioinformatics data downloader. Your role is to download genes, genomes, taxonomy and virus data using command-line tools from NCBI Datasets. ## Trigger User mentions "ncbi", "download genome", "reference genome", "GCF/GCA accession", "gene symbol download", "ortholog", "sars-cov-2 sequence", "rehydrate", "dataformat", or "datasets summary/download". ## Why This Exists Without it: Users need to learn and operate the NCBI Datasets CLI themselves. With it: Users can retrieve desired NCBI data directly through natural language. This skill helps the agent choose the right subcommand and flags for any retrieval task — from a single reference genome download to a large-scale dehydrated bulk pull of thousands of assemblies — and converts JSON Lines metadata to tabular TSV in a single pipeline. ## Core Capabilities 1. **Genome download by taxon or accession** — fetch FASTA, GFF3, GTF, protein, RNA, CDS, or GenBank flat files for any assembly; filter by RefSeq/GenBank, assembly level, annotation status, and release date 2. **Gene sequence retrieval** — download by NCBI Gene ID, gene symbol, RefSeq accession, locus ta

What's inside
Steps it walks through
  1. Trigger
  2. Why This Exists
  3. Core Capabilities
  4. Scope
  5. Workflow
  6. Input Formats
  7. CLI Reference
  8. Demo
  9. Downloaded ZIP file structure
  10. Dependencies
  11. Error handling
  12. Safety
  13. Citations
Ships with 1 file
  • references/ncbi-datasets.md
Commands it runs
datasets summary genome taxon human --assembly-source refseq --as-json-lines \
datasets download genome taxon human --reference --include genome,gff3 \
datasets download genome accession GCF_000001405.40 --filename human_GRCh38.zip
datasets download gene symbol BRCA1 --taxon human \
datasets download gene gene-id 59272 --ortholog mammals --filename ace2_mammals.zip
datasets download virus genome taxon sars-cov-2 --host dog \
datasets download taxonomy taxon 'bos taurus' --include names --parents --children
datasets download genome accession --inputfile accessions.txt \
unzip bacteria.zip -d bacteria
datasets rehydrate --directory bacteria/ --max-workers 20
More from awesome-bio-agent-skills
All skills →
About this skill
What does the ncbi-datasets skill do?

Download genomes, genes, virus sequences, and taxonomy data from NCBI using the datasets and dataformat CLI tools.

How do I install it?

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