← 返回 Skills 市场
meta-men

strain identification

作者 meta-men · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
278
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install strain-skill
功能描述
Automates strain identification by parsing sequencing files, performing NCBI BLAST alignment, generating DingTalk table data, and creating Word identificatio...
安全使用建议
This skill mostly matches its advertised purpose (parsing local FASTA files, producing a Word report and structured table data), but the BLAST step is implemented incorrectly: run_blast posts to NCBI but returns a hard-coded result rather than retrieving and parsing the actual BLAST output. Before using for real diagnostics or reporting, review and test the code: update run_blast to poll/fetch the RID results from NCBI and parse real matches, or verify results externally. Also note that using this skill will send sequence data to NCBI (an external service); do not use it with sensitive or patient-identifiable sequences unless you have approval. Finally, confirm you are comfortable with pip installing the declared dependencies from PyPI.
功能分析
Type: OpenClaw Skill Name: strain-skill Version: 1.0.0 The skill is classified as suspicious because the `run_blast` function in `main.py` returns hardcoded results (identifying every input as 'Pseudomonas') instead of processing the actual response from the NCBI BLAST service. While the script does perform a legitimate POST request to `blast.ncbi.nlm.nih.gov`, the deceptive nature of the static output makes the tool non-functional and misleading. Additionally, the tool reads local files and sends their content to an external endpoint, which, while part of the stated purpose, lacks path validation and could be used to inadvertently upload sensitive data.
能力评估
Purpose & Capability
Name/description promise: parse sequencing files → run NCBI BLAST → produce DingTalk data and Word report. The code parses FASTA/SEQ and posts a BLAST 'Put' request to NCBI, which superficially matches the description, but run_blast returns a hard-coded result (fake strain/similarity/accession) instead of fetching and parsing actual BLAST results. This is a capability mismatch: it claims to perform full online BLAST alignment but the implementation does not deliver real alignment output.
Instruction Scope
SKILL.md instructs using local file_path and report_template and to call NCBI online BLAST. The code follows that scope (reads the provided file and template and generates a Word report and structured DingTalk data). It does make an outbound HTTP POST to blast.ncbi.nlm.nih.gov and reads only the provided input files; it does not access other system files or environment variables. However, the run_blast workflow is incomplete (it posts but does not wait for/fetch results), which is a functional issue rather than an explicit privacy leak.
Install Mechanism
There is no install spec in the manifest (instruction-only-style), but requirements.txt lists common Python packages (biopython, python-docx, requests). This is typical for a Python skill and implies pip installation of those deps; no unusual remote installers or archive downloads are present.
Credentials
The skill requests no environment variables, no credentials, and no config paths. It generates DingTalk-format data but does not attempt to post to DingTalk or require a DingTalk token. The only external network access is to blast.ncbi.nlm.nih.gov (NCBI).
Persistence & Privilege
The skill is user-invocable and not marked always:true. It does not modify other skills or system settings and does not request persistent elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install strain-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /strain-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
能够对seq文件进行Blast,及后续的文件填写
元数据
Slug strain-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

strain identification 是什么?

Automates strain identification by parsing sequencing files, performing NCBI BLAST alignment, generating DingTalk table data, and creating Word identificatio... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 278 次。

如何安装 strain identification?

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

strain identification 是免费的吗?

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

strain identification 支持哪些平台?

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

谁开发了 strain identification?

由 meta-men(@meta-men)开发并维护,当前版本 v1.0.0。

💬 留言讨论