← 返回 Skills 市场
94
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install volcano-plot-labeler-1
功能描述
Analyze data with `volcano-plot-labeler` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
安全使用建议
This skill appears coherent and self-contained, but check a few things before running: 1) Run the recommended smoke check: python -m py_compile scripts/main.py and inspect scripts/main.py yourself to confirm behavior. 2) Install dependencies in a sandboxed venv: pip install -r requirements.txt (note SKILL.md also mentions scipy; install only what you need). 3) Be aware the examples assume importable package semantics but only scripts/main.py is provided — run the script directly or adapt for import. 4) Provide only non-sensitive sample data for initial runs (the script reads CSVs and writes image files). If you need higher assurance, paste the full remainder of scripts/main.py for a complete review (the provided file preview was truncated).
功能分析
Type: OpenClaw Skill
Name: volcano-plot-labeler-1
Version: 1.0.0
The volcano-plot-labeler skill is a legitimate data visualization tool designed to generate scientific plots with automated label positioning. The core logic in `scripts/main.py` uses standard libraries (pandas, matplotlib, numpy) to process differential expression data and implements a force-directed repulsion algorithm for text labels. The instructions in `SKILL.md` are well-structured, focusing on reproducible workflows and input validation without any signs of prompt injection or malicious intent. No suspicious network activity, file system abuse, or obfuscation was detected.
能力评估
Purpose & Capability
Name/description match the included artifact: scripts/main.py implements label_volcano_plot and a CLI for generating labeled volcano plots. Required libraries (numpy, pandas, matplotlib) are appropriate for the stated purpose.
Instruction Scope
SKILL.md stays within the stated scope (validate inputs, run the packaged script, return artifacts). Minor inconsistencies: SKILL.md's installation block lists 'scipy' in pip install but requirements.txt lacks scipy; SKILL.md shows example 'from volcano_plot_labeler import label_volcano_plot' even though the repository includes only scripts/main.py (not an installed package). These are quality/documentation issues but not direct security concerns.
Install Mechanism
No install spec — instruction-only with a packaged script. No remote downloads or extraction. Dependencies are standard Python packages declared locally (requirements.txt).
Credentials
The skill requests no environment variables, credentials, or config paths. The script operates on user-provided CSVs and writes standard image outputs — this is proportionate to its purpose.
Persistence & Privilege
always:false and no modifications to other skills or system-wide configs. The skill does not request persistent presence or elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install volcano-plot-labeler-1 - 安装完成后,直接呼叫该 Skill 的名称或使用
/volcano-plot-labeler-1触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the volcano-plot-labeler skill.
- Automatically identifies and labels the top 10 most significant genes on volcano plots.
- Uses a repulsion algorithm to ensure label text does not overlap.
- Supports customizable thresholds, styling options, and multiple output formats (PNG, PDF, SVG).
- Provides both Python API and command-line interface for flexible usage.
- Designed with reproducible workflows, explicit validation, and structured outputs for easy review and audit.
元数据
常见问题
Volcano Plot Labeler 是什么?
Analyze data with `volcano-plot-labeler` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 Volcano Plot Labeler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install volcano-plot-labeler-1」即可一键安装,无需额外配置。
Volcano Plot Labeler 是免费的吗?
是的,Volcano Plot Labeler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Volcano Plot Labeler 支持哪些平台?
Volcano Plot Labeler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Volcano Plot Labeler?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills