← Back to Skills Marketplace
wangjw065

SYRI 共线性分析

by wangjw065 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
205
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install syri-analysis
Description
执行基因组间 SYRI 共线性分析,包含染色体处理、minimap2 比对、结构变异检测及 plotsr 可视化流程。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install syri-analysis
  3. After installation, invoke the skill by name or use /syri-analysis
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug syri-analysis
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is SYRI 共线性分析?

执行基因组间 SYRI 共线性分析,包含染色体处理、minimap2 比对、结构变异检测及 plotsr 可视化流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 205 downloads so far.

How do I install SYRI 共线性分析?

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

Is SYRI 共线性分析 free?

Yes, SYRI 共线性分析 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does SYRI 共线性分析 support?

SYRI 共线性分析 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created SYRI 共线性分析?

It is built and maintained by wangjw065 (@wangjw065); the current version is v1.0.0.

💬 Comments