patsnap-biological-modality

patsnap-biological-modality is a skill for Claude Code, Codex from patsnap/mcp. It costs 19 tokens per session (729 once invoked), scanned A, original, Apache-2.0.

A research connection for biological sequences and large biological medicines, such as antibodies and other proteins. It supports searches involving DNA or protein sequences, biological interactions, and multi-omics data, which combines measurements from several biological systems.

In plain words
What is it for?
Searching patents by protein or DNA sequence, finding antibody–antigen interactions, and retrieving data about genes, proteins, and other biological measurements.
Why use it?
It helps relate sequence information to patents, biological targets, and molecular interactions without searching each type of biology data separately.

Skill for Claude CodeCodex

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

Good fit Searching patents by protein or DNA sequence, finding antibody–antigen interactions, and retrieving data about genes, proteins, and other biological measurements.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/patsnap/mcp/patsnap-biology-modality
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 patsnap/mcp --skill patsnap-biology-modality
Clone the repo
git clone --depth 1 https://github.com/patsnap/mcp

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 patsnap-biological-modality

README.md
[![agentmods](https://agentmods.dev/badge/skills/patsnap/mcp/patsnap-biology-modality/github.svg)](https://agentmods.dev/skills/patsnap/mcp/patsnap-biology-modality)
Your own site
<a href="https://agentmods.dev/skills/patsnap/mcp/patsnap-biology-modality"><img src="https://agentmods.dev/badge/skills/patsnap/mcp/patsnap-biology-modality/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 patsnap-biological-modality

Your own site · 80×15
<a href="https://agentmods.dev/skills/patsnap/mcp/patsnap-biology-modality"><img src="https://agentmods.dev/badge/skills/patsnap/mcp/patsnap-biology-modality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 19 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 729 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00019 $0.00729
Opus 5 $0.00010 $0.00365
Sonnet 5 $0.00004 $0.00146
Haiku 4.5 $0.00002 $0.00073

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

Security

Grade A, and why

patsnap-biological-modality 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 11d 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.

life-sciences/patsnap-biology-modality/SKILL.md · 85 lines

How it starts

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

Setup

Get your API Key at https://open.patsnap.com

Patsnap Biology Modality

This skill connects your AI agent to Patsnap's Biology Modality MCP server — providing professional-grade biological sequence and modality analysis capabilities.

With this skill, your agent can navigate the world of large molecules, from sequence-based patent searching to antibody-antigen interaction discovery and multi-omics data retrieval.

Prerequisites

This skill requires the Patsnap Biology Modality MCP server to be configured in your environment:

{
  "mcpServers": {
    "biology_modality": {
      "url": "https://connect.patsnap.com/06e741/logic-mcp?apikey=YOUR_API_KEY",
      "type": "streamableHttp"
    }
  }
}

Get your API key at open.patsnap.com.

For the full list of available tools and input parameters, refer to the official MCP server documentation: https://open.patsnap.com/marketplace/mcp-servers/biology-modality


Instructions for AI Agents

Step 1: Sequence Identification & Normalization

When a user provides a protein or nucleotide sequence (FASTA format) or a gene name, use the biological normalization tools to resolve the entity to a standard ID or sequence.

Step 2: Sequence-Based Search

  • Use Sequence Identity Search to find homologs in patents and literature.
  • Use Motif Search to identify specific functional regions within a sequence.
  • Filter results by organism, sequence length, and patent publication date.

Step 3: Modality-Specific Analysis

  • For Antibodies: Analyze CDR regions and antigen binding affinity.
  • For Nucleotides: Investigate gene expression and multi-omics associations.

Step 4: Output Synthesis

Present biological data with:

  • Sequence alignments showing identity and gaps.
  • Functional annotations (e.g., active sites, PTMs).
  • IP landscape summaries for specific sequences.

Example Workflows

Antibody IP Clearance

  1. Input an antibody heavy/light chain sequence.
  2. Run sequence identity search across global patent databases.
  3. Identify patents with high-identity sequences that may pose FTO risks.

Read the full file on GitHub · 85 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. 11d ago First seen · 85 lines · 19 tokens per session scan A 78a9f845595d

Subscribe to this mod's changes

patsnap-biological-modality is a skill published in the GitHub repository patsnap/mcp (111 stars, last pushed 22d ago), licensed Apache-2.0. It adds 19 tokens to every session and 729 once invoked, about $0.0001 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

glycoengineering

Analyze and engineer protein glycosylation. Scan sequences for canonical N-glycosylation sequons (N-X-S/T with X not proline, including overlapping sites), predict O-GalNAc hotspots, read glycan notation, and reach the curated external tooling (NetNGlyc, NetOGlyc, GlycoShield, GlycoWorkbench, GlyTouCan, GlyConnect).…

K-Dense-AI/drug-discovery-agent-skills · 183 tokens

molecular-dynamics

Run and analyze molecular dynamics simulations with OpenMM and MDAnalysis. Set up protein and protein-ligand systems with PDBFixer, choose force fields and water models (AMBER14, CHARMM36m, ff19SB, GAFF2, TIP3P), solvate and add ions, run energy minimization, NVT/NPT equilibration and production MD on GPU, then…

K-Dense-AI/drug-discovery-agent-skills · 180 tokens

molfeat

Molecular featurization hub with one consistent interface over 100+ featurizers. Fingerprints (ECFP/Morgan, MACCS, atom pair, topological torsion, Avalon, RDKit, ERG), RDKit and Mordred descriptor sets, pharmacophore and 3D shape descriptors, scaffold keys, and pretrained embeddings (ChemBERTa, ChemGPT, MolT5, GIN…

K-Dense-AI/drug-discovery-agent-skills · 165 tokens

depmap

Query the Cancer Dependency Map (DepMap) for cancer cell line gene dependency scores (CRISPR Chronos), RNAi DEMETER2 scores, PRISM compound sensitivity, and gene effect profiles across the cell-line panel. Use for identifying cancer-selective vulnerabilities, separating pan-essential genes from selective ones, finding…

K-Dense-AI/drug-discovery-agent-skills · 128 tokens

rowan

Rowan is a cloud-native molecular modeling and medicinal-chemistry workflow platform with a Python API. Use for pKa and macropKa prediction, conformer and tautomer ensembles, docking and analogue docking, protein-ligand cofolding, MSA generation, molecular dynamics, permeability, descriptor workflows, and related…

K-Dense-AI/drug-discovery-agent-skills · 100 tokens

autodock-vina

Structure-based docking with AutoDock Vina, Vinardo, and AutoDock4 through the Meeko toolchain. Use this skill to define a docking box, prepare receptors and ligands as PDBQT, run single or batch docking, rescore, and interpret affinities, poses, and ligand efficiency. Covers box definition from a reference ligand or…

K-Dense-AI/drug-discovery-agent-skills · 152 tokens