{
  "slug": "adom-step2glb",
  "version": "1.1.4",
  "type": "app",
  "description": "Color-preserving STEP (.step/.stp) to GLB converter. Thin Rust CLI shelling to a shared OCCT XCAF service. Formerly 'step2glb'.",
  "tags": [
    "step",
    "glb",
    "cad",
    "converter",
    "occt",
    "3d"
  ],
  "hero": {
    "type": "image",
    "path": "adom-step2glb-billboard.png"
  },
  "dependencies": {},
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "license": "MIT",
  "discovery_triggers": [
    "convert step to glb",
    "step to glb",
    "step2glb",
    "cad to glb",
    "convert my step file",
    "molecule convert",
    "step2glb molecule",
    "render step with materials",
    "kicad step to glb",
    "regenerate chip glb"
  ],
  "discovery_pitch": "Convert STEP CAD files to color-preserving GLBs via the shared OCCT service - plain converts, thumbnails, features, and full molecule mode (anchored GLB + footprint + symbol with --molecule --board).",
  "sample_prompts": [
    {
      "label": "Plain convert",
      "prompt": "Convert SOT-89-3.step to a GLB"
    },
    {
      "label": "Molecule convert",
      "prompt": "Convert my molecule board.step with its kicad_pcb through molecule mode"
    },
    {
      "label": "Preview",
      "prompt": "Convert this STEP and show me the result with materials"
    }
  ]
}