Loading...
Loading...
Submits and manages FastFold protein folding jobs via the Jobs API. Covers authentication, creating jobs, polling for completion, and fetching CIF/PDB URLs, metrics, and viewer links. Use when folding protein sequences with FastFold, calling the FastFold API, or scripting fold-and-wait workflows.
npx skill4agent add fastfold-ai/skills foldFASTFOLD_API_KEY.env.envFASTFOLD_API_KEY.env.envexport FASTFOLD_API_KEY="sk-...".envFASTFOLD_API_KEYskills/fold/references/.env.example.env.env.env.env.env=FASTFOLD_API_KEY=skills/fold/scripts/python skills/fold/scripts/create_job.py ....agents/...FASTFOLD_API_KEY.envreferences/.env.exampleisPublic: trueFASTFOLD_API_KEYskills/fold/references/.env.example.env.envFASTFOLD_API_KEY=/v1/jobsnamesequencesparamsisPublicconstraintsfrom/v1/jobs/{jobId}/resultsjob.statusCOMPLETEDFAILEDSTOPPEDCOMPLETEDcif_urlpdb_urlmeanPLLDTptm_scoreiptm_score/v1/jobs/v1/jobs/{jobId}/resultsjob_idpython skills/fold/scripts/create_job.py ...skills/fold/scripts/.agents/...python scripts/create_job.py --name "My Job" --sequence MALW... [--model boltz-2] [--public]python scripts/create_job.py --payload job.jsonpython scripts/create_job.py --payload -namesequencesparamsconstraintsisPublicproteinChainrnaSequencednaSequenceligandSequencerecyclingStepsrelaxPredictionpython scripts/wait_for_completion.py <job_id> [--poll-interval 5] [--timeout 900]python scripts/fetch_results.py <job_id>python scripts/download_cif.py <job_id> [--out output.cif]python scripts/get_viewer_link.py <job_id>FASTFOLD_API_KEY.envhttps://api.fastfold.aiurllibpredictionPayloadresults.cif_url()results.metrics()predictionPayloadresults[0].cif_url()results[1].cif_url()results[i].metrics()fetch_results.pydownload_cif.pyget_viewer_link.pyPENDINGINITIALIZEDRUNNINGCOMPLETEDFAILEDSTOPPEDcif_urlpdb_urlCOMPLETEDhttps://cloud.fastfold.ai/mol/new?from=jobs&job_id=<job_id>scripts/get_viewer_link.py <job_id>