Agent skill · Databases

alphafold-database

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

LeonChaoXgithub.com/LeonChaoXGitHub ↗
claude-codeMIT
Install
npx skills add LeonChaoX/qinyan-academic-skills --skill alphafold-database --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 16 KB
Bundled scripts: none
Path: skills/08-蛋白质工程与结构生物学/alphafold-database/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 759
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# AlphaFold Database ## Overview AlphaFold DB is a public repository of AI-predicted 3D protein structures for over 200 million proteins, maintained by DeepMind and EMBL-EBI. Access structure predictions with confidence metrics, download coordinate files, retrieve bulk datasets, and integrate predictions into computational workflows. ## When to Use This Skill This skill should be used when working with AI-predicted protein structures in scenarios such as: - Retrieving protein structure predictions by UniProt ID or protein name - Downloading PDB/mmCIF coordinate files for structural analysis - Analyzing prediction confidence metrics (pLDDT, PAE) to assess reliability - Accessing bulk proteome datasets via Google Cloud Platform - Comparing predicted structures with experimental data - Performing structure-based drug discovery or protein engineering - Building structural models for proteins lacking experimental structures - Integrating AlphaFold predictions into computational pipelines ## Core Capabilities ### 1. Searching and Retrieving Predictions **Using Biopython (Recommended):** The Biopython library provides the simplest interface for retrieving AlphaFold structures: ```python f

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. Core Capabilities
  4. 1. Searching and Retrieving Predictions
  5. 2. Downloading Structure Files
  6. 3. Working with Confidence Metrics
  7. 4. Bulk Data Access via Google Cloud
  8. 5. Parsing and Analyzing Structures
  9. 6. Batch Processing Multiple Proteins
  10. Installation and Setup
  11. Python Libraries
  12. 3D-Beacons API Alternative
  13. Common Use Cases
  14. Structural Proteomics
Ships with 1 file
  • references/api_reference.md
Commands it runs
Install gsutil
uv pip install gsutil
List available data
gsutil ls gs://public-datasets-deepmind-alphafold-v4/
Download entire proteomes (by taxonomy ID)
gsutil -m cp gs://public-datasets-deepmind-alphafold-v4/proteomes/proteome-tax_id-9606-*.tar .
Download specific files
gsutil cp gs://public-datasets-deepmind-alphafold-v4/accession_ids.csv .
Install Biopython for structure access
uv pip install biopython
More from qinyan-academic-skills
All skills →
About this skill
What does the alphafold-database skill do?

Access AlphaFold 200M+ AI-predicted protein structures. Retrieve structures by UniProt ID, download PDB/mmCIF files, analyze confidence metrics (pLDDT, PAE), for drug discovery and structural biology.

How do I install it?

Run `npx skills add LeonChaoX/qinyan-academic-skills --skill alphafold-database --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From LeonChaoX/qinyan-academic-skills, a repository with 759 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going