molecule-biochemical-significance-query-biot5

molecule-biochemical-significance-query-biot5 is a skill for Claude Code, Codex from PharMolix/OpenBioMed. It costs 89 tokens per session (787 once invoked), scanned A, original, MIT.

A tool for asking about a molecule’s roles and importance in biology and chemistry from its structure or name. It uses BioT5, a model trained to work with biological and chemical information.

In plain words
What is it for?
Use it to describe a molecule’s biological functions, chemical significance, applications, metabolic roles, and properties.
Why use it?
It turns a molecule’s technical representation into a plain-language explanation, so you do not have to interpret its structure or search for its biological and chemical uses yourself.

Skill for Claude CodeCodex

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

Good fit Use it to describe a molecule’s biological functions, chemical significance, applications, metabolic roles, and properties.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5
About the project

OpenBioMed is an agent platform and toolkit collection for biomedical research and drug discovery, covering areas such as molecular design, protein analysis, and single-cell data analysis. It is intended for researchers and provides the biomedical skills listed in the catalogue as workflows for Claude Code.

PharMolix/OpenBioMed · 1,105 stars · on GitHub

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 PharMolix/OpenBioMed --skill molecule-biochemical-significance-query-biot5
Clone the repo
git clone --depth 1 https://github.com/PharMolix/OpenBioMed

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 molecule-biochemical-significance-query-biot5

README.md
[![agentmods](https://agentmods.dev/badge/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5/github.svg)](https://agentmods.dev/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5)
Your own site
<a href="https://agentmods.dev/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5"><img src="https://agentmods.dev/badge/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5/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 molecule-biochemical-significance-query-biot5

Your own site · 80×15
<a href="https://agentmods.dev/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5"><img src="https://agentmods.dev/badge/skills/pharmolix/openbiomed/molecule-biochemical-significance-query-biot5.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 787 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.00089 $0.00787
Opus 5 $0.00044 $0.00394
Sonnet 5 $0.00018 $0.00157
Haiku 4.5 $0.00009 $0.00079

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

Security

Grade A, and why

molecule-biochemical-significance-query-biot5 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 13d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (examples/basic_example.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/molecule-biochemical-significance-query-biot5/SKILL.md · 107 lines

How it starts

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

Molecule Biochemical Significance Query

Query a molecule's biochemical significance using BioT5 multi-modal model.

When to Use

  • User asks about a molecule's biological roles or functions
  • User wants to understand what a molecule is used for
  • User requests natural language description of molecular properties
  • User asks about a molecule's metabolic or chemical significance

Workflow

Step 1: Create Molecule

Create molecule from SMILES string.

from open_biomed.data import Molecule
molecule = Molecule.from_smiles("CCCCCCCc1ccco1")  # Heptylfuran

Step 2: Ask About Biochemical Significance

Use the molecule_question_answering tool with the default question.

from open_biomed.data import Text
from open_biomed.tools.tool_registry import TOOLS

qa_tool = TOOLS["molecule_question_answering"]
question = Text.from_str(
    "I am interested in understanding the molecule biochemical significance; "
    "can you describe its roles in biology and chemistry?"
)
outputs, _ = qa_tool.run(molecule=molecule, text=question)
print(outputs[0])  # Natural language answer

Alternative: Get Molecule by Name

If you have a molecule name instead of SMILES:

from open_biomed.tools.tool_registry import TOOLS

# Get molecule from name
name_tool = TOOLS["molecule_name_request"]
molecules, _ = name_tool.run("aspirin")
molecule = molecules[0]

# Then proceed with QA
qa_tool = TOOLS["molecule_question_answering"]
question = Text.from_str(
    "I am interested in understanding the molecule biochemical significance; "
    "can you describe its roles in biology and chemistry?"
)
outputs, _ = qa_tool.run(molecule=molecule, text=question)

Expected Outputs

Output Description
Natural language text Description of biochemical roles, applications, and significance

Example Outputs

Molecule Output
CCCCCCCc1ccco1 (heptylfuran) "flavouring agent; fragrance; metabolite"
CC(=O)OC1=CC=CC=C1C(=O)O (aspirin) "analgesic; anti-inflammatory; antipyretic"

Read the full file on GitHub · 107 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. 13d ago First seen · 107 lines · 89 tokens per session scan A 3830c4c88d3c

Subscribe to this mod's changes

molecule-biochemical-significance-query-biot5 is a skill published in the GitHub repository PharMolix/OpenBioMed (1,105 stars, last pushed 1mo ago), licensed MIT. It adds 89 tokens to every session and 787 once invoked, about $0.0004 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

mxl-driver-dftbplus

This skill should be used when users want to couple MaxwellLink to the MaxwellLink-aware DFTB+ fork via the MaxwellLinkSocket block, including real-time Ehrenfest dynamics, VelocityVerlet Born-Oppenheimer MD, dipole-derivative choices, build/install, and TCP/UNIX socket connection patterns.

TaoELi/MaxwellLink · 75 tokens

mxl-multimode

This skill should be used when users need the MaxwellLink multimode Fabry-Pérot cavity solver to study a spatial grid of molecules coupled to many photonic modes (mesoscale VSC), in either socket or embedded mode.

TaoELi/MaxwellLink · 54 tokens

paper_tutorial_plasmon_heating

Dual-purpose tutorial to reproduce manuscript Figure 5b, 5d, and 5e plasmonic flux and HCN heating maps (EM-only, TLS, and ASE/BOMD), and to transfer the workflow to related plasmon-molecule systems by adjusting geometry, molecular model, and run procedures.

TaoELi/MaxwellLink · 72 tokens

paper_tutorial_vsc_water

Dual-purpose tutorial to reproduce manuscript liquid-water vibrational strong-coupling spectra and CPU scaling (single-mode cavity plus Meep Bragg resonator), and to adapt the same procedure to related VSC systems by retuning cavity/resonator parameters, size ladders, and execution settings.

TaoELi/MaxwellLink · 65 tokens

mxl-meep

This skill should be used when users need MaxwellLink + Meep FDTD workflows, including embedded vs socket coupling, MPI considerations, and recommended templates.

TaoELi/MaxwellLink · 35 tokens

mxl-core

This skill should be used when users need the canonical MaxwellLink workflow, including socket vs embedded coupling, units/time handling, and MPI/HPC invariants.

TaoELi/MaxwellLink · 35 tokens