AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Speckle Impl Tekla

skill-impertio-studio-speckle-claude-skill-package-speckle-impl-tekla · by Impertio-Studio

>

No reviews yet
0 installs
18 views
0.0% view→install

Install

$ agentstack add skill-impertio-studio-speckle-claude-skill-package-speckle-impl-tekla

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-impertio-studio-speckle-claude-skill-package-speckle-impl-tekla)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Speckle Impl Tekla? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

speckle-impl-tekla

Quick Reference

Connector Capabilities

| Capability | Status | Notes | |------------|--------|-------| | Publish (Send) | Yes | All selectable model objects | | Receive (Load) | NO | Not implemented -- publish-only connector | | Supported Versions | 2023, 2024, 2025 | Windows only | | Schema Type | TeklaObject | Extends DataObject | | Geometry Format | Brep | Stored in displayValue | | Proxy Types | RenderMaterial | Only proxy type used |

Data Schema Hierarchy

Root Collection
  └── Tekla File
        └── Type (Beam, Column, Plate, etc.)
              └── TeklaObject

Critical Warnings

NEVER attempt to receive/load data INTO Tekla Structures -- the Tekla connector is PUBLISH-ONLY. There is NO receive functionality. If a workflow requires loading data into Tekla, use an intermediate format (IFC) or request the feature via the Speckle Community Forum.

NEVER expect assemblies in the published output -- Tekla assemblies are NOT published to Speckle. Only individual parts (beams, plates, bolts, etc.) are converted.

NEVER publish from a Tekla drawing view -- the connector ONLY works from the model viewport. Attempting to publish from drawing views ALWAYS fails. ALWAYS switch to the model viewport before publishing.

NEVER expect drawing layouts, title blocks, or annotation data in the Speckle output -- drawings are NOT part of the published data.

NEVER expect numbering series or sequence settings to appear in the published model -- these Tekla-specific organizational constructs are NOT converted.

NEVER expect nested TeklaObjects -- TeklaObjects do NOT contain child TeklaObjects. Each structural element is a flat, independent object in the hierarchy.


Publish-Only Architecture

The Tekla connector is fundamentally different from bidirectional connectors (Revit, Rhino, Blender). It supports ONE direction only:

Tekla Structures  ----[publish]---->  Speckle Server
                   Speckle Server --> Federated View (Viewer/Power BI)
Tekla Model --------/                   \--> NEVER back to Tekla

Common Federation Patterns

| Pattern | Tekla Role | Other Tools | |---------|-----------|-------------| | Structural coordination | Publisher of steel/concrete model | Revit (architectural), Rhino (facade) | | Clash detection | Publisher of structural elements | All other disciplines in viewer | | Progress tracking | Publisher of as-built model | Speckle Automate for analysis | | Design review | Publisher of structural model | Viewer for stakeholder review |


Proxy Architecture

The Tekla connector uses ONLY one proxy type:

RenderMaterial Proxy

  • Material appearance data stored at Root Collection level
  • Referenced by TeklaObjects via applicationId
  • Contains color, opacity properties
  • Does NOT contain textures (Speckle NEVER transfers textures)

Platform Constraints

| Constraint | Detail | |------------|--------| | Operating system | Windows only | | Tekla versions | 2023, 2024, 2025 | | Viewport requirement | Model viewport only (not drawing views) | | Data direction | Publish only | | Geometry type | Brep (boundary representation) | | Units | Follows Tekla model units (typically mm) |


Reference Links

  • [references/methods.md](references/methods.md) -- TeklaObject properties, publish API, selection methods
  • [references/examples.md](references/examples.md) -- Working publish workflows, federation patterns, downstream data access
  • [references/anti-patterns.md](references/anti-patterns.md) -- What NOT to do with the Tekla connector

Official Sources

  • Tekla Connector (User Docs): https://docs.speckle.systems/connectors/tekla.md
  • Tekla Schema: https://docs.speckle.systems/developers/data-schema/connectors/tekla-schema.md
  • Speckle Community Forum: https://speckle.community/

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.