Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Searches for homologous protein sequences using MMseqs2 (fast, default) or BLAST (comprehensive, fallback). Trigger this whenever the user provides a protein sequence or FASTA file and asks to find homologues, sequence matches, or wants to infer protein function based on sequence similarity, but not when the user wants to infer protein function based on structural similarity.
.claude/skills/mkurman-protein-sequence-similarity-search/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 378% | 0% |
| case-17 | ✗→✓ | ▲ Improved | 279% | 0% |
| case-18 | ✗→✓ | ▲ Improved | 50% | 0% |
| case-12 | ✓→✗ | ▼ Worse | 31% | 0% |
| case-13 | ✓→✗ | ▼ Worse | 48% | 0% |
uv: Read the uv skill and follow its Setup instructions to ensureuv is installed and on PATH.
this skill directory then (1) prominently notify the user to check the terms at https://www.ebi.ac.uk/jdispatcher/sss/ncbiblast and https://colabfold.com, then (2) create the file recording the notification text and timestamp.
.env file: Make sure the .env file exists in your home directory.Create one if it does not exist.
USER_EMAIL (optional but recommended): Recommended by the EBI forBLAST job tracking, but the skill works without it. If the variable is missing from .env, do NOT ask the user to paste it into the chat (this would leak the value into the agent's context). Instead, give the user this command — substituting ENV_FILE with the resolved literal path to the .env file:
bash printf "Enter contact email: " && read email && echo "USER_EMAIL=$email" >> "ENV_FILE" && echo "Saved."
The scripts load credentials automatically via dotenv. NEVER read, print, or inspect the .env file or its variables (e.g. no cat, grep, echo, printenv, or os.environ.get on keys). Credentials must stay out of the agent's context.
Take a user-provided amino acid sequence (or a path to a .fasta file), search for sequence homologues using the fastest available method, generate a Markdown-formatted table of the top hits, interpret key alignment metrics, summarize the inferred protein functions, and save results locally for future programmatic analysis.
table below.
inform the user clearly. Do NOT invent sequence homologues.
output files. Rely on the generated .md file for your summary. The JSON and other outputs are for subsequent tool use only.
search used the quick MMseqs2 (ColabFold API) or the slower EBI BLAST method.
output. Explicitly state that the corresponding program (MMSEQS2 or EBI BLAST) and Sequence Databases were used.
Choose the search method based on the user's request:
If the user says "quick search" or "fast search", no specific method requested / general homologue search, of if you are unsure: Run MMseqs2 (fast, default) using mmseqs2_search.py
If MMseqs2 fails (exit code 2: RATELIMIT or API error) or User explicitly requests "BLAST" or a specific BLAST database (e.g. uniprotkb_swissprot, pdb, uniprotkb_human): Run BLAST using uniprot_blast.py
"MKVLY...") or a path to a local file (e.g., "./data/sequence.fasta").
input (e.g., proteinA_mmseqs2.json and proteinA_mmseqs2.md).
uv run scripts/mmseqs2_search.py <SEQUENCE_OR_FILE> -o <generated-filename.md> -j <generated-filename.json>
uv run scripts/mmseqs2_search.py <SEQUENCE_OR_FILE> -o <generated-filename.md> -j <generated-filename.json> --include-mgnify
This is typically fast (under 2 minutes).
fall back to BLAST (Path B below). Inform the user: "MMseqs2 search failed, falling back to BLAST."
.md file.database(s) based on the user's prompt.
microbes"), select the corresponding Database Code (e.g., uniprotkb_bacteria).
uniprotkb_swissprot.--databases.table. If the user requests a database not on the list, do not proceed and provide the allowed list.
proteinA_ebi_blast.json andproteinA_ebi_blast.md).
environment variable for inclusion in request header.
uv run scripts/uniprot_blast.py <SEQUENCE_OR_FILE> -o <generated-filename.md> -j <generated-filename.json>
uv run scripts/uniprot_blast.py <SEQUENCE_OR_FILE> -o <generated-filename.md> -j <generated-filename.json> --databases <db1,db2>
can take up to 15 minutes; wait patiently.
.md file.Assess match quality using:
of the query sequence.
1e-50) indicate extreme statisticalsignificance.
distant homologue).
directly: report specific protein names/functions of the top homologues and summarize the variety of functions, domains, or protein families found.
(common with MMseqs2), look up the protein names and functions for the top 3–5 hits using the uniprot-database skill or other appropriate methods before summarizing.
.json and .md) and theirlocations.
uniprotkb – UniProt Knowledgebase (The UniProt Knowledgebase includesUniProtKB/Swiss-Prot and UniProtKB/TrEMBL): The UniProt Knowledgebase (UniProtKB) is the central access point for extensive curated protein information, including function, classification, and cross-references. Search UniProtKB to retrieve "everything that is known" about a particular sequence
uniprotkb_swissprot – UniProtKB/Swiss-Prot (The manually annotated sectionof UniProtKB): The manually curated subsection of the UniProt Knowledgebase
uniprotkb_swissprotsv – UniProtKB/Swiss-Prot isoforms (The manuallyannotated isoforms of UniProtKB/Swiss-Prot): The isoform sequences for the manually curated subsection of the UniProt Knowledgebase
uniprotkb_reference_proteomes – UniProtKB Reference Proteomes: Taxonomicsubset of the UniProtKB Reference Proteomes
uniprotkb_trembl – UniProtKB/TrEMBL (The automatically annotated sectionof UniProtKB): Subsection of the UniProt Knowledgebase derived from ENA Sequence (formerly EMBL-Bank) coding sequence translations with annotation produced by an automated process
uniprotkb_refprotswissprot – UniProtKB Reference Proteomes plusSwiss-Prot: UniProtKB Reference Proteomes plus Swiss-Prot
uniprotkb_archaea – UniProtKB Archaea: Taxonomic subset of the UniProtKnowledgebase for archaea
uniprotkb_arthropoda – UniProtKB Arthropoda: Taxonomic subset of theUniProt Knowledgebase for arthropoda
uniprotkb_bacteria – UniProtKB Bacteria: Taxonomic subset of the UniProtKnowledgebase for bacteria
uniprotkb_complete_microbial_proteomes – UniProtKB Complete MicrobialProteomes: Taxonomic subset of the UniProt Knowledgebase for complete microbial proteomes
uniprotkb_eukaryota – UniProtKB Eukaryota: Taxonomic subset of the UniProtKnowledgebase for eukaryota
uniprotkb_fungi – UniProtKB Fungi: Taxonomic subset of the UniProtKnowledgebase for fungi
uniprotkb_human – UniProtKB Human: Taxonomic subset of the UniProtKnowledgebase for human
uniprotkb_mammals – UniProtKB Mammals: Taxonomic subset of the UniProtKnowledgebase for mammals
uniprotkb_nematoda – UniProtKB Nematoda: Taxonomic subset of the UniProtKnowledgebase for nematoda
uniprotkb_rodents – UniProtKB Rodents: Taxonomic subset of the UniProtKnowledgebase for rodents
uniprotkb_vertebrates – UniProtKB Vertebrates: Taxonomic subset of theUniProt Knowledgebase for vertebrates
uniprotkb_viridiplantae – UniProtKB Viridiplantae: Taxonomic subset of theUniProt Knowledgebase for viridiplantae
uniprotkb_viruses – UniProtKB Viruses: Taxonomic subset of the UniProtKnowledgebase for viruses
uniprotkb_enzyme – UniProtKB Enzyme: Taxonomic subset of the UniProtKnowledgebase for enzymes
uniprotkb_covid19 – UniProtKB COVID-19: Taxonomic subset of the UniProtKnowledgebase for COVID-19
uniref100 – UniProt Clusters 100% (UniRef100): The UniProt ReferenceClusters (UniRef) containing sequences which are 100% identical.
uniref90 – UniProt Clusters 90% (UniRef90): The UniProt Reference Clusters(UniRef) containing sequences which are 90% identical.
uniref50 – UniProt Clusters 50% (UniRef50): The UniProt Reference Clusters(UniRef) containing sequences which are 50% identical.
pdb – Protein Structure Sequences (PDBe protein structure sequences):Protein sequences from structures described in the Brookhaven Protein Data Bank (PDB)
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 19,337 | 5,252 | -73% | 1 | 1 | 0% | 3,379 | 3,172 | -6% | 0 | 0 | — |
case-02 | fail→fail | 4,263 | 6,122 | +44% | 1 | 1 | 0% | 264 | 3,308 | +1153% | 0 | 0 | — |
case-03 | fail→fail | 12,416 | 7,514 | -39% | 1 | 1 | 0% | 2,069 | 3,363 | +63% | 0 | 0 | — |
case-04 | fail→fail | 10,500 | 9,013 | -14% | 1 | 1 | 0% | 1,879 | 3,532 | +88% | 0 | 0 | — |
case-09 | fail→fail | 8,357 | 6,221 | -26% | 1 | 1 | 0% | 1,441 | 3,278 | +127% | 0 | 0 | — |
case-05 | fail→pass | 5,502 | 11,253 | +105% | 1 | 1 | 0% | 903 | 4,317 | +378% | 0 | 0 | — |
case-06 | pass→pass | 7,215 | 4,138 | -43% | 1 | 1 | 0% | 1,241 | 3,595 | +190% | 0 | 0 | — |
case-07 | fail→fail | 5,877 | 2,088 | -64% | 1 | 1 | 0% | 896 | 3,216 | +259% | 0 | 0 | — |
case-08 | fail→fail | 11,817 | 8,951 | -24% | 1 | 1 | 0% | 2,137 | 3,864 | +81% | 0 | 0 | — |
case-10 | fail→fail | 13,354 | 6,079 | -54% | 1 | 1 | 0% | 2,046 | 3,123 | +53% | 0 | 0 | — |
case-11 | fail→fail | 9,954 | 6,930 | -30% | 1 | 1 | 0% | 1,943 | 3,189 | +64% | 0 | 0 | — |
case-12 | pass→fail | 12,579 | 5,648 | -55% | 1 | 1 | 0% | 2,463 | 3,215 | +31% | 0 | 0 | — |
case-13 | pass→fail | 11,485 | 6,422 | -44% | 1 | 1 | 0% | 2,212 | 3,283 | +48% | 0 | 0 | — |
case-14 | pass→fail | 8,104 | 6,905 | -15% | 1 | 1 | 0% | 1,637 | 3,169 | +94% | 0 | 0 | — |
case-15 | fail→fail | 8,709 | 5,129 | -41% | 1 | 1 | 0% | 1,421 | 3,111 | +119% | 0 | 0 | — |
case-16 | fail→fail | 8,648 | 5,097 | -41% | 1 | 1 | 0% | 1,399 | 3,046 | +118% | 0 | 0 | — |
case-17 | fail→pass | 5,157 | 2,275 | -56% | 1 | 1 | 0% | 853 | 3,229 | +279% | 0 | 0 | — |
case-18 | fail→pass | 12,400 | 1,907 | -85% | 1 | 1 | 0% | 2,102 | 3,158 | +50% | 0 | 0 | — |
case-19 | fail→fail | 10,317 | 4,900 | -53% | 1 | 1 | 0% | 2,120 | 3,153 | +49% | 0 | 0 | — |
case-20 | pass→pass | 15,892 | 6,321 | -60% | 1 | 1 | 0% | 2,843 | 3,932 | +38% | 0 | 0 | — |
case-21 | fail→fail | 13,769 | 5,595 | -59% | 1 | 1 | 0% | 3,109 | 3,203 | +3% | 0 | 0 | — |
case-22 | fail→fail | 10,932 | 5,814 | -47% | 1 | 1 | 0% | 2,034 | 3,243 | +59% | 0 | 0 | — |
case-23 | fail→fail | 11,647 | 15,078 | +29% | 1 | 1 | 0% | 2,006 | 5,358 | +167% | 0 | 0 | — |
case-24 | fail→fail | 10,518 | 5,993 | -43% | 1 | 1 | 0% | 1,876 | 3,210 | +71% | 0 | 0 | — |
case-25 | fail→fail | 10,760 | 9,218 | -14% | 1 | 1 | 0% | 1,855 | 3,385 | +82% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 25 cases were attempted, and 8 counted toward the lift figure. The other 17 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of 0 percentage points is the difference between those two pass rates over the 8 comparable cases. 4 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.