← 返回 Skills 市场
106
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install toxicity-structure-alert
功能描述
Analyze data with `toxicity-structure-alert` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation.
安全使用建议
This skill appears coherent for local structural-toxicity scanning. Before installing/running: 1) Review the full scripts/main.py file (especially any CONFIG block) to confirm there are no hidden network calls, credential reads, or unexpected file writes; the prompt showed only part of the file. 2) Install RDKit from an official source or your package manager (RDKit can be large and sometimes is not installable via a simple pip install). 3) Run the recommended smoke checks (python -m py_compile scripts/main.py and python scripts/main.py --help) and test with non-sensitive sample SMILES. 4) If you must run on private or regulated data, run the skill in an isolated environment (container or VM) and confirm outputs match expectations. If you want, I can scan the full main.py for networking, subprocess, or os.environ usage if you paste the remainder of the file.
功能分析
Type: OpenClaw Skill
Name: toxicity-structure-alert
Version: 1.0.0
The skill is a legitimate chemical informatics tool designed to identify toxic structural alerts in drug molecules using SMILES/SMARTS matching. The core logic in `scripts/main.py` uses the RDKit library (with a safe string-matching fallback) to analyze chemical structures and follows standard command-line practices. There is no evidence of data exfiltration, unauthorized execution, or malicious prompt injection in `SKILL.md` or the supporting scripts.
能力评估
Purpose & Capability
Name/description ask for structural toxicity scanning and the package contains a Python script that compiles SMARTS patterns and (when available) uses RDKit to substructure-match SMILES. Declared dependency on RDKit and Python 3.8+ is appropriate and proportional to the stated purpose.
Instruction Scope
SKILL.md limits runtime actions to compiling and running scripts/main.py with SMILES input, asks for explicit confirmation of inputs, and recommends smoke checks. It does not instruct reading unrelated system files or sending data to external endpoints. The doc mentions editing an in-file CONFIG block — verify that any CONFIG only contains local settings and not credentials or remote endpoints before editing.
Install Mechanism
There is no install spec (instruction-only skill plus an included script). The requirements.txt names rdkit (and trivial helpers), which is expected for this functionality. No downloads or archive extraction from untrusted URLs are present.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The reviewed portions of scripts/main.py do not reference environment variables or network endpoints. This matches the skill's local-analysis purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent platform privileges. Autonomous invocation is allowed (platform default) but not a red flag here given the skill's confined scope and lack of credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install toxicity-structure-alert - 安装完成后,直接呼叫该 Skill 的名称或使用
/toxicity-structure-alert触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
toxicity-structure-alert 1.0.0 – Initial release
- Introduces a reproducible workflow for identifying toxic structural alerts in drug molecules using SMILES input.
- Provides structured result outputs, including detailed risk levels and recommendations.
- Supports both text and JSON output formats, with configurable detail level.
- Includes a list of supported toxic alert structures and example usage commands.
- Features explicit input validation, fallback procedures, and security checklist.
元数据
常见问题
Toxicity Structure Alert 是什么?
Analyze data with `toxicity-structure-alert` using a reproducible workflow, explicit validation, and structured outputs for review-ready interpretation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 Toxicity Structure Alert?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install toxicity-structure-alert」即可一键安装,无需额外配置。
Toxicity Structure Alert 是免费的吗?
是的,Toxicity Structure Alert 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Toxicity Structure Alert 支持哪些平台?
Toxicity Structure Alert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Toxicity Structure Alert?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills