首页龙虾技能列表 › Buffer Calculator — 分子生物学和生物化学缓冲液配方计算器

Buffer Calculator — 分子生物学和生物化学缓冲液配方计算器

v0.1.0

该技能用于计算分子生物学和生物化学应用的复杂缓冲液配方,提供精确的质量/体积计算、pH考虑和分步准备指南。支持预定义的常用缓冲液(PBS、RIPA、TAE)以及自定义计算,包括pH调整指导。适用于实验室缓冲液准备、实验设计和教学。

0· 194·0 当前·0 累计
by @aipoch-ai (AIpoch)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/11
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
high confidence
技能的声明目的和资源匹配(本地缓冲液计算器),但实现和指令中包含单元/逻辑错误,会产生大幅不正确的试剂质量,直到修复前不适用于实验室使用。
评估建议
在修复计算错误前,不要使用此技能准备真实实验室缓冲液。当前脚本错误地混合了mM和mL,会产生约1000倍太大的组件质量(例如,报告千克而不是克),这可能导致危险的实验条件。如果仅用于测试/学习,请在非实验室环境中运行,并手动检查每个计算。推荐修复:将体积转换为升,然后将mM转换为mol/L再计算克。例如:正确方法(概念):volume_L = final_volume_ml / 1000.0;moles = (conc_mM / 1000.0) * volume_L;grams = moles * MW。或代数快捷方式:grams = conc_mM * final_volume_ml * MW / 1_000_000。请请求技能作者更新代码,添加单元测试和输出的明确单元注释,然后再用于真实实验室。如果您依赖此技能进行安全关键的准备,请首先使用验证的软件或手动独立验证。...
详细分析 ▾
用途与能力
Name, description, and included Python code match: this is a local buffer recipe calculator and it does not request extra credentials, binaries, or system access beyond simple computation.
指令范围
SKILL.md and the example code stay within buffer calculation scope, but the unit math in both the documentation and scripts is inconsistent with the code's use of mM and mL. The implementation computes 'moles' as (conc_mM * volume_mL / 1000) and then multiplies by molecular weight — this yields values 1000× too large (i.e., reports grams in the thousands instead of grams). This is a dangerous correctness bug for lab preparations and the SKILL.md formula/comments also show unit confusion.
安装机制
Instruction-only skill with a small local Python script; no install spec, no external downloads, and no packages pulled from untrusted URLs.
凭证需求
No environment variables, credentials, or config paths are requested — access scope is minimal and appropriate for the stated purpose.
持久化与权限
No elevated privileges requested; always=false and no persistent/system modifications are indicated.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/13

缓冲液计算器的初始版本发布,包含分子生物学和生物化学实验室的核心功能。- 提供PBS、RIPA、TAE等常用缓冲液的策略库,包括分子重量、浓度和pH规格。- 为固体和液体缓冲液组件提供毫克级精度的质量和体积计算。- 支持根据不同体积和浓度缩放配方,包括浓缩的母液。- 生成包含安全和最佳实践指导的分步准备协议。- 提供pH调整考虑和常见准备问题的故障排除。- 与相关的实验室管理和文档技能集成,实现工作流的流畅。

● 无害

安装命令 点击复制

官方npx clawhub@latest install buffer-calculator
镜像加速npx clawhub@latest install buffer-calculator --registry https://cn.clawhub-mirror.com

技能文档

缓冲液计算器 ==================== Calculate precise buffer formulations with accurate mass and volume measurements for molecular biology, biochemistry, and cell culture applications. Supports predefined common buffers and customizable calculations with pH adjustment guidance.

Key Capabilities:

  • 预定义缓冲液库:访问实验室常用缓冲液(PBS、RIPA、TAE)及其精确分子重量和浓度
  • 精确质量计算:基于最终体积和浓度计算组件质量到毫克精度
  • 体积基于组件:处理需要体积测量的液体组件(洗剂、酸/碱)
  • 浓度缩放:轻松缩放从文献协议到不同体积的配方(10X、20X等)
  • 分步协议:生成包含安全考虑的详细准备指令

...(中间内容省略,保留关键结构)...

数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务