← 返回 Skills 市场
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install phylogenetic-tree-styler
功能描述
Analyze data with `phylogenetic-tree-styler` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
安全使用建议
This skill appears to do what it says: a local Python script to render/stylize phylogenetic trees. Before running it: (1) inspect the full scripts/main.py file yourself (the provided prompt truncated the file tail — confirm there are no network calls or unexpected filesystem operations), (2) run the recommended smoke check python -m py_compile scripts/main.py, (3) install dependencies in an isolated virtualenv or container and run the script on non-sensitive sample data first, (4) be aware SKILL.md contained unicode control characters — open the file in a plain-text editor and remove/inspect any invisible control characters, and (5) if you will process untrusted tree files, run the tool in a sandbox (VM/container) to limit any unexpected behavior.
功能分析
Type: OpenClaw Skill
Name: phylogenetic-tree-styler
Version: 1.0.0
The skill is a legitimate tool for visualizing and styling phylogenetic trees using standard scientific libraries like ete3, matplotlib, and pandas. The core logic in `scripts/main.py` is transparent, focusing on parsing Newick files and applying visual styles without any network calls, obfuscation, or suspicious system commands. The documentation in `SKILL.md` and `references/runtime_checklist.md` provides clear, task-aligned instructions for the AI agent with an emphasis on input validation and safe execution.
能力评估
Purpose & Capability
Name/description match the included code and README: the skill packages a Python script (scripts/main.py) to style Newick phylogenetic trees; required libraries (ete3, matplotlib, numpy, pandas, Python 3.8+) are appropriate for this functionality.
Instruction Scope
SKILL.md instructions are scoped to validating inputs, running the packaged script, and returning results; they do not instruct reading unrelated system files, accessing secrets, or contacting external endpoints. The workflow emphasizes a smoke-check (python -m py_compile) before execution.
Install Mechanism
No install spec (instruction-only) and the code is packaged locally. Dependencies are standard Python packages listed in requirements.txt; there are no downloads from arbitrary URLs or extracted archives.
Credentials
The skill declares no environment variables, no credentials, and no config paths. The runtime script reads only user-supplied input files (Newick tree, optional taxonomy CSV) and writes an image output — which matches the stated purpose.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not attempt to modify other skills or system-wide agent configuration in the provided materials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install phylogenetic-tree-styler - 安装完成后,直接呼叫该 Skill 的名称或使用
/phylogenetic-tree-styler触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of phylogenetic-tree-styler.
- Provides a workflow for beautifying phylogenetic trees with taxonomy color blocks, bootstrap values, and timelines.
- Supports structured, reproducible outputs and explicit validation for review-ready analysis.
- Adds command-line interface for tree styling with options for image format, size, taxonomy, and visualization parameters.
- Includes security, risk, and workflow documentation with fallback/error response paths and audit-ready command examples.
- Requires Python 3.8+, ete3, matplotlib, numpy, and pandas.
元数据
常见问题
Phylogenetic Tree Styler 是什么?
Analyze data with `phylogenetic-tree-styler` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 Phylogenetic Tree Styler?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install phylogenetic-tree-styler」即可一键安装,无需额外配置。
Phylogenetic Tree Styler 是免费的吗?
是的,Phylogenetic Tree Styler 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Phylogenetic Tree Styler 支持哪些平台?
Phylogenetic Tree Styler 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Phylogenetic Tree Styler?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills