← 返回 Skills 市场
aipoch-ai

Sc-RNA Cell Type Annotator

作者 AIpoch · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
133
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install scrna-cell-type-annotator
功能描述
Auto-annotate cell clusters from single-cell RNA data using marker genes.
安全使用建议
This package appears non-malicious but incomplete or inconsistent. Before installing or using it: (1) Inspect and run the script in a sandboxed environment (python -m py_compile scripts/main.py; python scripts/main.py --demo) to confirm behavior. (2) Note that --markers is accepted by the CLI but not implemented — expect to add CSV parsing and input validation if you need real-file support. (3) Verify any future changes properly sanitize input paths (prevent ../ traversal) and explicitly write outputs to a workspace directory. (4) Consider contacting the author/source (unknown here) or prefer a vetted tool if you need production annotation pipelines. If you decide to extend this skill yourself, add robust file I/O, path sanitization, and unit tests; keep execution confined to a safe environment while developing.
功能分析
Type: OpenClaw Skill Name: scrna-cell-type-annotator Version: 1.0.0 The skill is a straightforward tool for biological data analysis, specifically for annotating cell types in scRNA-seq data. The Python script `scripts/main.py` contains simple scoring logic using a hardcoded marker database and lacks any network calls, shell execution, or sensitive file access. The `SKILL.md` instructions are consistent with the code's functionality and do not contain any prompt injection attempts or malicious directives.
能力评估
Purpose & Capability
Name/description and SKILL.md describe a tool that reads cluster marker inputs and writes annotated outputs, but the included script only implements a --demo mode and does not parse the --markers CSV or produce files as documented. requirements.txt lists pandas (imported) but the script does not actually use pandas for any I/O. This mismatch suggests the package is incomplete or poorly maintained.
Instruction Scope
SKILL.md instructs validating input file paths, running the script against real inputs, and writing outputs; however, scripts/main.py does not implement reading input files, validation, path sanitization, or output writing — it only prints a demo. The instructions therefore grant broader runtime scope than the code actually exercises (or expect missing functionality).
Install Mechanism
No install spec; this is an instruction-only skill with a small Python script and a single dependency (pandas) declared in requirements.txt. No external downloads or obscure installers are used.
Credentials
The skill requests no environment variables or credentials. It does require Python and pandas, which are proportional to the claimed purpose. No secrets or unrelated env access are requested.
Persistence & Privilege
always is false and there are no indications the skill modifies other skills or system-wide settings. It runs locally if invoked; no elevated persistence or privileged behavior is requested.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scrna-cell-type-annotator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scrna-cell-type-annotator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of scrna-cell-type-annotator. - Supports automatic annotation of cell clusters from single-cell RNA data using marker genes. - Provides a scope-focused, reproducible workflow with structured output and documented error handling. - Primary script entry point: scripts/main.py, with example commands and audit-ready usage. - Includes input validation, risk assessment, and security checklist. - Returns cell type predictions, marker gene support, confidence levels, and alternative suggestions. - Handles fallback paths for incomplete inputs or script failures.
元数据
Slug scrna-cell-type-annotator
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Sc-RNA Cell Type Annotator 是什么?

Auto-annotate cell clusters from single-cell RNA data using marker genes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 133 次。

如何安装 Sc-RNA Cell Type Annotator?

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

Sc-RNA Cell Type Annotator 是免费的吗?

是的,Sc-RNA Cell Type Annotator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Sc-RNA Cell Type Annotator 支持哪些平台?

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

谁开发了 Sc-RNA Cell Type Annotator?

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

💬 留言讨论