tia-teamcenter
SolidTIA 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
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
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
AI & Automation Solid
tia-multiuser
TIA Portal Multiuser Engineering operations. Use for managing server projects, local sessions, and multiuser commissioning workflows.
57 Updated 3 weeks ago
Czarnak Web & Frontend Solid
tia-testsuite
TIA Portal V21 Test Suite operations. Use for Application Tests with PLCSIM, Style Guide rules, System Tests through OPC UA, import/scope management, execution, and recursive result evaluation.
57 Updated 3 weeks ago
Czarnak AI & Automation Solid
tia-csharp-common
Internal reference skill — do NOT load directly from user queries.
57 Updated 3 weeks ago
Czarnak