tia-doctor
SkillAI & modelsManual, read-only prerequisite probe for TIA Portal V21 and its modular Openness API, with optional Python TIA Scripting and TIA MCP checks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the tia-doctor skill
What this skill tells your AI
The instructions your AI receives, as published by czarnak/totally-integrated-claude in skills/tia-doctor/SKILL.md and read by ahel’s review.
Use this skill only when the user explicitly asks to diagnose, verify, or debug the local TIA Portal automation environment.
Run
Full probe:
powershell.exe -NoProfile -ExecutionPolicy Bypass -File skills\tia-doctor\probe.ps1 -RequiredMajorVersion 21
V21 C# Openness core only (the audit mode while Python and MCP are intentionally out of scope):
powershell.exe -NoProfile -ExecutionPolicy Bypass -File skills\tia-doctor\probe.ps1 -RequiredMajorVersion 21 -SkipPython -SkipMcp
Add -Json to either command for machine-readable output.
Interpret results
pass: the scoped prerequisite is present and usable by the static probe.warn: an optional probe could not be completed or a non-required item is missing.fail: a required prerequisite for the requested scope is missing or unusable.
Report missing items using the probe's remediation text. Do not invent an installation command when the result already supplies one.
V21 checks
The core probe verifies:
- the exact TIA Portal V21 executable under a common Siemens installation path;
- the V21 modular Public API path (
PublicAPI\V21\net48); - the required modular core
Siemens.Engineering.Base.dll, plus file/assembly version evidence and the installed optionalSiemens.Engineering.*modules; - current Windows-user membership in the
Siemens TIA Opennesslocal group.
Registry entries are supplemental evidence only; they do not replace the exact Portal executable or modular core assembly checks.
Unless skipped, the full probe also checks:
siemens_tia_scriptingimportability throughpyorpython;tia-mcponPATHor aTiaMcpServerdotnet global tool.
Python and MCP are client/tooling choices, not prerequisites for direct C# Openness. Use the skip switches whenever those integrations are outside scope.
Safety and evidence boundary
The probe is read-only. It must not open TIA Portal, create projects, load an Openness assembly into the current process, modify registry keys or groups, install tools, or change user configuration. Static presence, version metadata, and group membership do not prove that a project can be opened or that a credentialed/live operation will succeed.
Signals
- GitHub stars
- 59
- Forks
- 10
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
tia-doctor- Source
- github.com/czarnak/totally-integrated-claude