alphafold-database

Retrieve AlphaFold-predicted 3D protein structures by UniProt ID.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/felixboehm/biochem-allergy --skill alphafold-database-felixboehm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphafold-database
Source: https://github.com/felixboehm/biochem-allergy/tree/main/.claude/skills/alphafold-database
Command: npx skills add https://github.com/felixboehm/biochem-allergy --skill alphafold-database-felixboehm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires biopython, requests, numpy, matplotlib, pandas, scipy, google-cloud-bigquery, gsutil, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides programmatic access to AlphaFold's vast database of AI-predicted protein structures, enabling researchers to retrieve and analyze 3D protein models for proteins lacking experimental data.

Core Features & Use Cases

  • Structure Retrieval: Fetch predicted structures by UniProt ID.
  • Data Download: Download coordinate files (PDB/mmCIF) and confidence metrics (pLDDT, PAE).
  • Bulk Access: Utilize Google Cloud Storage for large-scale proteome downloads.
  • Use Case: A structural biologist needs to study the potential binding site of a newly identified protein. They use this Skill to download the AlphaFold prediction, analyze its confidence metrics, and visualize the structure to identify potential drug targets.

Quick Start

Use the alphafold-database skill to download the structure for UniProt ID P00520.

Frequently Asked Questions about alphafold-database

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

FAQPage Schema
How do I download AlphaFold predicted protein structures using a UniProt ID?

To download AlphaFold predicted protein structures, you can fetch coordinate files like PDB or mmCIF directly by querying the AlphaFold database with a specific UniProt ID. This provides programmatic access to 3D models for proteins lacking experimental data.

Can I retrieve AlphaFold confidence metrics like pLDDT and PAE programmatically?

Yes, you can retrieve AlphaFold confidence metrics like pLDDT and PAE programmatically. The Skill enables accessing these confidence scores alongside coordinate files to help researchers evaluate the reliability of predicted 3D protein structures.

What is the best way to access bulk proteome datasets from the AlphaFold database?

The best way to access bulk AlphaFold proteome datasets is by utilizing Google Cloud Storage and BigQuery. This approach facilitates large-scale downloads of predicted 3D protein structures for extensive structural biology research.

Does this AlphaFold database access tool require Biopython to analyze protein structures?

Yes, analyzing AlphaFold protein structures with this Skill requires Biopython, along with dependencies like NumPy, Matplotlib, Pandas, and SciPy. These libraries support downloading coordinate files and processing confidence metrics.

How can I use AlphaFold predictions for drug discovery and protein engineering workflows?

You can use AlphaFold predictions for drug discovery by downloading 3D protein models and analyzing confidence metrics to identify potential binding sites. This provides structural models for proteins lacking experimental data, facilitating target identification.

What are the limitations of using AlphaFold predicted structures versus experimental data?

AlphaFold predicted structures are AI-generated models rather than experimental data, meaning confidence metrics like pLDDT and PAE must be analyzed to validate structural reliability. They are most effective for proteins lacking traditional experimental structures.