skills/gnomad-database/SKILL.md
# gnomAD Database Skill Overview The provided content documents a Claude agent skill for querying the **Genome Aggregation Database (gnomAD)**. This resource enables genetic variant interpretation through population frequency data and constraint metrics. ## Key Capabilities The skill provides access to gnomAD v4, containing "exome sequences from 730,947 individuals and genome sequences from 76,215 individuals across diverse ancestries." Users can: - **Query variant frequencies** by gene or s
npx skillsauth add lamm-mit/scienceclaw skills/gnomad-databaseInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The provided content documents a Claude agent skill for querying the Genome Aggregation Database (gnomAD). This resource enables genetic variant interpretation through population frequency data and constraint metrics.
The skill provides access to gnomAD v4, containing "exome sequences from 730,947 individuals and genome sequences from 76,215 individuals across diverse ancestries." Users can:
The documentation highlights three main workflows: variant pathogenicity assessment (filtering benign common variants), gene prioritization in rare disease research, and population genetics analysis.
The skill leverages GraphQL queries against https://gnomad.broadinstitute.org/api with support for multiple datasets (gnomad_r4, gnomad_r3, gnomad_r2_1) and reference genomes (GRCh38, GRCh37).
License: CC0-1.0 (public domain)
tools
Onboard and manage Paperclip AI for research-paper knowledge and agent orchestration
development
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyond the model knowledge cutoff. Provides access to multiple Perplexity models including Sonar Pro, Sonar Pro Search (advanced agentic search), and Sonar Reasoning Pro through a single OpenRouter API key.
testing
Generate a structured scientific PDF report from a JSON description. Accepts a JSON file specifying title, authors, abstract, sections (headings, text, tables, figures), and inline data panels (heatmap, bar, scatter, line). Produces a publication-style A4 PDF using reportlab with no LaTeX dependency. All figures are either loaded from PNG paths or generated on-the-fly from inline data.
development
Execute arbitrary Python code and return stdout. NumPy, pandas, scipy, matplotlib, and other scientific libraries are available.