fusion-export-molecule
Public Made by Adomby adom
Ship a Fusion 360 Electronics design to the Adom wiki as a molecule: bridge-driven export (BRD/SCH/F3D/STEP/USDZ/silk), OCCT molecule conversion (anchored GLB + footprint + symbol), component publish, and adom-molecule-import handoff to Hydrogen.
fusion-export-molecule
Export a Fusion 360 Electronics design as an Adom molecule — the source
bundle the molecule pipeline (wiki → OCCT → Hydrogen viewer) consumes — by
orchestrating adom-desktop AdomBridge primitives from the container. No
custom add-in buttons required; every step is a standard bridge verb.
This page is the successor to fusion-export-for-hydrogen: same skill,
renamed from its destination ("for Hydrogen") to its artifact ("molecule"),
matching the rest of the molecule-centric tooling (adom-molecule,
kicad-to-molecule, molecule-metadata). All the original trigger phrases
still work, including "export for hydrogen".
What it produces
| Artifact | Purpose |
|---|---|
.brd / .sch |
EAGLE-format board + schematic (footprint/symbol source) |
.f3d |
Fusion archive |
.step |
3D model — OCCT converts to the anchored, gold-material GLB |
.usdz |
AR / Hydrogen 3D model |
| silkscreen PNGs | top + bottom overlays for the GLB |
| Kitchen Sink extras | Gerbers, BOM, CPL for manufacturing |
Install
adom-wiki pkg install adom/fusion-export-molecule
Installs the skill into ~/.claude/skills/ and pulls adom/adom-desktop
(the bridge CLI the skill drives) as a dependency.
Requirements
adom-desktopconnected (adom-desktop ping)- Fusion 360 running on the desktop with the design available
Related
adom/adom-desktop— the bridge CLI this skill orchestratesadom/adom-molecule— create/import molecules from the exported bundleadom/fusion-export-for-hydrogen— the predecessor page this one replaceskicad-export-molecule— planned KiCad sibling producing the same bundle
# fusion-export-molecule
Export a Fusion 360 Electronics design as an **Adom molecule** — the source
bundle the molecule pipeline (wiki → OCCT → Hydrogen viewer) consumes — by
orchestrating `adom-desktop` AdomBridge primitives from the container. No
custom add-in buttons required; every step is a standard bridge verb.
This page is the successor to `fusion-export-for-hydrogen`: same skill,
renamed from its destination ("for Hydrogen") to its artifact ("molecule"),
matching the rest of the molecule-centric tooling (`adom-molecule`,
`kicad-to-molecule`, molecule-metadata). All the original trigger phrases
still work, including "export for hydrogen".
## What it produces
| Artifact | Purpose |
|----------|---------|
| `.brd` / `.sch` | EAGLE-format board + schematic (footprint/symbol source) |
| `.f3d` | Fusion archive |
| `.step` | 3D model — OCCT converts to the anchored, gold-material GLB |
| `.usdz` | AR / Hydrogen 3D model |
| silkscreen PNGs | top + bottom overlays for the GLB |
| Kitchen Sink extras | Gerbers, BOM, CPL for manufacturing |
## Install
```bash
adom-wiki pkg install adom/fusion-export-molecule
```
Installs the skill into `~/.claude/skills/` and pulls `adom/adom-desktop`
(the bridge CLI the skill drives) as a dependency.
## Requirements
- `adom-desktop` connected (`adom-desktop ping`)
- Fusion 360 running on the desktop with the design available
## Related
- `adom/adom-desktop` — the bridge CLI this skill orchestrates
- `adom/adom-molecule` — create/import molecules from the exported bundle
- `adom/fusion-export-for-hydrogen` — the predecessor page this one replaces
- `kicad-export-molecule` — planned KiCad sibling producing the same bundle