بنقرة واحدة
unit-conversion
Convert between common lab units (mg/mL to M, % to molar, ng/µL, etc.) given MW where needed.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Convert between common lab units (mg/mL to M, % to molar, ng/µL, etc.) given MW where needed.
التثبيت باستخدام 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 | unit_conversion |
| description | Convert between common lab units (mg/mL to M, % to molar, ng/µL, etc.) given MW where needed. |
| 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 concentration or mass units (e.g. mg/mL to mM, % w/v to M, ng/µL to nM).
Parse: Identify value, from_unit, to_unit. If converting to/from molar, get MW (ask if not given).
Convert: Use python_repl: normalize to base (e.g. g/L, mol/L), then convert to target. Handle % w/v, mg/mL, µg/µL, nM, µM, mM, M.
Present: Show formula and result with units. Round appropriately.