openai/clinvar-variation-skill
Submit compact ClinVar Clinical Tables and NCBI Variation requests for search, VCV, RCV, SCV, and RefSNP lookups. Use when a user wants variant-level summaries or identifier mapping
npx skills add https://github.com/openai/plugins --skill clinvar-variation-skill
scripts/clinvar_variation.py for all ClinVar and NCBI Variation work.max_items; for action=search, start around max_items=10.vcv, rcv, scv, and refsnp, omit max_items unless you need to trim nested arrays in the summary.... in tool previews as UI truncation, not literal request content.save_raw=true and report the saved file path instead of pasting large payloads into chat.action=search for the Clinical Tables endpoint.action=vcv|rcv|scv|refsnp for NCBI Variation beta objects.actionsearch: termsvcv: vcvrcv: rcvscv: scvrefsnp: refsnpparams, max_items, max_depth, timeout_sec, save_raw, raw_output_pathsearch returns total, identifiers, display_rows, extra_fields, and truncation metadata.vcv|rcv|scv|refsnp return a compact summary and optional top_keys.raw_output_path when save_raw=true.ok=false with error.code and error.message.echo '{"action":"search","terms":"VCV000013080","max_items":10}' | python scripts/clinvar_variation.py
scripts/clinvar_variation.py.Take openai/clinvar-variation-skill from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.