← 返回 Skills 市场
98
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install reagent-substitute-scout
功能描述
Find validated alternative reagents based on literature citation data.
安全使用建议
This skill appears coherent with its stated purpose, but take these practical precautions before running it: (1) Review scripts/main.py yourself (or run python -m py_compile) to confirm no unexpected behavior. (2) Run inside a virtualenv/container before installing dependencies (rdkit can be large). (3) Provide API keys only to trusted services; PubMed and PubChem endpoints shown are official, but 'google_scholar' support is often implemented via unofficial APIs or scraping — be cautious and prefer enabled=False unless you know the implementation. (4) The skill uses network calls to public APIs and may cache results under ~/.cache and read/write ~/.config/reagent-substitute-scout/config.json; if you store secrets, protect that file. (5) If you need stronger assurance, ask the maintainer for the remainder of main.py (the provided file was truncated in the package listing) and verify there are no hidden endpoints or telemetry.
功能分析
Type: OpenClaw Skill
Name: reagent-substitute-scout
Version: 1.0.0
The reagent-substitute-scout skill is a legitimate scientific tool designed to find alternative chemical reagents using literature citation data from PubMed and structural similarity data from PubChem. The implementation in scripts/main.py is well-structured, uses standard libraries (requests, rdkit, biopython), and contains no evidence of malicious intent, data exfiltration, or unauthorized execution. It includes a small offline database for common reagents and follows secure coding practices such as using timeouts for network requests and providing a clear security checklist in SKILL.md.
能力评估
Purpose & Capability
Name/description match the implementation: the script queries literature and chemical DBs (PubMed, PubChem, ChEMBL), performs structure similarity (rdkit), and generates scored alternatives. Declared dependencies and the packaged script are appropriate for this purpose.
Instruction Scope
SKILL.md limits actions to running scripts/main.py, editing the skill config, and using public literature/chemical APIs. It does not instruct reading unrelated system files or accessing unrelated credentials. It documents config path (~/.config/...) for API keys.
Install Mechanism
No install spec — instruction-only with a single Python script and requirements.txt. No remote downloads or extract-from-URL steps; risk is limited to installing normal Python packages (rdkit is heavy but expected).
Credentials
The skill requests no environment variables or credentials by default. Config supports optional API keys for PubMed/Google Scholar; these are proportional to literature queries. Nothing asks for unrelated secrets.
Persistence & Privilege
always is false and the skill has no special persistence or system-wide configuration changes. It does not request elevated privileges or modify other skills.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install reagent-substitute-scout - 安装完成后,直接呼叫该 Skill 的名称或使用
/reagent-substitute-scout触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Reagent Substitute Scout v1.0.0 – Initial Release
- Enables search for validated alternative reagents when specific reagents are discontinued or out of stock.
- Analyzes scientific literature (PubMed, Google Scholar, etc.) to identify, score, and report reliable reagent substitutes.
- Supports input by name, CAS number, and molecular formula; outputs results in table or JSON formats.
- Features similarity matching, citation-based validation, field filtering, and robust fallback handling for missing/incomplete data.
- Provides packaged CLI entry point (`scripts/main.py`), configuration options, and audit-ready, reproducible workflows.
元数据
常见问题
Reagent Substitute Scout 是什么?
Find validated alternative reagents based on literature citation data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。
如何安装 Reagent Substitute Scout?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install reagent-substitute-scout」即可一键安装,无需额外配置。
Reagent Substitute Scout 是免费的吗?
是的,Reagent Substitute Scout 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Reagent Substitute Scout 支持哪些平台?
Reagent Substitute Scout 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Reagent Substitute Scout?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills