science-skills
AI-powered scientific research across genomics, proteins, drugs, and literature
All Skills in This Repository (39)
Pure Emerald Level Indicatorsucsc-conservation-and-tfbs
Fetch UCSC phyloP and phastCons conservation metrics with TFBS annotations for genomic coordinates.
string-database
Query the STRING database for protein interactions, enrichment, and homology.
protein-sequence-similarity-search
Search protein sequence databases for homologues and infer functions.
unibind-database
Query UniBind for TF–DNA binding datasets and download BED/FASTA coordinates.
uniprot-database
Retrieve protein metadata, annotations, taxonomy, and sequences from UniProt databases.
reactome-database
Run Reactome pathway enrichment and identifier mapping for gene/protein lists.
quickgo-database
Map gene products to Gene Ontology terms via QuickGO and ECO REST APIs.
gtex-database
Retrieve GTEx baseline RNA expression and single-tissue eQTL associations for genes and genomic regions.
pubmed-database
Search PubMed, fetch abstracts, and link papers to NCBI biological entities.
chembl-database
Retrieve bioactive molecule, target, and activity data from the ChEMBL database.
embl-ebi-ols
Search EMBL-EBI OLS for ontology terms and retrieve definitions and IDs.
literature-search-arxiv
Search arXiv with structured queries and retrieve paper metadata and full text.
Frequently Asked Questions
FAQPage SchemaHow to install Science Skills?▼
Run `npx skills add google-deepmind/science-skills --all -g -y` in your terminal to install the full suite globally. The skills use the uv package manager, which the agent installs automatically on first use.
What can Science Skills do for researchers?▼
It lets your AI agent query major scientific databases like UniProt, PubMed, ChEMBL, ClinVar, gnomAD, and AlphaFold directly. You can analyze genetic variants, search literature, fetch protein structures, and run pathway enrichment from plain-English requests.
Do Science Skills require API keys?▼
Most skills work without keys, but some like AlphaGenome and OpenAlex require one, and NCBI skills run faster with a free key. The agent will safely prompt you to add any missing key to your .env file.
Which AI agents support Science Skills?▼
All skills follow the universal SKILL.md standard and work with Google Antigravity, Claude Code, Gemini CLI, Codex, and other compatible agents.
Can non-programmers use Science Skills?▼
Yes. You describe your research question in plain English and the agent runs the underlying scripts, handles rate limits, and formats the results for you.
Related Repositories in Education & Research
View All in Education & Research→learn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides