← 返回 Skills 市场
djemec

BioSkills

作者 djemec · GitHub ↗ · v3.0.0
darwinlinux ✓ 安全检测通过
1133
总下载
4
收藏
1
当前安装
3
版本数
在 OpenClaw 中安装
/install bioskills
功能描述
Installs 412 bioinformatics skills covering sequence analysis, RNA-seq, single-cell, variant calling, metagenomics, structural biology, and 54 more categorie...
使用说明 (SKILL.md)

bioSkills Installer

Meta-skill that installs the full bioSkills collection (425 skills across 62 categories) for bioinformatics analysis.

Installation

Run the bundled install script to download and install all bioSkills:

bash scripts/install-bioskills.sh

Or install only specific categories:

bash scripts/install-bioskills.sh --categories "single-cell,variant-calling,differential-expression"

What Gets Installed

Category Group Categories Skills
Sequence & Alignment sequence-io, sequence-manipulation, alignment, alignment-files, database-access 40
Read Processing read-qc, read-alignment 11
RNA-seq & Expression differential-expression, rna-quantification, expression-matrix 14
Single-Cell & Spatial single-cell, spatial-transcriptomics 25
Variant Analysis variant-calling, copy-number, phasing-imputation 21
Epigenomics chip-seq, atac-seq, methylation-analysis, hi-c-analysis 25
Metagenomics & Microbiome metagenomics, microbiome 13
Genomics & Assembly genome-assembly, genome-annotation, genome-intervals, genome-engineering, primer-design 29
Regulatory & Causal gene-regulatory-networks, causal-genomics, rna-structure 13
Temporal & Ecological temporal-genomics, ecological-genomics 11
Immunology & Clinical immunoinformatics, clinical-databases, tcr-bcr-analysis, epidemiological-genomics 25
Specialized Omics proteomics, metabolomics, alternative-splicing, chemoinformatics, liquid-biopsy 36
RNA Biology small-rna-seq, epitranscriptomics, clip-seq, ribo-seq 20
Phylogenetics & Evolution phylogenetics, population-genetics, comparative-genomics 16
Structural & Systems structural-biology, systems-biology 11
Screens & Cytometry crispr-screens, flow-cytometry, imaging-mass-cytometry 22
Pathway & Integration pathway-analysis, multi-omics-integration, restriction-analysis 14
Infrastructure data-visualization, machine-learning, workflow-management, reporting, experimental-design, long-read-sequencing 39
Workflows End-to-end pipelines (FASTQ to results) 40

After Installation

Once installed, skills are automatically triggered based on the task at hand. Example requests:

  • "I have RNA-seq counts from treated vs control samples - find the differentially expressed genes"
  • "Call variants from this whole genome sequencing BAM file"
  • "Cluster my single-cell RNA-seq data and find marker genes"
  • "Predict the structure of this protein sequence"
  • "Run a metagenomics classification on these shotgun reads"

Source

GitHub: https://github.com/GPTomics/bioSkills

Related Skills

After installation, 425 individual skills become available across these categories: sequence-io, sequence-manipulation, database-access, alignment, alignment-files, variant-calling, phylogenetics, differential-expression, structural-biology, single-cell, pathway-analysis, restriction-analysis, methylation-analysis, chip-seq, metagenomics, long-read-sequencing, read-qc, read-alignment, rna-quantification, genome-assembly, genome-intervals, data-visualization, expression-matrix, copy-number, proteomics, flow-cytometry, population-genetics, multi-omics-integration, spatial-transcriptomics, machine-learning, workflow-management, microbiome, metabolomics, phasing-imputation, primer-design, hi-c-analysis, imaging-mass-cytometry, atac-seq, crispr-screens, reporting, experimental-design, clinical-databases, tcr-bcr-analysis, small-rna-seq, epitranscriptomics, clip-seq, ribo-seq, genome-engineering, systems-biology, epidemiological-genomics, immunoinformatics, comparative-genomics, alternative-splicing, chemoinformatics, liquid-biopsy, genome-annotation, gene-regulatory-networks, causal-genomics, rna-structure, temporal-genomics, ecological-genomics, workflows

