← 返回 Skills 市场
yjli-new

Template SDS Generator

作者 YJLi-new · GitHub ↗ · v0.2.1 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
252
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install template-sds-generator
功能描述
Generate a deterministic, template-preserving 16-section SDS/MSDS package from 1 DOCX template, 1 prompt/rule file, and 1-3 source SDS/MSDS files, with DOCX/...
安全使用建议
This skill appears coherent for its stated purpose. Before running or installing: (1) inspect/replace config/fixed_company.yml so you don't accidentally ship example contact info; (2) review requirements.lock (and optionally run install in an isolated/sandbox environment) because the skill auto-creates a .venv and will pip-install packages from PyPI; (3) ensure you have Python 3.11+ available (SKILL.md requires it) or expect runtime_doctor to report incompatibilities; (4) if you expect scanned PDFs or need PDF export, confirm tesseract and soffice/libreoffice are available on the host; (5) if you have sensitive data, run the tool in a controlled environment since it will read the input files you give it and write outputs under the skill directory. If you want higher assurance, review requirements.lock and run the code in an ephemeral VM or container before using it on production data.
功能分析
Type: OpenClaw Skill Name: template-sds-generator Version: 0.2.1 The template-sds-generator skill bundle is a legitimate and well-structured tool designed to automate the creation of Safety Data Sheets (SDS). It uses standard Python libraries (PyMuPDF, python-docx, Pydantic) to parse source documents and render them into DOCX templates. While the bundle includes self-bootstrapping logic in 'scripts/bootstrap_runtime.py' and 'scripts/runtime_common.py' that executes subprocesses to manage a virtual environment and install dependencies, this behavior is consistent with the stated purpose of a self-contained OpenClaw skill. The use of external binaries like Tesseract for OCR and LibreOffice for PDF export is handled safely via argument lists in 'src/sds_generator/render/pdf_export.py' and 'src/sds_generator/parsing/ocr_backends.py', minimizing shell injection risks. No evidence of data exfiltration, prompt injection attacks, or intentional malicious logic was found.
能力评估
Purpose & Capability
The name/description (template-preserving SDS generator) matches the files and functionality: parsers for PDF/DOCX, extraction/reconciliation, template filling, and renderers. Required binaries (python3/python/py) align with the Python-based implementation. Config files and preconditions (replace fixed_company.yml, optional OCR/PDF engines) are appropriate for the purpose.
Instruction Scope
SKILL.md and the entrypoint scripts limit activity to local processing: creating a .venv, installing dependencies, parsing supplied input files, and producing outputs under outputs/runs/... The instructions explicitly require the user-supplied template and prompt files and warn not to fabricate critical fields. There are no instructions to read unrelated system files or to send data to external APIs.
Install Mechanism
There is no platform package install spec, but the skill is self-bootstrapping: on first run it creates a .venv under the skill folder and runs pip install -r requirements.lock. This will fetch packages from PyPI (network access) and write files to the skill directory. This is expected for a Python tool but is a runtime install operation the user should be aware of.
Credentials
The skill requests no environment variables or external credentials. It optionally checks for system binaries (tesseract, soffice/libreoffice) but does not require access to unrelated secrets or config paths. The only writable locations are the skill folder (.venv, assets, outputs).
Persistence & Privilege
always:false and no special platform privileges. The skill writes its own .venv and output artifacts within its folder and does not attempt to modify other skills or global agent configuration. Autonomous invocation is allowed by default (disable-model-invocation:false) which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install template-sds-generator
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /template-sds-generator 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.2.1
Polish the public OpenClaw release for ClawHub text-only publishing and cross-platform runtime bootstrap.
元数据
Slug template-sds-generator
版本 0.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Template SDS Generator 是什么?

Generate a deterministic, template-preserving 16-section SDS/MSDS package from 1 DOCX template, 1 prompt/rule file, and 1-3 source SDS/MSDS files, with DOCX/... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 252 次。

如何安装 Template SDS Generator?

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

Template SDS Generator 是免费的吗?

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

Template SDS Generator 支持哪些平台?

Template SDS Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Template SDS Generator?

由 YJLi-new(@yjli-new)开发并维护,当前版本 v0.2.1。

💬 留言讨论