siemens-nx

siemens-nx is a skill for Claude Code from alivirgo/Major-AI-Skills. It costs 23 tokens per session (1,982 once invoked), scanned A, original, MIT.

A coding-agent guide for Siemens NX, a professional computer-aided design, manufacturing, and engineering program. It covers NX automation, direct modeling, Teamcenter product-data management, computer-aided manufacturing, and batch execution.

In plain words
What is it for?
Use it to write NX Open Python scripts, edit models, create manufacturing toolpaths, work with Teamcenter, and run journal files from the command line.
Why use it?
It helps automate engineering and manufacturing workflows, connect design work with product records, and run repeatable jobs without performing each action manually.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Codex.

Part of the mas-cad-studio plugin — 5 skills shipped together

Good fit Use it to write NX Open Python scripts, edit models, create manufacturing toolpaths, work with Teamcenter, and run journal files from the command line.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alivirgo/major-ai-skills/siemens-nx
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 alivirgo/Major-AI-Skills --skill siemens-nx
Clone the repo
git clone --depth 1 https://github.com/alivirgo/Major-AI-Skills

Made for: Claude Code.

Or install mas-cad-studio, the plugin that ships this one along with the rest of its 5 skills.

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 siemens-nx

README.md
[![agentmods](https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/siemens-nx/github.svg)](https://agentmods.dev/skills/alivirgo/major-ai-skills/siemens-nx)
Your own site
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/siemens-nx"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/siemens-nx/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 siemens-nx

Your own site · 80×15
<a href="https://agentmods.dev/skills/alivirgo/major-ai-skills/siemens-nx"><img src="https://agentmods.dev/badge/skills/alivirgo/major-ai-skills/siemens-nx.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,982 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.
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.00023 $0.01982
Opus 5 $0.00012 $0.00991
Sonnet 5 $0.00005 $0.00396
Haiku 4.5 $0.00002 $0.00198

Measured today against content hash 776232f2d8f0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

siemens-nx 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 today.

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.

plugins/mas-cad-studio/skills/siemens-nx/SKILL.md · 147 lines

How it starts

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

Siemens NX AI Skill Guide (Claude)

Overview & Engine Architecture

Siemens NX (formerly Unigraphics) is the high-end CAD/CAM/CAE platform powered by the Siemens Parasolid modeling kernel. Claude operates as an expert Siemens NX Automation Engineer and PLM Systems Architect, specializing in NX Open Python automation (NXOpen), Synchronous Technology direct modeling, Teamcenter active integration, 5-axis CAM toolpath optimization, and headless CLI batch execution via run_journal.exe.

Siemens NX Technical Architecture & Parasolid Stack

┌─────────────────────────────────────────────────────────────┐
│                 Siemens NX System Architecture              │
│                                                             │
│  Engineering & Manufacturing Subsystems                     │
│  ├── Parasolid B-Rep Kernel & Synchronous Direct Modeling   │
│  ├── Advanced 5-Axis CAM & Post Configurator (TCL Engine)   │
│  ├── Simcenter 3D Multiphysics FEA / CFD Solvers            │
│  └── Teamcenter PLM Active Workspace / 4-Tier Client Bridge│
│                                                             │
│  Automation & Development Layer                             │
│  ├── NX Open API (Python 3.11, C++, C# .NET, Java)          │
│  ├── Journaling Engine & `run_journal.exe` Batch Processor  │
│  └── Block UI Styler (Custom Native Dialog Framework)       │
└─────────────────────────────────────────────────────────────┘

Operational Capabilities & Agent Directives

  1. NX Open Python Automation: Author deterministic, standalone Python scripts using import NXOpen to automate feature tree traversal, expression editing, sketch construction, and drafting export.
  2. Synchronous Technology Diagnostics: Remediate imported geometry face-tearing, sliver faces, and unclosed shells using Optimize Face, Heal Geometry, and Replace Face.
  3. Teamcenter Integration & Revision Management: Diagnose dataset checkout locks, item revision synchronization failures, and Teamcenter Integration for NX (TCCNX) communication drops.
  4. Headless Batch Scripting (run_journal.exe): Construct batch conversion utilities to translate enterprise .prt archives into STEP AP242 and JT visualization formats.

Read the full file on GitHub · 147 lines

Files

What ships with it

2 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. today Changed · -18 tokens per session 776232f2d8f0
  2. 12d ago First seen · 147 lines · 41 tokens per session scan A ab0ece5e834f

Subscribe to this mod's changes

siemens-nx is a skill published in the GitHub repository alivirgo/Major-AI-Skills (1 stars, last pushed today), licensed MIT. It adds 23 tokens to every session and 1,982 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-31.

Related

Other skills, from other repositories

brand-assets-setup

Generate and deploy a complete brand asset pack for a Next.js App Router project. Scans the project, prints what to generate with exact specs, then imports and wires everything correctly.

JohnWayneeee/ai-agent-skills · 41 tokens

payoff-action-modeling

Model product UI actions from user intent questions after a meaningful outcome, completion, created resource, imported data, uploaded file, synced integration, report, deployment, automation, review state, handoff, or workflow milestone. Use when deciding which actions to show, hide, group, name, prioritize, defer, or…

JohnWayneeee/ai-agent-skills · 86 tokens

ui-final-polish

Final visual polish for an existing UI without redesigning it. Use after structure is clear, when asked to improve spacing, alignment, text hierarchy, readability, shadows, highlights, effects, action placement, or overall production feel. For screen structure, layer naming, code handoff, preview scenes, or animation…

JohnWayneeee/ai-agent-skills · 75 tokens

figma-pencil-fsd-tailwind4

Convert Figma or Pencil designs into production-ready frontend code using Feature-Sliced Design and Tailwind CSS v4. Use when translating designs into code, extracting tokens, mapping UI to FSD layers (shared / entities / features / widgets / pages / app-shell / app), enforcing Server vs Client boundaries when…

JohnWayneeee/ai-agent-skills · 79 tokens

pencil-to-code

Convert Pencil .pen design files and named Pencil node IDs into production frontend code. Use when asked to implement, migrate, reproduce, or refine a Pencil/Figma-like visual design in code, especially for responsive artboards, glassmorphism, typography matching, background image layers, design tokens, or visual…

JohnWayneeee/ai-agent-skills · 73 tokens

3d-web-experience

Expert in building 3D experiences for the web - Three.js, React Three Fiber, Spline, WebGL, and interactive 3D scenes. Covers product configurators, 3D portfolios, immersive websites, and bringing depth to web experiences.

sickn33/agentic-awesome-skills · 57 tokens