用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vimalinx/bio-agent --skill esl-alimanip命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | esl-alimanip |
| description | Use when manipulating multiple sequence alignment files using Easel tools from HMMER. |
| disable-model-invocation | true |
| user-invocable | true |
esl-alimanip/home/vimalinx/miniforge3/envs/bio/bin/esl-alimanipreferences/help.md for full options and usageesl-alimanip when you need structural edits to an alignment that go beyond simple reformatting or column masking.libopenblas.so.0, so treat the syntax below as documented behavior that cannot be executed until the library issue is fixed.# Keep only sequences listed in a file
esl-alimanip --seq-k keep.txt alignment.sto > kept.sto
# Remove sequences listed in a file
esl-alimanip --seq-r remove.txt alignment.sto > filtered.sto
# Trim alignment sequences to subsequences from a companion file
esl-alimanip --trim subseqs.fa alignment.sto > trimmed.sto
# Add numbering over nongap RF columns
esl-alimanip --num-rf alignment.sto > numbered.sto
references/help.md for supported alignment formats and options#=GC RF, #=GR POST, or per-sequence GS tags; absent annotation will make those modes fail