proteina-complexa

proteina-complexa is a skill for Claude Code, Codex from zongtingwei/Bioclaw_Skills_Hub. It costs 163 tokens per session (1,204 once invoked), scanned A, original, MIT.

A protein-backbone generator for designing new protein structures from scratch. It uses fold-class conditioning, which guides generation toward broad structural categories, and is intended for exploratory design.

In plain words
What is it for?
Generating and exploring new protein backbones, especially when selecting a structural fold class.
Why use it?
It provides a documented way to explore long protein backbones beyond standard diffusion-based approaches. Running it requires the upstream project, model data and a compatible CUDA GPU.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Generating and exploring new protein backbones, especially when selecting a structural fold class.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zongtingwei/bioclaw_skills_hub/proteina-complexa
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add zongtingwei/Bioclaw_Skills_Hub --skill proteina-complexa
Clone the repo
git clone --depth 1 https://github.com/zongtingwei/Bioclaw_Skills_Hub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for proteina-complexa

README.md
[![agentmods](https://agentmods.dev/badge/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa/github.svg)](https://agentmods.dev/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa)
Your own site
<a href="https://agentmods.dev/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa"><img src="https://agentmods.dev/badge/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for proteina-complexa

Your own site · 80×15
<a href="https://agentmods.dev/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa"><img src="https://agentmods.dev/badge/skills/zongtingwei/bioclaw_skills_hub/proteina-complexa.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 163 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,204 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00163 $0.01204
Opus 5 $0.00081 $0.00602
Sonnet 5 $0.00033 $0.00241
Haiku 4.5 $0.00016 $0.00120

Measured 12d ago against content hash 86738fe940f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

proteina-complexa scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/protein-design/skills/proteina-complexa/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Proteina-Complexa Backbone Generation

Plain-language role: Use this skill when you want a flow-based backbone generator with fold-class conditioning, especially for exploratory de novo design.

Source Notes

  • Public upstream reference: NVIDIA-Digital-Bio/proteina
  • Publicly described as a large-scale flow-based protein backbone generator with hierarchical fold class conditioning
  • Upstream setup and weights may change over time, so verify the current README and license before running
  • Check the upstream NVIDIA license before commercial use or redistribution of model artifacts

Prerequisites

Requirement Minimum Recommended
Python 3.10+ 3.11
CUDA 12.0+ 12.1+
GPU VRAM 24GB 40GB+
Environment manager conda mamba or micromamba

How to Run

Option 1: Upstream Proteina environment

git clone https://github.com/NVIDIA-Digital-Bio/proteina.git
cd proteina
mamba env create -f environment.yaml
conda activate proteina_env
pip install -e .

Create a .env file in the repository root:

echo "DATA_PATH=/path/to/proteina-data" > .env

Additional files

The upstream project documents extra data and weight bundles that must live under DATA_PATH. At minimum, verify:

  • metric feature files
  • model weights
  • CATH label mapping files
  • dataset index files if you plan to train or evaluate

1. Start from backbone generation

Use Proteina-Complexa when the main task is generating diverse backbones, not sequence optimization.

2. Prefer fold-conditioned exploration

The upstream model is especially useful when you want:

  • hierarchical fold control
  • long-chain generation
  • comparison against diffusion-based backbone generators

3. Hand off to sequence design

After generating promising backbones:

  • use proteinmpnn for general inverse folding
  • use solublempnn when expression robustness matters more

4. Validate and filter

Read the full file on GitHub · 151 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 151 lines · 163 tokens per session scan A 86738fe940f5

Subscribe to this mod's changes

proteina-complexa is a skill published in the GitHub repository zongtingwei/Bioclaw_Skills_Hub (26 stars, last pushed 5mo ago), licensed MIT. It adds 163 tokens to every session and 1,204 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

proteina-complexa

Proteina-Complexa flow-based protein backbone generation with fold-conditioned sampling guidance. Use this skill when: (1) Generating de novo protein backbones with hierarchical fold conditioning, (2) Exploring long-chain backbone generation beyond standard diffusion baselines, (3) Using NVIDIA Proteina-style flow…

BioTender-max/awesome-bio-agent-skills · 163 tokens

bindcraft

End-to-end binder design using BindCraft hallucination. Use this skill when: (1) Designing protein binders with built-in AF2 validation, (2) Running production-quality binder campaigns, (3) Using different design protocols (fast, default, slow), (4) Need joint backbone and sequence optimization, (5) Want high…

FreedomIntelligence/OpenClaw-Medical-Skills · 104 tokens

academic-paper-to-chinese-insight-pdf

Turn an academic paper PDF into a high-quality Chinese insight report and export it as a polished Chinese PDF. Use when asked to read a paper, translate or summarize a paper into Chinese, extract the paper's core ideas, produce original insights/opinions, explain the paper in simpler language, or deliver a Chinese PDF…

davidtoby/agent-skills · 113 tokens

chinese-pdf-document-workflows

Class-level workflow for extracting, converting, editing, and producing polished Chinese PDFs and document reports from PDFs, papers, webpages, markdown, and video transcripts. Use when asked to create Chinese PDF reports, fix Chinese font/glyph rendering, summarize academic papers into Chinese insight reports…

davidtoby/agent-skills · 83 tokens

rfdiffusion

Generate protein backbones using RFdiffusion, a diffusion-based generative model for de novo protein structure generation. Use this skill when: (1) Designing binder scaffolds for a target protein, (2) Generating novel protein backbones from scratch, (3) Scaffolding functional motifs into new proteins, (4) Specifying…

BioTender-max/awesome-bio-agent-skills · 119 tokens

boltzgen

All-atom protein design using BoltzGen diffusion model. Use this skill when: (1) Need side-chain aware design from the start, (2) Designing around small molecules or ligands, (3) Want all-atom diffusion (not just backbone), (4) Require precise binding geometries, (5) Using YAML-based configuration. For backbone-only…

BioTender-max/awesome-bio-agent-skills · 103 tokens