ワンクリックで
molarity-mass-volume
Convert between molarity, mass, and volume using molecular weight.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Convert between molarity, mass, and volume using molecular weight.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | molarity_mass_volume |
| description | Convert between molarity, mass, and volume using molecular weight. |
| category | bio/molecular_lab |
| version | 1 |
| requires_tools | ["python_repl"] |
| requires_network | false |
| user_invocable | true |
| species | any |
| modality | wet_lab |
| stage | utilities |
| stability | experimental |
| safety_level | low |
User asks to convert between molarity (M), mass (g/mg), and volume (L/mL/µL) given molecular weight.
Parse: Identify knowns and unknown; normalize units (L, mL, µL; g, mg; M, mM, µM).
Formulas: moles = mass/MW; moles = M × V(L); so mass = M × V × MW.
Compute: Use python_repl to solve and round to sensible precision.
Present: Show equation, result with units, and one-line instruction (e.g. "Weigh 0.049 g and bring to 50 mL").