Export Stl

🌐Community
by iancanderson · vlatest · Repository

Exports 3D models as STL files directly from your frontend application, streamlining design workflows and facilitating collaboration.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add export-stl npx -- -y @trustedskills/export-stl
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "export-stl": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/export-stl"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows an AI agent to export OpenSCAD designs as STL files. It takes a design description and generates a 3D model in STL format, suitable for 3D printing or other downstream applications. The exported file can then be used with slicing software to prepare the model for fabrication.

When to use it

  • You need to create a physical prototype from an OpenSCAD design.
  • You want to share your OpenSCAD designs with someone who doesn't have OpenSCAD installed.
  • You are integrating OpenSCAD models into a larger workflow that requires STL files, such as automated 3D printing pipelines.
  • You need to perform simulations or analyses on the geometry defined in OpenSCAD using software that only supports STL format.

Key capabilities

  • Exports OpenSCAD designs to STL format.
  • Supports complex geometries and parametric models.
  • Provides a standardized output for 3D printing and other applications.

Example prompts

  • "Export the design 'my_design.scad' as an STL file."
  • "Generate an STL from this OpenSCAD code: [paste OpenSCAD code here]"
  • “Create an STL of a cube with dimensions 10x10x10.”

Tips & gotchas

  • The skill requires access to and execution capabilities within the OpenSCAD environment.
  • Complex designs may take longer to export, depending on computational resources.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
iancanderson
Installs
2

🌐 Community

Passed automated security scans.