tia-networks

tia-networks is a skill for Claude Code from Czarnak/totally-integrated-claude. It costs 17 tokens per session (861 once invoked), scanned A, original, MIT.

A C# toolkit for configuring the topology and low-level network settings of Siemens TIA Portal projects. A network topology describes how devices, interfaces, subnets, and input/output connections are linked.

In plain words
What is it for?
Use it to manage subnet and device-node attributes, PROFINET and PROFIBUS systems, transfer areas, addresses, channels, and input/output timing or watchdog settings.
Why use it?
It provides code-based access to network details that are easy to change inconsistently by hand. This helps automate device addressing, network links, timing, and input/output configuration.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the totally-integrated-claude plugin — 19 skills, 1 hook, 1 MCP server shipped together

Good fit Use it to manage subnet and device-node attributes, PROFINET and PROFIBUS systems, transfer areas, addresses, channels, and input/output timing or watchdog settings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/czarnak/totally-integrated-claude/tia-networks
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Czarnak/totally-integrated-claude --skill tia-networks
Clone the repo
git clone --depth 1 https://github.com/Czarnak/totally-integrated-claude

Made for: Claude Code.

Or install totally-integrated-claude, the plugin that ships this one along with the rest of its 19 skills, 1 hook, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tia-networks

README.md
[![agentmods](https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-networks/github.svg)](https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-networks)
Your own site
<a href="https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-networks"><img src="https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-networks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tia-networks

Your own site · 80×15
<a href="https://agentmods.dev/skills/czarnak/totally-integrated-claude/tia-networks"><img src="https://agentmods.dev/badge/skills/czarnak/totally-integrated-claude/tia-networks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 861 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00861
Opus 5 $0.00009 $0.00430
Sonnet 5 $0.00003 $0.00172
Haiku 4.5 $0.00002 $0.00086

Measured 12d ago against content hash a468631040a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

tia-networks scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tia-networks/SKILL.md · 71 lines

How it starts

The opening of the file, as written. The whole thing — 71 lines — stays where its author put it; the contents beside it link to each section on GitHub.

tia-networks

Scope

Topology and low-level network 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).


Reference files

Load ONLY the reference file(s) relevant to the task. Do not load all files at once.

Reference file Load when the task involves
references/subnets-and-nodes.md Reading/writing subnet attributes (name, type, PROFIBUS bus params, isochronous settings); accessing node attributes (IP address, PROFINET device name, node type); SubnetOwner service
references/io-systems.md PROFINET IO system attributes; DP master system (IoSystem) attributes; TransferArea creation/deletion on PN or DP interfaces
references/addresses-and-channels.md Address objects (StartAddress, IoType, Length, IsochronousMode, ProcessImage); channel access (ChannelType, ChannelIoType); AddressController service
references/io-timing.md IoConnector timing/watchdog attributes (PnUpdateTime, PnWatchdogFactor, RtClass, SyncRole); IO device interface isochronous settings (PnSendClock, IsochronousTi, IsochronousTo)
references/communication-connections.md Configuring and inspecting S7, FDL, ISO, ISO-on-TCP, TCP, UDP, PTP, and HMI communication connections through CommunicationManagement.Connections
references/online-connection-configuration.md Choosing/inspecting online connection paths with ConnectionConfiguration: modes, PC interfaces, target interfaces, subnets, gateways, accessible devices, and ApplyConfiguration

For tasks spanning multiple areas, load all relevant reference files before generating code.


Safety and dependency gate

  • Resolve project, device, recursive device-item path, interface/node, subnet, IO system, and connection with exact selectors. A name alone is insufficient when the same name can occur in another group or interface.
  • Obtain explicit authorization for the exact topology, address, timing, connection, or online-path mutation. Read-only discovery and static validation are not authorization.
  • Before delete, disconnect, reconnect, readdress, or subnet replacement, inventory every dependent node, IO system, communication connection, assigned PLC tag/address, and online route that the change can affect.
  • Bind that dependency inventory to the proposed change. If any connection endpoint or selector cannot be identified completely, return dependency_evidence_incomplete and refuse the mutation.
  • Use ExclusiveAccess and a transaction where the operation supports them, then compile the affected hardware/software. Do not save after ambiguous selection, partial mutation, incomplete dependency evidence, or compile/consistency failure.
  • Applying an online connection configuration, enumerating accessible devices, or going online is a live operation. Keep it separate from offline topology edits and require the exact target and PC interface to be authorized.

Read the full file on GitHub · 71 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 71 lines · 17 tokens per session scan A a468631040a1

Subscribe to this mod's changes

tia-networks is a skill published in the GitHub repository Czarnak/totally-integrated-claude (57 stars, last pushed 26d ago), licensed MIT. It adds 17 tokens to every session and 861 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

telephony-and-conferencing

Runs voice and meeting infrastructure — phone systems and numbers, emergency calling obligations, conference rooms and their AV, call recording and its retention consequences, and the porting that makes provider changes go badly. Use this to replace a phone system, fix rooms nobody can start a meeting in, meet…

cbrock84/headcount · 85 tokens

endpoint-management

Manages laptops, desktops and mobile devices — enrollment, configuration, patching, software distribution, and lost or compromised devices. Use this to set up device management, standardize builds, roll out software or an OS upgrade, handle a lost device, or bring an unmanaged fleet under control.

cbrock84/headcount · 61 tokens

m5stack-cap-lora-1262

Hardware reference and firmware helper for the M5Stack Cap LoRa-1262 (SKU U214) — a snap-on cap for the Cardputer Adv (K132-Adv) and CardputerZero that carries a Semtech SX1262 sub-GHz LoRa radio (868–923 MHz, +22 dBm TX, external RP-SMA antenna) and an ATGM336H-6N GNSS receiver (GPS/QZSS/BeiDou/Galileo/GLONASS, UART…

iot-forge/m5stack-skills · 254 tokens

new-device-skill

Build or update an M5Stack hardware skill in this marketplace — a Controller (a board that runs firmware, like Core2 or AtomS3), a Unit (a peripheral you drive from a Controller, like a ToF sensor or a relay), or a Chip (an Espressif SoC capability layer, like esp32-c6). Use whenever adding a new board/unit/chip to…

iot-forge/m5stack-skills · 171 tokens

m5stack-tab5

Hardware reference and development helper for the M5Stack Tab5 (product code C145) — an ESP32-P4-based 5" touchscreen IoT/industrial terminal with an ESP32-C6 wireless co-processor, MIPI-DSI display, MIPI-CSI camera, ES8388 audio codec, BMI270 IMU, RX8130CE RTC, RS485, and a removable NP-F550 battery. Use this skill…

iot-forge/m5stack-skills · 236 tokens

m5stack-core2

Hardware reference and development helper for the M5Stack Core2 family — a 2.0" touchscreen ESP32 (classic, Xtensa LX6) Controller built around an AXP192 power management IC, ILI9342C display, FT6336U capacitive touch, BM8563 RTC, and (on original/1.1/1.3 revisions) an MPU6886 or BMI270 IMU. Covers the plain Core2…

iot-forge/m5stack-skills · 328 tokens