AI AGENT ADDONS

Protein Sequence Similarity Search

google-deepmind/science-skills

Find matching proteins across major databases. You just need a protein sequence or a FASTA file. The tool then searches for similar sequences to help you understand what the protein might do.

It uses two methods. MMseqs2 is fast and works well for most searches. BLAST is more thorough and uses a larger database. The tool picks the best method based on your request.

Results are saved as a Markdown table with key metrics. You can also infer the protein function from the matches. The tool reminds you to check the license terms before use.

Add Protein Sequence Similarity Search skill to your workflow

Global

mkdir -p ~/.claude/skills/protein-sequence-similarity-search

Project

mkdir -p .claude/skills/protein-sequence-similarity-search

Source Repository

Stars
2,101
Forks
219
Watchers
2,101
License
Apache-2.0
Last Push
1 month ago
Created
2 months ago
Protein Sequence Similarity Search | Cursor & Claude Code Skills