### Alphafold Database Fetch And Analyze
Works with
name: "alphafold-database-fetch-and-analyze"
description: "Retrieve and analyze AlphaFold predicted structures for a protein. Use when the user provides a specific UniProt Accession ID and wants structural confidence metrics (pLDDT), domain boundary analysis,..."
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionalphafold-database-fetch-and-analyzeExecute the skills CLI command in your project's root directory to begin installation:
Fetches alphafold-database-fetch-and-analyze from google-deepmind/science-skills and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate alphafold-database-fetch-and-analyze. Access via /alphafold-database-fetch-and-analyze in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
2
total installs
2
this week
0
upvotes
Run in your terminal
2
installs
2
this week
—
stars
| name | alphafold-database-fetch-and-analyze |
| description | > Retrieve and analyze AlphaFold predicted structures for a protein. Use when the user provides a specific UniProt Accession ID and wants structural confidence metrics (pLDDT), domain boundary analysis, or disorder assessment. Do not use if the user only has a protein name, gene name, or amino acid sequence — ask for a UniProt ID first. |
uv: Read the uv skill and follow its Setup instructions to ensure
uv is installed and on PATH.Downloads AlphaFold predicted structures (mmCIF) and Predicted Aligned Error (PAE) matrices from the AlphaFold Database for a given UniProt ID, then performs automated heuristic analysis on structural confidence (pLDDT), intrinsically disordered regions, rigid domain boundaries, and inter-domain flexibility.
Do NOT use when:
1. Fetch Structure Files
Downloads the .cif structure file, _predicted_aligned_error.json, and API
metadata JSON (-metadata.json) for a UniProt ID. Handles fragment fallback for
very large proteins.
Examples:
uv run scripts/fetch_structure.py P00520 -o /path/to/output/
uv run scripts/fetch_structure.py P04637 -o /path/to/custom_results/
Always specify -o with an absolute path or a path relative to the user's
project root, never a path relative to the skill directory.
2. Analyze pLDDT Confidence
Reads pLDDT confidence metrics from a saved AFDB metadata JSON file (produced by
fetch_structure.py) and prints a heuristic confidence assessment (structured,
disordered, mixed).
Example:
uv run scripts/analyze_plddt.py ./data/AF-P00520-F1-metadata.json
3. Analyze PAE / Domain Boundaries
Reads a downloaded PAE JSON file and detects rigid domain boundaries using a sliding-window PAE heuristic.
Example:
uv run scripts/analyze_pae.py ./data/AF-P00520-F1-predicted_aligned_error_v6.json
The script prints analysis to stdout. Read it carefully and synthesize the results for the user:
[!] WARNING lines. If the script reports that no canonical entry was
found and an isoform was used, or if the protein is very large (>2700 AAs),
you MUST prominently relay this warning to the user. Do not omit this
warning.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
google-deepmind/science-skills
google-deepmind/science-skills
K-Dense-AI/scientific-agent-skills
K-Dense-AI/scientific-agent-skills
K-Dense-AI/scientific-agent-skills
BuilderIO/skills
Useful defaults in alphafold-database-fetch-and-analyze — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend alphafold-database-fetch-and-analyze for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
alphafold-database-fetch-and-analyze reduced setup friction for our internal harness; good balance of opinion and flexibility.
We added alphafold-database-fetch-and-analyze from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Keeps context tight: alphafold-database-fetch-and-analyze is the kind of skill you can hand to a new teammate without a long onboarding doc.
Registry listing for alphafold-database-fetch-and-analyze matched our evaluation — installs cleanly and behaves as described in the markdown.
alphafold-database-fetch-and-analyze reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in alphafold-database-fetch-and-analyze — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
alphafold-database-fetch-and-analyze reduced setup friction for our internal harness; good balance of opinion and flexibility.
alphafold-database-fetch-and-analyze has been reliable in day-to-day use. Documentation quality is above average for community skills.
showing 1-10 of 73