genetics-snp-lookup

Consolidate SNP genotype lookups and SNPedia interpretations from 23andMe data.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/tsilva/health-agent --skill genetics-snp-lookup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: genetics-snp-lookup
Source: https://github.com/tsilva/health-agent/tree/main/.claude/skills/health-agent/genetics-snp-lookup
Command: npx skills add https://github.com/tsilva/health-agent --skill genetics-snp-lookup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill centralizes SNP lookups from 23andMe data and provides SNPedia interpretations with caching to minimize external API calls.

Core Features & Use Cases

  • Individual SNP lookups: Retrieve genotype interpretations for a single rsID.
  • Batch SNP lookups: Query multiple rsIDs in one request and aggregate results.
  • Gene-based pharmacogenomics: Explore pharmacogenomic implications for genes like CYP2D6, CYP2C19, and VKORC1.
  • Condition-based health risks: Assess risk-related SNPs such as APOE and BRCA founder mutations.
  • Cached SNPedia interpretations: Use a local cache to reduce latency and support offline access.

Quick Start

Use the genetics-snp-lookup skill to look up rs429358 in your 23andMe data and fetch the SNPedia interpretation.

Frequently Asked Questions about genetics-snp-lookup

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

FAQPage Schema
How do I look up SNP genotypes from my 23andMe data?

To look up SNP genotypes, you query local 23andMe data by rsID and retrieve the corresponding SNPedia interpretation. The skill supports both single and batch rsID queries for efficient genotype retrieval.

Can I check pharmacogenomics for genes like CYP2D6 using 23andMe data?

Yes, you can explore pharmacogenomics for genes like CYP2D6, CYP2C19, and VKORC1. The skill performs gene-based lookups on your 23andMe data to deliver relevant pharmacogenomic interpretations.

Does this SNP lookup tool work offline?

Yes, this SNP lookup works offline by using an aggressive caching strategy. It stores SNPedia interpretations locally, reducing external API calls and allowing offline access to cached results.

What is the best way to assess health risk SNPs such as APOE from 23andMe data?

The best way to assess health risk SNPs like APOE and BRCA founder mutations is using condition-based lookups. The skill queries your 23andMe data and provides SNPedia interpretations for these specific risk-related variants.

How do I perform a batch SNP lookup for multiple rsIDs?

To perform a batch SNP lookup, you query multiple rsIDs in a single request. The skill aggregates the results from your 23andMe data and SNPedia, caching the interpretations for offline-ready access.