From totally-integrated-claude
Automates Siemens TIA Portal HMI engineering via C# Openness API. Handles Classic WinCC (WinCC.dll) and WinCC Unified (WinCCUnified.dll) — screens, tags, alarms, events, logging, connections, and runtime settings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/totally-integrated-claude:tia-hmi-operationsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
HMI engineering — full C# Openness implementation.
references/hmi-composition-hierarchy.mdreferences/hmi-target.mdreferences/screens.mdreferences/scripts-cycles-connections.mdreferences/tags.mdreferences/unified-connections.mdreferences/unified-dynamization.mdreferences/unified-elements.mdreferences/unified-enums.mdreferences/unified-events.mdreferences/unified-features.mdreferences/unified-logging.mdreferences/unified-overview.mdreferences/unified-parts.mdreferences/unified-plant-model.mdreferences/unified-runtime-settings.mdreferences/unified-screens.mdreferences/unified-system-services.mdreferences/unified-tags-alarms.mdHMI engineering — full C# Openness implementation.
When the roadmap routes here, the entire solution is C#.
Do not mix with Python wrapper calls.
Always load tia-csharp-common first (done by roadmap).
Load ONLY the reference file(s) relevant to the task. Do not load all files at once.
HmiTarget)| Reference file | When to use |
|---|---|
references/hmi-target.md | Initialize/Compile: Getting the HmiTarget from a device; compiling HMI; HMI object model overview; namespace-to-composition mapping. |
references/screens.md | Screens: Creating and managing screen folders; deleting screens, screen templates, or entire folder contents. |
references/hmi-composition-hierarchy.md | Screen Items & Alarms: Complete screen composition tree (popups, slideins, templates, global elements); screen item attributes; Alarms, Recipes, and Reports API. |
references/tags.md | Tags: Creating HMI tag table folders; enumerating tags; deleting individual tags or tag tables. |
references/scripts-cycles-connections.md | Services: Managing VB scripts and folders; cycles, connections, text lists, and graphic lists. |
HmiSoftware)| Reference file | When to use |
|---|---|
references/unified-overview.md | Initialize/Overview: Getting HmiSoftware entry point; full composition map; required namespaces. |
references/unified-tags-alarms.md | Tags & Alarms: Unified tags, tag tables, groups; alarm classes, discrete/analog alarms; audit classes. |
references/unified-screens.md | Screens: Unified screen hierarchy, groups, folders; ScreenBase, ScreenGroup, and ScreenWindow navigation. |
references/unified-elements.md | Screen Items: Creating/finding shapes (circles, lines) and widgets (buttons, IO fields, gauges). |
references/unified-parts.md | UI Components: Complex parts like DataGrids, AlarmViews, TrendAreas, and ControlBar elements. |
references/unified-dynamization.md | Dynamization: Scripting, Tag/Expression dynamization; MappingTables; flashing conditions. |
references/unified-events.md | Event Handlers: Subscribing to UI events (OnClick, OnChange) for all screen item types. |
references/unified-features.md | Features: UI feature interfaces (IHmiArcFeature, IHmiWindowFeature, IHmiScaleFeature). |
references/unified-logging.md | Logging: Data logs, alarm logs, audit trails, and logging tags. |
references/unified-connections.md | Connections: HMI connections and driver properties. |
references/unified-runtime-settings.md | Runtime: Reporting, Telemetry, OpcUaServer, and UI Runtime resource settings. |
references/unified-plant-model.md | Plant Model: Plant Objects, Views, Interfaces, and CPM services. |
references/unified-system-services.md | Services: JavaScript modules/scripts; Text and Graphic lists. |
references/unified-enums.md | Enums: Comprehensive list of HMI-specific enums (AggregationMode, FillPattern, FontName, etc.). |
project.DevicesHmiTarget hmi = sc?.Software as HmiTarget (namespace: Siemens.Engineering.Hmi)HmiSoftware hmi = sc?.Software as HmiSoftware (namespace: Siemens.Engineering.HmiUnified)ICompilable for HMI compile (see tia-project-general/references/compile.md)npx claudepluginhub czarnak/totally-integrated-claude --plugin totally-integrated-claudeProvides TIA Portal Openness C# API foundation: V21 modular assembly architecture, namespace-to-DLL mappings, and cross-assembly warnings for Siemens automation projects.
Assesses SCADA HMI systems for vulnerabilities in web interfaces, thin client configs, authentication, and HMI-PLC communications per IEC 62443 and NIST SP 800-82.
Assesses SCADA HMI security across authentication, communication, and web interfaces, aligned with IEC 62443 and NIST SP 800-82. Use for OT security audits and compliance prep.