← 返回 Skills 市场
116
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install sds-msds-risk-scanner
功能描述
Extract hazard codes and safety info from chemical safety datasheets.
安全使用建议
This skill appears to be a small, local SDS text parser and is internally coherent and low-risk as packaged. However, the shipped script is effectively a demo: it implements --demo output but does not open or process an --sds input file despite the SKILL.md examples. Before relying on this skill: 1) Review/modify scripts/main.py to implement safe file reading if you intend to feed real SDS files (open files defensively, validate/sanitize paths to prevent ../ traversal). 2) Confirm there are no network calls added later and consider running the script in a sandboxed workspace when testing. 3) Add tests for edge cases and large files, and pin any future third-party dependencies. 4) If you plan to allow autonomous agent invocation, be comfortable that the agent may read/write workspace files per the instructions — restrict the workspace and run in a controlled environment. Overall, there are no red flags for credential exfiltration or hidden endpoints, but the functional mismatch (demo-only behavior) should be fixed before production use.
功能分析
Type: OpenClaw Skill
Name: sds-msds-risk-scanner
Version: 1.0.0
The skill is a straightforward utility for extracting GHS hazard and precautionary codes from chemical safety datasheets using regular expressions. The Python script (scripts/main.py) contains no network activity, file system modifications, or obfuscated code, and the instructions in SKILL.md are strictly aligned with the stated purpose of safety data extraction without any evidence of prompt injection or malicious intent.
能力评估
Purpose & Capability
Name/description match the included code: a small local parser that extracts H- and P-codes and produces a risk level. The SKILL.md and examples imply the script will accept an input SDS file (--sds) and produce outputs, but scripts/main.py currently only implements a --demo mode and does not read the --sds file. This is a functional mismatch (missing file I/O implementation) rather than an unexplained or malicious requirement.
Instruction Scope
SKILL.md guides the agent to validate inputs, run the packaged script, and read/write workspace files. Those instructions stay within the skill's stated purpose. However, the runtime instructions expect the script to process input files while the shipped script only prints demo output; the agent may be instructed to read/write files when the code does not implement that behavior. The instructions do not ask for unrelated system files, environment variables, or external endpoints.
Install Mechanism
No install spec; script is instruction-only with a small local Python file. No downloads, third-party installers, or archive extraction are present.
Credentials
No environment variables, credentials, or config paths are requested. This is proportionate to the described functionality.
Persistence & Privilege
Skill does not request always:true and does not modify system/other-skill config. It runs locally when invoked; autonomous invocation is allowed by default but not combined with any broad privileges here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sds-msds-risk-scanner - 安装完成后,直接呼叫该 Skill 的名称或使用
/sds-msds-risk-scanner触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of sds-msds-risk-scanner.
- Extracts hazard codes and safety information from chemical safety datasheets (SDS/MSDS).
- Provides structured outputs: H-codes, P-codes, safety summary, PPE recommendations.
- Includes documented workflows for validated, reproducible results and clear error handling.
- Supports use cases such as lab safety, hazard communication, and compliance documentation.
- No external dependencies or network access; designed for local execution and audit readiness.
元数据
常见问题
SDS/MSDS Risk Scanner 是什么?
Extract hazard codes and safety info from chemical safety datasheets. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 116 次。
如何安装 SDS/MSDS Risk Scanner?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sds-msds-risk-scanner」即可一键安装,无需额外配置。
SDS/MSDS Risk Scanner 是免费的吗?
是的,SDS/MSDS Risk Scanner 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SDS/MSDS Risk Scanner 支持哪些平台?
SDS/MSDS Risk Scanner 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SDS/MSDS Risk Scanner?
由 AIpoch(@aipoch-ai)开发并维护,当前版本 v1.0.0。
推荐 Skills