← 返回 Skills 市场
zjuphd

Bio-chat: Hardcore Primer Designer

作者 zjuphD · GitHub ↗ · v5.1.0 · MIT-0
cross-platform ✓ 安全检测通过
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rtqpcr-primer-design
功能描述
Designs high-specificity RT-qPCR primers and probes with homology mapping, high-GC optimization, TaqMan/SYBR support, and off-target specificity checks.
安全使用建议
This skill appears to do what it says: it fetches sequences from NCBI and runs primer/probe design locally without requesting secrets. Before installing/using: (1) Note the SKILL.md claim that local FASTA input is supported is inaccurate — the current script expects NCBI accessions and will try to fetch from NCBI; if you need local FASTA support, modify the script or pass sequences another way. (2) The homology/junction mapping uses simple substring searches and minimal GenBank parsing — this can produce incorrect junction mappings for real-world, noisy sequences; validate outputs manually before ordering primers. (3) The script performs outbound network requests to NCBI (no authentication) — if your environment disallows network egress, run it locally with vetted inputs. (4) There are no hidden endpoints or credential exfiltration, but because this is a biological assay tool, ensure you have appropriate institutional approvals and biosafety review before designing assays for regulated or pathogenic organisms. Finally, review and test the code on non-sensitive examples, and ensure 'requests' is installed in the Python environment.
功能分析
Type: OpenClaw Skill Name: rtqpcr-primer-design Version: 5.1.0 The skill bundle is a legitimate bioinformatics tool for designing RT-qPCR primers and probes. The core logic in `scripts/design_qpcr_assay.py` implements standard biological algorithms such as the SantaLucia (1998) Nearest-Neighbor model for Tm calculation and uses official NCBI E-utils APIs (eutils.ncbi.nlm.nih.gov) to fetch sequence data. No evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
The name/description announce primer/probe design with homology mapping, high-GC Tm calculation, TaqMan/SYBR support and off-target checks — and the included Python implements those features (SantaLucia NN Tm calc, homology-based junction mapping, off-target substring checks, probe selection). The required resources (no credentials, only NCBI network access) are consistent with designing assays from NCBI accessions.
Instruction Scope
SKILL.md states you can provide either an NCBI accession OR a local FASTA, but the script only accepts accessions and always calls NCBI efetch (get_transcript). Supplying a local FASTA path will not be handled as advertised. The runtime will perform outbound HTTP requests to NCBI eutils (expected for this purpose) and prints sequence/annotation fetch attempts; it does not send data to any third-party endpoints beyond NCBI.
Install Mechanism
There is no install spec; the package is instruction-only with one Python script and requirements.txt (requests). That is low-risk, but users must ensure the runtime environment has the 'requests' library or install it themselves.
Credentials
The skill requests no environment variables, credentials, or special config paths. Its only external interaction is unauthenticated HTTP GETs to NCBI eutils, which is proportionate to fetching sequences/annotations.
Persistence & Privilege
The skill is user-invocable and not always-enabled. It does not request persistent privileges and does not attempt to modify other skills or system configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install rtqpcr-primer-design
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /rtqpcr-primer-design 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v5.1.0
Professional enhancement v5.1: Added TaqMan probe design, 3' off-target defense, and robust homology-based junction mapping. ZJU PhD Edition.
元数据
Slug rtqpcr-primer-design
版本 5.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Bio-chat: Hardcore Primer Designer 是什么?

Designs high-specificity RT-qPCR primers and probes with homology mapping, high-GC optimization, TaqMan/SYBR support, and off-target specificity checks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。

如何安装 Bio-chat: Hardcore Primer Designer?

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

Bio-chat: Hardcore Primer Designer 是免费的吗?

是的,Bio-chat: Hardcore Primer Designer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Bio-chat: Hardcore Primer Designer 支持哪些平台?

Bio-chat: Hardcore Primer Designer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Bio-chat: Hardcore Primer Designer?

由 zjuphD(@zjuphd)开发并维护,当前版本 v5.1.0。

💬 留言讨论