Skills for efficient agentic scoring, calibration and advancement of AI-generated protein designs without managing infrastructure.
Design
Generate binder candidates via the agent, the web app, or the REST API.
Score
Run scoring models on cloud GPUs to evaluate each design.
Calibrate
Shortlist and rank candidates against experimental calibrated filters.
Advance
Move shortlisted designs to the synthesis queue, share with collaborators, or hand off to the wet lab.
One skill file gives your coding agent (e.g. Claude Code, Cursor) access to all Dyno Phi protein design capabilities through the phi CLI. Single commands wrap complex multi-step workflows, reducing token usage by ~90% on agentic design tasks.
Single CLI tool for all Dyno Phi protein design capabilities — structure prediction, sequence design, language model scoring, and job management. One command to learn, all models accessible.
1 — Get an API key
# Get your key at design.dynotx.com/dashboard/settings
export DYNO_API_KEY="your_key_here"2 — Add the skill to your agent
# In Claude Code, run the plugin install command:
/plugin install dyno-phiThe Dyno Phi skill is listed in the Claude Code Skills Marketplace. Run /plugin install dyno-phi in any Claude Code session to add it — no file management needed.
Install the CLI manually
# Requires Python ≥ 3.11
uv tool install dyno-phiNew to uv? docs.astral.sh/uv — a fast Python package and project manager. Use uv tool install to make phi available globally without activating a virtualenv.
Research
# Understand the target before committing to a design campaign
phi research --question "What are the key binding hotspots on PD-L1?"Design
# Generate binder candidates against a target structure
phi design --target target.pdb --num-designs 10000 --out ./candidatesFilter
# Score, calibrate, and rank — apply default or relaxed thresholds
phi filter --preset default --waitMore commands
phi esmfold — fast single-sequence structure screenphi alphafold — high-accuracy complex validationphi esm2 — log-likelihood and perplexity scoringphi upload — bulk-upload FASTA/PDB datasetsphi scores — view per-design scoring resultsphi jobs — list, poll, and cancel running jobsAll compute runs on Dyno cloud GPUs — no local GPU required. Full CLI reference →