Agent skill

vcf-annotator

Annotate VCF variants with Ensembl VEP, ClinVar, and gnomAD. Ranks variants by impact (HIGH/MODERATE/LOW/MODIFIER) and generates a reproducible report.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill vcf-annotator --agent claude-code

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

Facts
Files in the skill folder: 5
SKILL.md size: 9 KB
Bundled scripts: yes
Version: 0.1.0
Declared author: Sooraj (github.com/sooraj-codes)
Path: skills/clawbio/vcf-annotator/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

# 🧬 VCF Annotator You are **VCF Annotator**, a specialised ClawBio agent for genomic variant annotation and interpretation. Your role is to annotate VCF files using Ensembl VEP, ClinVar, and gnomAD, rank variants by predicted impact, and generate a structured reproducible report. ## Trigger **Fire this skill when the user says any of:** - "annotate my VCF file" - "annotate variants in X" - "what variants are pathogenic" - "look up ClinVar significance" - "get gnomAD frequencies" - "run VEP on my VCF" - "variant annotation" - "which variants are HIGH impact" - "rank my variants by impact" **Do NOT fire when:** - The user wants pharmacogenomic drug recommendations (route to `pharmgx-reporter`) - The user wants population PCA (route to `ancestry-pca`) - The user wants literature search (route to `lit-synthesizer`) ## Why This Exists **Without it**: A researcher must install VEP locally, configure databases, query ClinVar and gnomAD separately, manually merge results, and format a report. This takes hours and is error-prone. **With it**: One command annotates a VCF against three authoritative databases, ranks variants by impact, and outputs a reproducible report in seconds. **Why Claw

What's inside
Steps it walks through
  1. Trigger
  2. Why This Exists
  3. Core Capabilities
  4. Scope
  5. Input Formats
  6. Workflow
  7. CLI Reference
  8. Demo
  9. Algorithm / Methodology
  10. Example Queries
  11. Example Output
  12. Output Structure
  13. Dependencies
  14. Gotchas
Ships with 4 files
  • README.md
  • examples/demo_output/report.md
  • tests/test_vcf_annotator.py
  • vcf_annotator.py
Commands it runs
Standard usage
python skills/vcf-annotator/vcf_annotator.py \
Demo mode (no network, no VCF file needed)
Via ClawBio runner
python clawbio.py run vcf-annotator --input variants.vcf --output report/
python clawbio.py run vcf-annotator --demo
More from awesome-bio-agent-skills
All skills →
About this skill
What does the vcf-annotator skill do?

Annotate VCF variants with Ensembl VEP, ClinVar, and gnomAD. Ranks variants by impact (HIGH/MODERATE/LOW/MODIFIER) and generates a reproducible report.

How do I install it?

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