← 返回 Skills 市场
205
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install syri-analysis
功能描述
执行基因组间 SYRI 共线性分析,包含染色体处理、minimap2 比对、结构变异检测及 plotsr 可视化流程。
安全使用建议
The skill appears to implement a legitimate SYRI analysis pipeline, but before installing/running it: 1) ensure the required tools (minimap2, syri, plotsr, Biopython) are actually installed — the registry metadata omits these requirements; 2) run inside a controlled conda environment to avoid polluting system Python; 3) avoid redirecting stderr into the SAM file (minimap2 stdout should be captured to the SAM file and stderr to logs); if you do capture both, be prepared to clean the SAM as shown; 4) be cautious with the recommended 64–120 threads — verify you have the CPU, memory, and I/O capacity, otherwise reduce thread count; 5) monitor backgrounded processes (they recommend using & and echo PID) to avoid orphaned jobs; 6) verify and test the chromosome renaming/mapping script on a small example before running on full genomes to avoid irreversible data mistakes; and 7) consider asking the skill author or maintainer to update the skill metadata to list required binaries and any recommended compute resources so the registry entry and SKILL.md are consistent.
功能分析
Type: OpenClaw Skill
Name: syri-analysis
Version: 1.0.0
The skill bundle provides a legitimate and detailed workflow for genomic synteny analysis using standard bioinformatics tools like minimap2, SYRI, and plotsr. The included Python scripts and shell commands in SKILL.md are consistent with the stated purpose of processing FASTA files and performing structural variation analysis, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md clearly requires minimap2, SYRI, plotsr, Biopython and use of conda/pip or building from source, but the registry metadata lists no required binaries/env vars. That omission is an inconsistency — the skill needs several external tools to function.
Instruction Scope
Instructions stay within the stated analysis workflow (FASTA manipulation, minimap2 alignment, SYRI analysis, plotsr visualization). Items to watch: examples redirect stderr into the SAM file (they later show how to clean it), they suggest running minimap2 in background and printing PID, and they recommend very high thread counts (64–120) which can exhaust CPU/memory. These are operational choices rather than malicious behavior, but they can cause resource exhaustion or corrupted output if followed without care.
Install Mechanism
This is instruction-only (no install spec). The installation guidance uses conda/pip and optionally git clone + make from GitHub — standard for bioinformatics tools. No high-risk arbitrary download URLs are present.
Credentials
No credentials or special environment variables are requested. The script uses local file paths and standard package managers only; no unexplained secrets or external endpoints are required.
Persistence & Privilege
Skill is not always-enabled and does not request persistent or elevated privileges. It is instruction-only and does not modify other skills or global agent config.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install syri-analysis - 安装完成后,直接呼叫该 Skill 的名称或使用
/syri-analysis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of SYRI collinearity analysis skill.
- Provides a complete workflow for SYRI-based structural variation analysis between genomes.
- Includes chromosome extraction/renaming, minimap2 alignment, SYRI analysis, and plotsr visualization.
- Documents key troubleshooting tips for minimap2 output buffering and SAM file cleaning.
- Offers installation guidance for required software (minimap2, SYRI, plotsr, Biopython).
- Details standard processing steps with example scripts and usage notes for large-genome scenarios.
元数据
常见问题
SYRI 共线性分析 是什么?
执行基因组间 SYRI 共线性分析,包含染色体处理、minimap2 比对、结构变异检测及 plotsr 可视化流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 SYRI 共线性分析?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install syri-analysis」即可一键安装,无需额外配置。
SYRI 共线性分析 是免费的吗?
是的,SYRI 共线性分析 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SYRI 共线性分析 支持哪些平台?
SYRI 共线性分析 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SYRI 共线性分析?
由 wangjw065(@wangjw065)开发并维护,当前版本 v1.0.0。
推荐 Skills