← 返回 Skills 市场
cheminem

Pharmaclaw Cheminformatics

作者 Cheminem · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
290
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install pharmaclaw-cheminformatics
功能描述
Advanced cheminformatics agent for 3D molecular analysis, pharmacophore mapping, format conversion, RECAP fragmentation, and stereoisomer enumeration. The "s...
安全使用建议
This appears to be a straightforward local cheminformatics toolkit. Before installing/using: (1) ensure RDKit (rdkit-pypi) and other dependencies (numpy, Pillow for images) are installed in a controlled environment; (2) be aware CPU/memory can be heavy for large conformer enumerations (the conformer generator uses all cores by default); (3) outputs are written to any output_dir you provide — chain_entry.py does not further sanitize output_dir, so choose directories you trust and have appropriate permissions; (4) no network calls or credentials are requested by the skill, so it won't exfiltrate data unless you run it in an environment that already exposes files or secrets; (5) as always, run untrusted code in an isolated environment (container/VM) if you are concerned about unexpected behavior.
功能分析
Type: OpenClaw Skill Name: pharmaclaw-cheminformatics Version: 1.0.0 The pharmaclaw-cheminformatics bundle is a legitimate toolkit for molecular analysis and drug development workflows using the RDKit library. It provides functionality for 3D conformer generation, molecular format conversion, and pharmacophore mapping. The code includes basic security practices, such as path sanitization in `scripts/format_converter.py` to prevent path traversal, and uses controlled dynamic imports in `scripts/chain_entry.py`. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
Name/description match the actual code. All modules implement the cheminformatics features described (conformers, pharmacophores, format conversion, RECAP fragmentation, stereoisomer enumeration) and rely on RDKit and standard scientific libs; no unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md and chain_entry.py confine operations to molecule inputs, local file outputs, and RDKit processing. Modules may write SDF/PDB/PNG/text files when an output path is provided. Two minor notes: (1) format_converter applies basic path sanitization for output file paths, but chain_entry.py writes into a user-supplied output_dir without additional sanitization, so outputs will be created wherever the caller points the skill; (2) some operations (conformer generation) use all CPU cores and can be resource-intensive.
Install Mechanism
There is no install spec (no downloads or installers). The code depends on RDKit, numpy, and optionally Pillow; missing dependencies cause the scripts to exit with a clear error. No remote URLs, extract operations, or package installs are embedded in the skill.
Credentials
The skill declares no required environment variables, credentials, or config paths. It uses RDKit internals (RDConfig.RDDataDir) to load feature definitions, which is expected. No secrets are requested or accessed.
Persistence & Privilege
always is false and the skill does not modify other skills or global agent settings. It writes outputs only to paths you supply; it does not attempt to persist credentials or alter runtime configuration beyond its own outputs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pharmaclaw-cheminformatics
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pharmaclaw-cheminformatics 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
pharmaclaw-cheminformatics v1.0.0 - Initial release of an advanced cheminformatics agent for 3D molecular analysis and drug development workflows. - Adds 3D conformer generation, pharmacophore feature mapping, molecular format conversion (SMILES/SDF/MOL/InChI/PDB/XYZ), RECAP retrosynthetic fragmentation, and stereoisomer enumeration (R/S, E/Z). - Includes modules for ensemble conformer generation, pharmacophore extraction/fingerprints/comparison, retrosynthetic fragmentation, and stereochemistry analysis. - Provides a unified chain interface for integration with pharmacology, catalyst design, and IP expansion workflows. - Supports batch and single-molecule analysis; outputs 3D coordinates, SDF/PNG visualizations, and structured reports.
元数据
Slug pharmaclaw-cheminformatics
版本 1.0.0
许可证 MIT-0
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Pharmaclaw Cheminformatics 是什么?

Advanced cheminformatics agent for 3D molecular analysis, pharmacophore mapping, format conversion, RECAP fragmentation, and stereoisomer enumeration. The "s... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 290 次。

如何安装 Pharmaclaw Cheminformatics?

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

Pharmaclaw Cheminformatics 是免费的吗?

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

Pharmaclaw Cheminformatics 支持哪些平台?

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

谁开发了 Pharmaclaw Cheminformatics?

由 Cheminem(@cheminem)开发并维护,当前版本 v1.0.0。

💬 留言讨论