tia-doctor
SolidManual prerequisite probe for TIA Portal, Openness, Python TIA Scripting, and TIA MCP.
AI & Automation 36 stars
9 forks Updated yesterday MIT
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# tia-doctor
Use this skill only when the user explicitly asks to diagnose, verify, or debug
the local TIA Portal automation environment.
## Run
```powershell
powershell.exe -NoProfile -ExecutionPolicy Bypass -File skills\tia-doctor\probe.ps1
```
For machine-readable output:
```powershell
powershell.exe -NoProfile -ExecutionPolicy Bypass -File skills\tia-doctor\probe.ps1 -Json
```
## Interpret Results
- `pass`: prerequisite is present and usable.
- `warn`: optional probe could not be completed, or a non-required item is missing.
- `fail`: required prerequisite is missing or unusable.
Report missing items with the remediation text from the probe output. Do not
invent installation commands if the probe already provided one.
## Checks
The probe checks:
- TIA Portal install and detected version.
- Openness assembly presence and version evidence.
- Current Windows user membership in the `Siemens TIA Openness` local group.
- `siemens_tia_scripting` importability through `py` or `python`.
- `tia-mcp` command or `TiaMcpServer` dotnet global tool.
The probe is read-only. It must not create projects, open TIA Portal, modify
registry keys, install tools, or change user configuration.
Details
- Author
- Czarnak
- Repository
- Czarnak/totally-integrated-claude
- Created
- 3 months ago
- Last Updated
- yesterday
- Language
- PowerShell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
tia-portal-mcp
Use when the TIA Portal MCP server is available for focused, guarded project reads and writes. Use TIA Openness skills for complex multi-step automation.
36 Updated yesterday
Czarnak AI & Automation Solid
tia-openness-roadmap
Entry point for ALL TIA Portal engineering automation tasks. Always load this skill FIRST when the user mentions TIA Portal, TIA Openness, TIA Scripting, Siemens PLC, Siemens HMI, TIA Portal Add-In, or any automation/engineering task targeting TIA Portal. This skill routes to the correct domain skill and selects MCP, Python, or C# implementation.
36 Updated yesterday
Czarnak AI & Automation Solid
tia-python
Reference routed skill. Do NOT load directly unless user says so.
36 Updated yesterday
Czarnak