← 返回 Skills 市场
ec-cyber258

Volcano Plot Script

作者 EC-cyber258 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
241
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install volcano-plot-script
功能描述
Generate R/Python code for volcano plots from DEG (Differentially Expressed Genes) analysis results. Triggered when user needs visualization of gene expressi...
安全使用建议
This skill appears coherent and benign for generating volcano plots. Before running it: 1) inspect the included scripts (especially export_r_script) if you will execute generated R code; 2) run in a virtualenv or sandbox and install dependencies from a trusted source; 3) avoid running it on untrusted input filenames/paths (path sanitization is minimal); 4) confirm output file paths to avoid overwriting important files. If you need stricter protections, ask the author to implement explicit workspace-only path checks and proper escaping when embedding filenames into exported scripts.
功能分析
Type: OpenClaw Skill Name: volcano-plot-script Version: 0.1.0 The skill bundle is a legitimate bioinformatics tool designed to generate volcano plots from differential gene expression data. The core logic in scripts/main.py uses standard data science libraries (pandas, matplotlib, numpy) to process CSV/TSV inputs and produce visualization files or R scripts. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code and instructions in SKILL.md are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description (volcano plot generator) matches the included assets: SKILL.md, example data, marker list, requirements.txt, and a Python script that reads DEG CSV/TSV files and creates plots. No unrelated credentials, binaries, or network endpoints are requested.
Instruction Scope
Runtime instructions and code limit actions to reading an input data file, optional gene list, generating a plot and optionally exporting an R script. This stays within the stated purpose. Minor concerns: SKILL.md's security checklist mentions protections (e.g., preventing ../ traversal), but the provided Python code only checks existence of the input path and does not enforce workspace-restrictions or explicit path sanitization. The export_r_script function inserts args.input into the generated R script without visible escaping — if you run the tool on untrusted filenames/paths this could produce malformed or unexpected R script content. These are implementation / safety caveats rather than indicators of malicious behavior.
Install Mechanism
No install spec; it's an instruction-only skill with a requirements.txt listing typical plotting/data packages (pandas, matplotlib, seaborn, numpy). This is proportional for a local plotting tool and doesn't pull remote archives or arbitrary executables.
Credentials
The skill requests no environment variables, no credentials, and no config paths. All declared dependencies are relevant to data processing and plotting.
Persistence & Privilege
always is false and the skill does not request persistent/privileged presence or attempt to modify other skills or system-wide settings. It performs local file I/O consistent with its purpose.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install volcano-plot-script
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /volcano-plot-script 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of volcano-plot-script skill. - Generates customizable R or Python scripts for creating publication-ready volcano plots from DEG analysis results. - Supports input of gene identifiers, log2 fold changes, p-values, and optional annotations. - Offers multiple parameters for color, thresholds, and gene labeling. - Produces high-quality PNG/PDF/SVG plots and gene lists as outputs. - Includes security and risk assessments, with installation and usage instructions provided.
元数据
Slug volcano-plot-script
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Volcano Plot Script 是什么?

Generate R/Python code for volcano plots from DEG (Differentially Expressed Genes) analysis results. Triggered when user needs visualization of gene expressi... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 241 次。

如何安装 Volcano Plot Script?

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

Volcano Plot Script 是免费的吗?

是的,Volcano Plot Script 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Volcano Plot Script 支持哪些平台?

Volcano Plot Script 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Volcano Plot Script?

由 EC-cyber258(@ec-cyber258)开发并维护,当前版本 v0.1.0。

💬 留言讨论