← 返回 Skills 市场
cjmore66

TIA CICD DIFF

作者 Caisik · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
120
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install tia-cicd-diff
功能描述
Use Siemens TIA Portal Openness API to diff two .zap18 projects and return structured code & hardware changes.
安全使用建议
This skill is coherent for its stated purpose, but it is instruction-only and depends on external scripts you (or your environment) must provide. Before using it: 1) Confirm you have Siemens TIA Portal V18 + Openness installed. 2) Locate and inspect the actual diff script (TIA-Openness-Diff.ps1 or tia_diff.bat) that the agent will run — do not run untrusted scripts. 3) Run the script in a controlled environment or on copies of projects (it extracts archives and writes temp/output files). 4) Verify the script does not perform unexpected network calls or handle credentials. 5) Ensure appropriate file permissions and backups for projects. If you cannot inspect or trust the external script, do not grant the agent permission to execute it automatically.
功能分析
Type: OpenClaw Skill Name: tia-cicd-diff Version: 1.0.0 The skill bundle describes a legitimate engineering utility for diffing Siemens TIA Portal (.zap18) project files using the Openness API. The instructions in SKILL.md and the documentation in Scripts/README.md align with the stated purpose of extracting and comparing PLC code and hardware configurations, with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The name/description (diff two .zap18 projects using Siemens Openness) matches the instructions and file README: the workflow requires Siemens TIA Portal Openness, external PowerShell/batch scripts that call SiemensEngineering.dll, and filesystem access to read archives and write diff JSON. There are no unrelated credentials, binaries, or installs requested.
Instruction Scope
SKILL.md explicitly allows calling external scripts and reading/writing the working directory, which is necessary for extracting and comparing .zap18 (ZIP) contents. The instructions are minimal and assume the presence of an external script (e.g. tia_diff.bat / TIA-Openness-Diff.ps1) but do not include or pin that script in the bundle — the agent will run whatever script is present. This is expected for this kind of skill but worth noting: you should verify the actual script before execution.
Install Mechanism
No install spec is present (instruction-only). That is the lowest-risk install model. The skill relies on existing Siemens TIA Portal and Openness being installed on the host; it does not attempt to download or install code itself.
Credentials
No environment variables, credentials, or config paths are requested. The README lists only requirements that are relevant (TIA Portal V18, PowerShell). There are no disproportionate or unrelated secret accesses.
Persistence & Privilege
The skill does not request permanent presence (always: false) and does not modify other skills or system-wide settings. It instructs local script execution and file I/O only, which is appropriate for a project diff utility.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tia-cicd-diff
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tia-cicd-diff 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of tia-cicd-diff skill. - Integrates Siemens TIA Portal Openness API for diffing .zap18 project files. - Supports extraction and comparison of code and hardware changes between two projects. - Provides both machine-readable (JSON) and human-readable (Markdown) summaries of differences. - Utilizes external scripts and a working directory for file handling and processing.
元数据
Slug tia-cicd-diff
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

TIA CICD DIFF 是什么?

Use Siemens TIA Portal Openness API to diff two .zap18 projects and return structured code & hardware changes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 TIA CICD DIFF?

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

TIA CICD DIFF 是免费的吗?

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

TIA CICD DIFF 支持哪些平台?

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

谁开发了 TIA CICD DIFF?

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

💬 留言讨论