What problem does it solve? Looking up short genetic variants (SNPs, indels) in NCBI's dbSNP database requires juggling multiple REST endpoints, SPDI conversions, rate limits, and assembly differences. This Skill wraps all of that in a single CLI so you can map between rsIDs, genomic coordinates, and HGVS notation and retrieve variant summaries without writing custom HTTP code. ## Core Features & Use Cases - Bidirectional Variant Resolution: Convert VCF-style coordinates or HGVS strings to rsIDs, and resolve rsIDs back to genomic placements on GRCh38 or GRCh37, with automatic assembly fallback. - Variant Record Retrieval: Fetch abbreviated RefSNP records including variant type, gene associations, clinical significances, and minor allele frequencies, with an optional full-payload mode. - Regional Search: Enumerate all rsIDs within a chromosomal region via NCBI E-utilities with automatic pagination and truncation reporting. - Use Case: Given a variant reported as 8 19962213 C T, resolve it to its rsID, then retrieve the gene associations and clinical significance for that rsID in two commands. ## Quick Start Ask the assistant to look up the dbSNP record for rs7412, including its variant type, associated genes, and clinical significance.