安全使用建议
This skill appears coherent for installing many bioinformatics helper skills: it needs git and will clone a GitHub repo and run an installer script from that repo. Before installing, review and trust the remote repository and the specific commit hash the installer expects. Because the installer executes install-openclaw.sh from the cloned repo (not included in the package), that remote script could perform any actions on your user account. Safer steps: inspect the repository and the install-openclaw.sh content on GitHub, run the installer on a disposable/isolated environment or container, back up any important OpenClaw data (~/.openclaw), and consider using the --categories option to limit what is installed. If you cannot review the remote script, do not run the installer on sensitive systems.
功能分析
Type: OpenClaw Skill Name: bioskills Version: 3.0.0 The skill bundle is an installer for bioinformatics tools. The `SKILL.md` provides clear, benign instructions without any prompt injection attempts. The `scripts/install-bioskills.sh` script clones a remote GitHub repository (`https://github.com/GPTomics/bioSkills.git`) and executes an installer script (`install-openclaw.sh`) from within it. Crucially, the script includes a strong integrity check by verifying the cloned repository's commit hash against a hardcoded `EXPECTED_COMMIT` (`fae219d8cacb7be84b96b3a99122556c1a42a47b`). This significantly mitigates supply chain risks by ensuring only a specific, verified version of the remote code is executed. All file system and network operations are consistent with the stated purpose of installing software, and there is no evidence of data exfiltration, persistence mechanisms, or other malicious intent.
能力评估
Purpose & Capability
The name/description claim to install a large collection of bioinformatics skills and the provided installer script implements that: it clones a GitHub repository and runs an OpenClaw installer from it. Required binaries (git and either python3 or Rscript) match the stated bioinformatics purpose and there are no unrelated environment variables or credentials requested.
Instruction Scope
SKILL.md tells the agent/user to run scripts/install-bioskills.sh (included). That script clones the declared GitHub repo, verifies a specific commit hash, and then executes install-openclaw.sh from the cloned repo. The instructions do not request unrelated files/credentials, but they do cause execution of a remote script (install-openclaw.sh) whose contents are not present in the package — that grants the remote repository the ability to perform arbitrary install-time actions on the user’s machine.
Install Mechanism
No binary package downloads from untrusted hosts. The installer uses git to clone a GitHub repository (a well-known host) and enforces a single expected commit hash for integrity checks, which mitigates supply-chain risk. The script does not extract arbitrary archives from unknown servers.
Credentials
No credentials or privileged environment variables are requested. The script writes to user-local paths ($HOME/.openclaw/...), which is appropriate for a user-level installer. Required binaries are proportional to the task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges in its metadata. The installer creates and modifies files in the user's home directory (~/.openclaw) and can remove those files via --uninstall. Note: the executed install-openclaw.sh (from the cloned repo) could alter other parts of the environment — that script was not provided for review.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bioskills
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bioskills 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.0.0
- Added git as a required dependency for installation (now requires "git" alongside "python3" or "Rscript"). - Pinned to v3.0 of BioSkills
v2.0.0
- Increased the total number of skills from 412 to 425. - Expanded category coverage from 60 to 62 categories, adding "temporal-genomics" and "ecological-genomics". - The Workflows category now installs 40 skills (previously 38). - Updated documentation to reflect new categories and skill counts throughout. - Reworded skills to self-heal
v1.0.0
Initial release of the bioSkills installer meta-skill. - Installs all 412 bioinformatics skills across 60 categories. - Supports both full installation and selective installation by category. - Covers key areas such as sequence analysis, RNA-seq, single-cell, variant calling, metagenomics, structural biology, and more. - After installation, skills are automatically triggered as needed for various bioinformatics tasks.
元数据
Slug bioskills
版本 3.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 3
常见问题

BioSkills 是什么?

Installs 412 bioinformatics skills covering sequence analysis, RNA-seq, single-cell, variant calling, metagenomics, structural biology, and 54 more categorie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1133 次。

如何安装 BioSkills?

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

BioSkills 是免费的吗?

是的,BioSkills 完全免费(开源免费),可自由下载、安装和使用。

BioSkills 支持哪些平台?

BioSkills 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux)。

谁开发了 BioSkills?

由 djemec(@djemec)开发并维护,当前版本 v3.0.0。

💬 留言讨论