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.

  • .env file (recommended): Scripts automatically load FASTFOLD_API_KEY from a .env file 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
Installs
10
GitHub Stars
1
First Seen
Feb 22, 2026