fold
Installation
SKILL.md
Fold
Overview
This skill guides correct use of the FastFold Jobs API: create fold jobs, wait for completion with polling, then fetch results (CIF/PDB URLs, metrics, viewer link).
Authentication
Get an API key: Create a key in the FastFold dashboard. Keep it secret.
Use the key: Scripts read FASTFOLD_API_KEY from .env or environment.
Do not ask users to paste secrets in chat.
.envfile (recommended): Scripts automatically loadFASTFOLD_API_KEYfrom a.envfile in the project root.- Environment:
export FASTFOLD_API_KEY="sk-..."(overrides.env). - Credential policy: Never request, accept, echo, or store API keys in chat messages, command history, or logs.
Related skills