tia-teamcenter

Solid

TIA Portal V21 Teamcenter Gateway operations. Use for connecting to Teamcenter, searching/downloading managed projects or libraries, dataset locking, and saving projects or global libraries through the installed provider APIs.

AI & Automation 57 stars 10 forks Updated 3 weeks ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
59
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# TIA Portal Teamcenter Gateway ## Scope Teamcenter Gateway workflows exposed by `Siemens.Engineering.TeamcenterGateway`. The V21 API is provider-based: connection, lock, search/download, and workflow operations are separate services. ## Reference files Load ONLY the reference file(s) relevant to the task. | Reference file | Load when the task involves | |---|---| | `references/workflows-and-safety.md` | Provider acquisition, credentials, connection ownership, search/download, checkout/check-in, save workflows, cache overwrite, and remote-write safety. | | `references/v21-api-surface.md` | Complete installed V21 `Siemens.Engineering.TeamcenterGateway` type and member surface. | ## Installed V21 entry points Portal-scoped providers: ```csharp TeamcenterConnectionProvider connections = tiaPortal.GetService<TeamcenterConnectionProvider>(); TcGatewayLockProvider locks = tiaPortal.GetService<TcGatewayLockProvider>(); TcGatewaySearchAndDownloadProvider searchAndDownload = tiaPortal.GetService<TcGatewaySearchAndDownloadProvider>(); ``` The save provider belongs to the opened project or global library: ```csharp TcGatewayWorkflowProvider workflow = project.GetService<TcGatewayWorkflowProvider>(); ``` Do not introduce an intermediate service or storage composition that is absent from these installed entry points. ## Enforcement 1. Require the exact endpoint, Teamcenter instance, user/group/role or SSO application identity, and expected item/revision/datase...

Details

Author
Czarnak
Repository
Czarnak/totally-integrated-claude
Created
5 months ago
Last Updated
3 weeks ago
Language
PowerShell
License
MIT

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category