AgentSkillsCN

Genetic Mcp

遗传 MCP

SKILL.md

Genetic Data Query Skill

Use this skill when the user wants to query their genetic data from Genetic Explorer.

Prerequisites

The user must authenticate using the genetic-mcp CLI:

bash
# Install
pnpm add -g genetic-mcp

# Authenticate
genetic-mcp login
# Then paste their API token from Settings > Authorized Applications

Tools Available

Genome Tools

ToolDescription
get_genome_summaryGet genome summary with SNP count
get_genome_statsGet quality metrics
search_snpsSearch by RSID or gene

Health Tools

ToolDescription
get_health_profileGet genetic traits
get_carrier_statusGet carrier screening
get_ancestry_compositionGet ancestry breakdown

Usage Examples

  • "What does my genome look like?" → get_genome_summary
  • "Tell me about rs12345" → search_snps with query "rs12345"
  • "Am I a carrier for anything?" → get_carrier_status
  • "What is my ancestry?" → get_ancestry_composition

Authentication

Users need to create a token at https://genetic-explorer.app/settings/authorized-apps