← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install multi-omics-integration-strategist
功能描述
Design multi-omics integration strategies for transcriptomics, proteomics, and metabolomics data analysis
安全使用建议
This skill appears to implement the advertised multi‑omics analysis, but treat it as prototype code rather than production software. Before running: (1) review scripts/main.py and templates yourself — there is at least one obvious bug (a variable name typo causing a NameError in the directional consistency function) and several functions are placeholders/simplified (ID mapping is naive). (2) Do not run on sensitive or production datasets until you verify behavior; run with small test CSVs in a sandbox. (3) Fix or complete missing pieces: SKILL.md references mapping.json and example data that aren't included, and lists plotting/enrichment packages not present in requirements.txt (e.g., gseapy, seaborn, matplotlib). (4) When installing deps, prefer pinned, audited packages and avoid blindly pip installing extra tooling. (5) If you lack the skills to audit Python code, ask a technical colleague to vet the script for correctness and for any unexpected network or I/O calls before use.
功能分析
Type: OpenClaw Skill
Name: multi-omics-integration-strategist
Version: 1.0.0
The skill bundle is a legitimate bioinformatics tool designed for multi-omics data integration (RNA, protein, and metabolites). The Python script `scripts/main.py` implements standard data processing using well-known libraries like pandas, scipy, and networkx, performing pathway enrichment and cross-validation scoring. There is no evidence of data exfiltration, malicious execution, or prompt injection; the code logic is transparent and aligns perfectly with the documentation in `SKILL.md` and the configuration in `config/pathways.json`.
能力评估
Purpose & Capability
The name and description (multi‑omics integration) match the included script, pathway config, and report templates. However the SKILL.md lists many higher‑level dependencies (gseapy, seaborn, matplotlib, plotly, complexheatmap, R tools, etc.) while requirements.txt is minimal and omits several libraries mentioned in the docs. SKILL.md references config/mapping.json and an examples/sample_data directory that are not present in the file manifest. These mismatches suggest sloppy packaging or missing files rather than malicious intent.
Instruction Scope
Runtime instructions ask the user to run scripts with input CSVs and to export results for visualization. The instructions do not tell the agent to read unrelated system files, environment variables, or to contact unknown external endpoints. All file reads are confined to user-provided omics CSVs and local config files.
Install Mechanism
There is no install spec (instruction-only skill) so nothing is automatically downloaded or executed on install. That is lower risk. However the package lacks a complete requirements list; SKILL.md mentions more packages than requirements.txt contains. The missing dependency declarations increase the chance users will manually install libraries from the internet, and the manifest's incomplete packaging is a reliability concern.
Credentials
The skill requests no environment variables, no credentials, and no privileged config paths. Nothing in SKILL.md or the code attempts to access cloud credentials or unrelated secrets.
Persistence & Privilege
The skill does not request persistent or elevated presence (always: false). It does not modify other skills or agent-wide settings. Autonomous invocation is allowed (platform default) but is not combined here with other red flags.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install multi-omics-integration-strategist - 安装完成后,直接呼叫该 Skill 的名称或使用
/multi-omics-integration-strategist触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Skill for designing and running multi-omics integration strategies, with pathway-level cross-validation and systems biology analysis.
- Initial release providing integrated joint analysis of transcriptomics, proteomics, and metabolomics data.
- Supports mapping and cross-validation of omics data at the pathway level using KEGG, Reactome, WikiPathways, and GO.
- Outputs include integration reports, mapping results, pathway scores, consistency matrices, and network edge lists.
- Generates analysis-ready results for visualization with external tools (e.g., Circos plot, heatmap, network graph).
- Includes configuration options for pathway databases and ID mapping.
- Input validation, risk assessment, and security measures documented.
元数据
常见问题
Multi-Omics Integration Strategist 是什么?
Design multi-omics integration strategies for transcriptomics, proteomics, and metabolomics data analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Multi-Omics Integration Strategist?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install multi-omics-integration-strategist」即可一键安装,无需额外配置。
Multi-Omics Integration Strategist 是免费的吗?
是的,Multi-Omics Integration Strategist 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Multi-Omics Integration Strategist 支持哪些平台?
Multi-Omics Integration Strategist 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Multi-Omics Integration Strategist?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills