ColabFold
SkillDev tools"Use ColabFold for protein structure prediction workflows: validate
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the ColabFold skill
What this skill tells your AI
The instructions your AI receives, as published by vectorspacelab/arex-skill in skills/repositories/repo-skills/colabfold/SKILL.md and read by ahel’s review.
Use this skill when a task involves ColabFold local or notebook-derived workflows: preparing sequence inputs, generating MSAs, planning or running colabfold_batch, exporting AlphaFold3 JSON, inspecting prediction outputs, or diagnosing ColabFold dependency and backend failures.
Start Here
- Check whether the task is about the current source checkout or general ColabFold usage. If freshness matters, read
references/repo-provenance.md. - Choose the narrowest install route from
references/installation-and-backends.md. - Use the sub-skill that owns the user-facing workflow; do not send future agents to original repository notebooks, tests, scripts, or docs.
- Run a bundled dry-run or read-only diagnostic before expensive network, database, GPU, prediction, or relaxation work.
Install Routes
- Search/input inspection only: install base ColabFold, which provides input helpers plus
colabfold_searchandcolabfold_split_msas. - Structure prediction: install prediction extras such as
colabfold[alphafold]and a JAX build compatible with the target CPU/GPU. - Amber relaxation: install OpenMM/PDBFixer support such as
colabfold[openmm]and verify the CPU/GPU OpenMM platform before using--use-gpu. - Local database search: install MMseqs2 separately and prepare the ColabFold databases; database setup is large and should be explicitly approved.
Minimal import check:
python - <<'PY'
import importlib.metadata as md
print(md.version("colabfold"))
PY
Optional environment diagnostic:
python scripts/check_colabfold_environment.py --check-entry-points --json
Route by Task
- Inputs and formats: use
sub-skills/inputs-and-formats/SKILL.mdfor FASTA, CSV, A3M, AF3 molecule syntax, parser behavior, PDB/mmCIF input extraction, and validation withvalidate_colabfold_input.py. - MSA search: use
sub-skills/msa-search/SKILL.mdfor public MSA server use,colabfold_search, local MMseqs2 databases, GPU/gpuserver search, split/merge helpers, AF3 JSON from MSAs, and local MSA server planning. - Batch prediction: use
sub-skills/batch-prediction/SKILL.mdforcolabfold_batch, MSA-only then prediction staging, templates, model flags, parameter downloads, GPU/JAX planning, and AF3 JSON-only export. - Relaxation and outputs: use
sub-skills/relaxation-and-outputs/SKILL.mdforcolabfold_relax, OpenMM/PDBFixer choices, output directory inspection, score/PAE/pLDDT interpretation, plots, citations, and extra pTM/interface metrics.
Shared References and Scripts
references/installation-and-backends.mdexplains package extras, external binaries, database storage, GPU/JAX/OpenMM choices, and safe verification.references/troubleshooting.mdcovers cross-cutting install/import, network/server, database, GPU, and optional dependency failures; sub-skills add workflow-specific details.scripts/check_colabfold_environment.pyis a read-only diagnostic for package metadata, imports, console entry points, optional dependencies, MMseqs2, and GPU signals.
Safety and Resource Rules
- Do not run public MSA server queries, large local database setup, model parameter downloads, GPU predictions, or relaxation unless the user has approved the resource use.
- Treat original notebooks and tests as evidence only. Runtime instructions in this skill rely on bundled references and scripts.
- Prefer dry-run command planning and read-only validators before mutating output directories or launching long computations.
- If a requested workflow requires credentials, private sequences, large databases, or unavailable hardware, explain the missing prerequisite and provide a safe fallback or skip decision.
Signals
- GitHub stars
- 266
- Forks
- 21
- Last commit
- Sep 2026
ahel review
K1binfo
installs-packages (in references/installation-and-backends.md)K1binfo
installs-packages (in references/troubleshooting.md)K1binfo
installs-packages (in sub-skills/batch-prediction/SKILL.md)K1binfo
installs-packages (in sub-skills/batch-prediction/references/troubleshooting.md)K1binfo
installs-packages (in sub-skills/msa-search/references/local-mmseqs-workflows.md)K1binfo
installs-packages (in sub-skills/msa-search/references/troubleshooting.md)
Automated review, not a security audit. Ruleset v1+k2.
Advanced
- Catalog kind
- skill
- Gateway key
colabfold- Source
- github.com/vectorspacelab/arex-skill