← Back to Skills Marketplace
aipoch-ai

Serial Dilution Calculator

by AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install serial-dilution-calculator
Description
Generate qPCR/ELISA dilution protocols with precise pipetting steps
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install serial-dilution-calculator
  3. After installation, invoke the skill by name or use /serial-dilution-calculator
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug serial-dilution-calculator
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Serial Dilution Calculator?

Generate qPCR/ELISA dilution protocols with precise pipetting steps. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Serial Dilution Calculator?

Run "/install serial-dilution-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Serial Dilution Calculator free?

Yes, Serial Dilution Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Serial Dilution Calculator support?

Serial Dilution Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Serial Dilution Calculator?

It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.

💬 Comments