Access over 200M protein structures from AlphaFold DB; use when you need to retrieve predicted 3D structures (PDB/mmCIF), confidence metrics (pLDDT/PAE), or protein metadata by UniProt accession.
68
84%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
P00520) and need to download its AlphaFold-predicted 3D structure in mmCIF or PDB format.>=3.8requests >=2.25Fetch the structure and metadata for a UniProt ID and save them to a directory:
python scripts/fetch_structure.py --uniprot_id P00520 --output_dir ./out --format cifFetch as PDB instead:
python scripts/fetch_structure.py --uniprot_id P00520 --output_dir ./out --format pdbExpected outputs in ./out:
P00520.cif (or P00520.pdb)P00520_metadata.json (includes confidence/URL fields such as pLDDT-related information)P00520).--format cif (default): downloads an mmCIF structure file.--format pdb: downloads a PDB structure file.<UNIPROT_ID>.<cif|pdb>.<UNIPROT_ID>_metadata.json, used to store confidence metrics (e.g., pLDDT) and AlphaFold DB URL-related fields.references/api_reference.md.63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.