clinvar-database

Query NCBI ClinVar for clinical significance and pathogenicity classifications.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill clinvar-database-yf8578
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clinvar-database
Source: https://github.com/yf8578/clawomics/tree/main/skills/clinvar-database
Command: npx skills add https://github.com/yf8578/clawomics --skill clinvar-database-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive interface to query the NCBI ClinVar database, enabling users to quickly find clinical significance information for genetic variants, interpret pathogenicity, and access data programmatically.

Core Features & Use Cases

  • Variant Interpretation: Understand the clinical impact of genetic variants (pathogenic, benign, VUS) and their review status.
  • Data Access: Query ClinVar via E-utilities API or download bulk data from FTP for integration into genomic pipelines.
  • Use Case: A researcher investigating a specific gene can use this Skill to find all reported pathogenic variants, their associated conditions, and the strength of evidence supporting these classifications.

Quick Start

Use the clinvar-database skill to search for pathogenic variants in the BRCA1 gene.

Frequently Asked Questions about clinvar-database

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query ClinVar for variant pathogenicity classifications?

To query ClinVar for variant pathogenicity, you can use programmatic access via the NCBI E-utilities API or download bulk data from FTP to retrieve clinical significance and review status for human genetic variants.

What is ClinVar review status and how does it affect variant interpretation?

ClinVar review status indicates the strength of evidence supporting a variant's clinical significance classification. Interpreting this status helps identify conflicting pathogenicity reports and assess the reliability of genomic medicine findings.

Can I retrieve all reported pathogenic variants for a specific gene like BRCA1 from ClinVar?

Yes, you can search ClinVar for a specific gene to find all reported pathogenic variants, their associated conditions, and the evidence strength supporting these classifications using the E-utilities API.

How do I integrate bulk ClinVar data downloads into genomic pipelines?

You can integrate bulk ClinVar data into genomic pipelines by downloading datasets directly from the NCBI FTP server, enabling automated variant interpretation and pathogenicity checks within your workflows.

Does this approach support accessing conflicting pathogenicity reports for genomic medicine applications?

Yes, querying the NCBI ClinVar database supports interpreting conflicting reports and variant review status, providing comprehensive clinical significance data necessary for accurate genomic medicine applications.