← 返回 Skills 市场
aipoch-ai

Serial Dilution Calculator

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install serial-dilution-calculator
功能描述
Generate qPCR/ELISA dilution protocols with precise pipetting steps
安全使用建议
This skill appears to be what it claims: a small local Python tool that prints serial dilution concentrations and pipetting steps. Before installing or running: 1) Inspect and run the script locally to verify outputs for your expected units and ranges (the code uses µL and simple arithmetic). 2) Note documentation mismatches — SKILL.md mentions file I/O and a 'final_conc' parameter that the script does not use; update or correct the docs or code as needed. 3) Test with non-hazardous values and have a trained lab person review any protocols before performing wet-lab work — generating procedures does not substitute for lab training or biosafety review. 4) Consider adding input validation, clear unit labels, and explicit error handling if you plan to use this in production. Overall there are no signs of credential exfiltration, network calls, or other hidden behavior.
功能分析
Type: OpenClaw Skill Name: serial-dilution-calculator Version: 1.0.0 The skill bundle is a straightforward serial dilution calculator for laboratory use. The Python script (scripts/main.py) contains only basic mathematical logic for concentration calculations and pipetting volumes, with no network access, file system interaction, or suspicious execution patterns. The documentation (SKILL.md) is well-structured and includes a responsible risk assessment without any evidence of prompt injection or malicious instructions.
能力评估
Purpose & Capability
Name/description ('Serial Dilution Calculator' for qPCR/ELISA) match the provided Python script, which computes dilution concentrations and pipetting volumes. The script implements the core functionality without requesting unrelated capabilities.
Instruction Scope
SKILL.md stays on-topic (generate dilution protocols). However, the SKILL.md's risk checklist and 'File System Access' claim imply reading/writing input/output files; the included script does not read or write files. Also SKILL.md lists parameters like 'final_conc' that are not used in the main invocation (main calls calculate_dilutions with a placeholder 0 target), which is a documentation/code mismatch.
Install Mechanism
No install spec; the skill is instruction-only with a small standalone Python script that uses only the standard library (argparse). This is low risk from an install/execution perspective.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access external services or secret material.
Persistence & Privilege
Skill does not request permanent presence (always: false) and does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install serial-dilution-calculator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /serial-dilution-calculator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Serial Dilution Calculator. - Generates step-by-step dilution protocols for qPCR, ELISA, drug responses, and MIC assays. - Outputs precise pipetting tables, required volume calculations, and plate layout suggestions. - Highlights common pitfalls and errors. - No external dependencies required; runs locally. - Includes risk assessment and security checklist for safe use.
元数据
Slug serial-dilution-calculator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Serial Dilution Calculator 是什么?

Generate qPCR/ELISA dilution protocols with precise pipetting steps. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 Serial Dilution Calculator?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install serial-dilution-calculator」即可一键安装,无需额外配置。

Serial Dilution Calculator 是免费的吗?

是的,Serial Dilution Calculator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Serial Dilution Calculator 支持哪些平台?

Serial Dilution Calculator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Serial Dilution Calculator?

由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。

💬 留言讨论