← 返回 Skills 市场
162
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install ocsr
功能描述
PatSight MolVision molecular image recognition: calls Patent Extractor API on 1-N structure images, returns SMILES/SDF and compute properties by rdkit. First...
安全使用建议
This skill uploads user images to an external PatSight Patent Extractor API and requires PatSight credentials (or an OPS token). Before installing: 1) Confirm you trust https://patent.xinsight-ai.com and the OPS token service at https://xops.xtalpi.com (these two domains are both used by the script). 2) Prefer using a short-lived PATSIGHT_TOKEN instead of storing your account/password in environment variables or config; verify where tokens are created/stored. 3) Do not send images that contain confidential or proprietary information unless the external service's privacy/retention policy is acceptable. 4) Note minor docs issues (example JSON in SKILL.md has a stray missing quote, and additional env vars like PATSIGHT_TOKEN and PATSIGHT_BASE_URL are used but not listed as required) — these are operational/quality concerns, not evidence of malice. If you need higher assurance, request the service's privacy/security documentation or run the script in an isolated environment and inspect network traffic while authenticating.
功能分析
Type: OpenClaw Skill
Name: ocsr
Version: 1.0.1
The 'ocsr' skill bundle provides molecular image recognition by interfacing with the PatSight Patent Extractor API. The primary script, `scripts/run_ocsr.py`, handles image validation, authentication via account credentials or tokens, and uses RDKit to compute molecular properties. All network activity is directed to legitimate service endpoints (xinsight-ai.com and xtalpi.com), and the code follows standard practices for API interaction and report generation without any signs of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description, required binaries (uv, python), and the code all align: a Python script posts images to a Patent Extractor API and computes RDKit properties. There are no unrelated credentials or binaries requested.
Instruction Scope
SKILL.md and the script consistently instruct uploading images to the patent API and producing JSON/PNG outputs. Minor inconsistencies: examples and the script use additional env vars (PATSIGHT_TOKEN, PATSIGHT_BASE_URL, PATSIGHT_OPS_TOKEN_URL, PATSIGHT_OPS_VERIFY_URL) that are documented in the README/SKILL.md but only PATSIGHT_ACCOUNT and PATSIGHT_PASSWORD are listed as required; the token endpoints are on a different domain (xops.xtalpi.com) which is likely the OPS token service but should be verified by the user.
Install Mechanism
Instruction-only skill with a shipped Python script; no install spec or remote downloads. Dependencies (requests, Pillow, optional rdkit) are documented — no high-risk installers or external archives.
Credentials
The skill requests PatSight account/password (reasonable for obtaining an OPS token). It also supports using PATSIGHT_TOKEN and base URL overrides. Requesting account/password is proportionate, but users should prefer tokens when possible and verify the token issuance/verification endpoints (xops.xtalpi.com).
Persistence & Privilege
Does not request always:true, does not modify other skills or system settings. It writes outputs to a local outdir only, which is within expected behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install ocsr - 安装完成后,直接呼叫该 Skill 的名称或使用
/ocsr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- The internal API reference documentation file references/api_reference.md was removed.
- No user-facing skill logic or interface changes.
- Documentation in SKILL.md was streamlined and updated; some details were moved to metadata.
- No changes to output formats, usage, or authentication flow.
v1.0.0
Initial release of the MolVision OCSR skill:
- Supports molecular image recognition using the PatSight MolVision API, returning SMILES/SDF and RDKit properties.
- Handles 1–N structure images uploaded by the user; generates a summary report and visualization.
- Requires user authentication via OPS token; guides first-time users to register if needed.
- Accepts multiple standard image formats and processes them with robust error handling.
- Outputs results as a JSON file (raw/enriched data) and a dashboard PNG report.
元数据
常见问题
PatSight-MolVision 是什么?
PatSight MolVision molecular image recognition: calls Patent Extractor API on 1-N structure images, returns SMILES/SDF and compute properties by rdkit. First... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 162 次。
如何安装 PatSight-MolVision?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install ocsr」即可一键安装,无需额外配置。
PatSight-MolVision 是免费的吗?
是的,PatSight-MolVision 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PatSight-MolVision 支持哪些平台?
PatSight-MolVision 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PatSight-MolVision?
由 whb(@snailwhb)开发并维护,当前版本 v1.0.1。
推荐 Skills