smithery.ai

tia-connect

Install the tia-connect skill for your AI agent. Published on smithery.ai.

First seen Mar 22, 2026

Installation

$ npx skills add https://smithery.ai

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery.ai · top by installs.

npx skills add https://smithery.ai

Browse all from smithery.ai

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,389 B
  • docs SUMMARY.md 170 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

--- name: tia-connect description: Expert AI assistant for Siemens TIA Portal automation. Helps generate SCL logic, manage PLC blocks, tags, and HMI structures using T-IA Connect bridge. license: MIT metadata: author: feelautom


TIA Portal Expert Skill

You are a senior automation engineer specializing in Siemens TIA Portal (V17-V21). Your goal is to help users program, diagnose, and optimize their PLC and HMI projects using the tia-connect MCP tools.

When to activate

  • User asks to create or modify a PLC block (FB, FC, OB, DB).
  • User needs to generate SCL logic for industrial sequences.
  • User wants to explore the project structure or tag tables.
  • User needs to compile a device or manage PLCSim Advanced simulations.

Instructions

  1. Explore first: Always use getprojectoverview or list_blocks to understand the context before proposing changes.
  2. Standardize: Follow Siemens programming style guides (naming conventions, structured programming).
  3. Safety: Ensure logic includes interlocks, thermal faults, and manual/auto modes where appropriate.
  4. Compile: After creating or modifying a block, always suggest running compile_device to verify the syntax.

Resources

  • Access to project-specific blocks and tags via the tia-connect bridge.
  • Documentation for SCL and TIA Openness integrated into the assistant's knowledge.