Adom for Fusion 360
Public Made by Adomby adom
The one map of everything Adom can do with Fusion 360 (Electronics). Read this when the user has Fusion open (or a .f3d / .f3z / .fbrd / .fsch / .lbr is present) and you need their options: drive Fusi
Adom for Fusion 360
One map of every Adom surface, app, skill and EDA tool that works with Fusion 360 Electronics.
This is a hub page. When Hydrogen Desktop finishes installing it opens an AI thread that explores what EDA tools the user has and what they can do with them. For Fusion, this page is the answer: the complete, current menu of options, each row handing off to the canonical tool that does the work. Its dependency graph is the toolkit.
Sister hubs: Adom for KiCad · Adom for Altium. All three belong to the adom/eda family.
When this fires
The user has Fusion 360 running (Adom Desktop's bridge can confirm), or the
workspace holds any of: *.f3d, *.f3z, *.fbrd, *.fsch, or a Fusion/EAGLE
*.lbr.
Options at a glance
| Intent | Tool | You get | How to invoke |
|---|---|---|---|
| Drive Fusion live | adom/adom-desktop-fusion-bridge |
Launch, board layout, IPC package gen, export STEP/STL/USDZ/gerbers/BOM/CPL, APS search | adom-desktop skill, fusion_* verbs |
| Install the bridge layer | adom/fusion-bootstrap |
The Fusion bridge tools, split out of adom/core | bootstrap |
| Connect cloud designs | adom/fusion-aps-adom (private) |
Zero-setup Autodesk APS cloud search (Adom org) | skill |
| View a STEP (no Fusion) | adom/adom-step |
Fusion-style STEP viewer + measure in a webview | app |
| Update libraries (keep silk) | adom/fusion-update-libraries |
Refresh component libs, preserve silk, sync 3D | skill |
| Browse & add from wiki | adom/adom-project-manager |
Add wiki components/boards into the Fusion library | webview app |
Basic parts .lbr |
adom/adom-basic-parts-fusion-lbr |
All Adom basic parts as one drop-in Fusion library | component |
| Adom machine parts | barrett-land/adom-library-importer |
Install Adom pins/contacts into Fusion | skill |
| Source a part (full) | adom/adom-chip-fetcher |
Fusion/EAGLE .lbr + STEP + datasheet |
CLI |
| Source a part (fast) | adom/chip-fetcher-lite |
Wiki-first staging | app |
| Price / stock / datasheet | adom/adom-parts-search |
Mouser+DigiKey+JLCPCB data (no CAD) | CLI + webview |
| Translate a library | adom/adom-lbr |
Any EDA ⇄ Fusion/EAGLE .lbr |
app |
| Make a symbol / footprint | adom/adom-symbol · adom/adom-footprint |
Deliver to Fusion (and KiCad) | app |
| Datasheet → CAD | adom/adom-ds2sf |
PDF → symbol + footprint | app |
| STEP → GLB | adom/adom-step2glb |
Color-preserving GLB | CLI |
| Validate footprint vs 3D | adom/adom-chipsmith |
Pin-1, EP vias, bake .step/.glb |
app |
| Export to JLCPCB | adom/fusion-jlcpcb-export |
Gerbers + BOM (LCSC) + CPL | skill |
| Export to Hydrogen | adom/fusion-export-for-hydrogen |
Silk PNG, .fbrd/.fsch, 3D |
skill |
| Publish as a molecule | adom/fusion-export-molecule → molecule-publish |
OCCT molecule → wiki component page | skill chain |
The surfaces, grouped
Drive it live. Adom Desktop's Fusion bridge launches and drives the user's
Fusion 360: board layout, design rules, component libraries with real 3D,
parametric IPC package generation, and a broad export set
(STEP/IGES/STL/3MF/USDZ/OBJ/DXF/DWG/gerbers/BOM/CPL). It also does fast APS
cloud-file search. Install it with fusion-bootstrap; for cloud designs,
fusion-aps-adom auto-wires Autodesk auth for Adom employees.
Update & manage libraries. fusion-update-libraries refreshes a board's
component libraries while preserving your silk and syncing 3D — the safe way to
pull in new parts. adom-basic-parts-fusion-lbr is Adom's basic parts as one
drop-in .lbr; adom-project-manager adds wiki components into the Fusion
library; adom-library-importer installs Adom's machine pins/contacts.
Source parts. adom-chip-fetcher produces a Fusion/EAGLE .lbr (plus STEP +
datasheet) per MPN; chip-fetcher-lite is the fast wiki-first path; every
published component page hands over a .lbr download. adom-parts-search covers
price/stock/datasheet data (no CAD).
Create & convert CAD. adom-lbr emits a Fusion/EAGLE .lbr from a part
sourced in any EDA (and round-trips back). adom-symbol and adom-footprint
deliver to Fusion as well as KiCad. adom-ds2sf, adom-step2glb, and
adom-chipsmith cover datasheet extraction, 3D conversion, and footprint
validation.
Export & publish. fusion-jlcpcb-export produces the full JLCPCB package
(gerbers + BOM + CPL); fusion-export-for-hydrogen pushes the design into
Hydrogen; fusion-export-molecule → molecule-publish ships the board to the
wiki as a molecule that adom-molecule-import pulls into Hydrogen.
The toolkit (dependencies)
Every surface above is a declared dependency of this page, so the Dependencies tab is a live, clickable inventory of the Fusion toolchain. Installing this hub pulls the whole set; or install just the one row you need.
Notes for maintainers
fusion-aps-adomandfusion-bootstrapare Adom-org private (each org runs its own APS app), so they are referenced here but install only where Fusion is actually used.- Symbol/footprint creation (
adom-symbol/adom-footprint) targets KiCad and Fusion; native Fusion/EAGLE.lbrwriting goes throughadom-lbr.
# Adom for Fusion 360
**One map of every Adom surface, app, skill and EDA tool that works with Fusion
360 Electronics.**
This is a *hub* page. When Hydrogen Desktop finishes installing it opens an AI
thread that explores what EDA tools the user has and what they can do with them.
For Fusion, this page is the answer: the complete, current menu of options, each
row handing off to the canonical tool that does the work. Its
[dependency graph](#the-toolkit-dependencies) *is* the toolkit.
> Sister hubs: **[Adom for KiCad](https://wiki.adom.inc/adom/kicad)** ·
> **[Adom for Altium](https://wiki.adom.inc/adom/altium)**. All three belong to
> the **[adom/eda](https://wiki.adom.inc/adom/eda)** family.
## When this fires
The user has Fusion 360 running (Adom Desktop's bridge can confirm), or the
workspace holds any of: `*.f3d`, `*.f3z`, `*.fbrd`, `*.fsch`, or a Fusion/EAGLE
`*.lbr`.
## Options at a glance
| Intent | Tool | You get | How to invoke |
|---|---|---|---|
| Drive Fusion live | [`adom/adom-desktop-fusion-bridge`](https://wiki.adom.inc/adom/adom-desktop-fusion-bridge) | Launch, board layout, IPC package gen, export STEP/STL/USDZ/gerbers/BOM/CPL, APS search | `adom-desktop` skill, `fusion_*` verbs |
| Install the bridge layer | [`adom/fusion-bootstrap`](https://wiki.adom.inc/adom/fusion-bootstrap) | The Fusion bridge tools, split out of adom/core | bootstrap |
| Connect cloud designs | [`adom/fusion-aps-adom`](https://wiki.adom.inc/adom/fusion-aps-adom) *(private)* | Zero-setup Autodesk APS cloud search (Adom org) | skill |
| View a STEP (no Fusion) | [`adom/adom-step`](https://wiki.adom.inc/adom/adom-step) | Fusion-style STEP viewer + measure in a webview | app |
| Update libraries (keep silk) | [`adom/fusion-update-libraries`](https://wiki.adom.inc/adom/fusion-update-libraries) | Refresh component libs, preserve silk, sync 3D | skill |
| Browse & add from wiki | [`adom/adom-project-manager`](https://wiki.adom.inc/adom/adom-project-manager) | Add wiki components/boards into the Fusion library | webview app |
| Basic parts `.lbr` | [`adom/adom-basic-parts-fusion-lbr`](https://wiki.adom.inc/adom/adom-basic-parts-fusion-lbr) | All Adom basic parts as one drop-in Fusion library | component |
| Adom machine parts | [`barrett-land/adom-library-importer`](https://wiki.adom.inc/barrett-land/adom-library-importer) | Install Adom pins/contacts into Fusion | skill |
| Source a part (full) | [`adom/adom-chip-fetcher`](https://wiki.adom.inc/adom/adom-chip-fetcher) | Fusion/EAGLE `.lbr` + STEP + datasheet | CLI |
| Source a part (fast) | [`adom/chip-fetcher-lite`](https://wiki.adom.inc/adom/chip-fetcher-lite) | Wiki-first staging | app |
| Price / stock / datasheet | [`adom/adom-parts-search`](https://wiki.adom.inc/adom/adom-parts-search) | Mouser+DigiKey+JLCPCB data (no CAD) | CLI + webview |
| Translate a library | [`adom/adom-lbr`](https://wiki.adom.inc/adom/adom-lbr) | Any EDA ⇄ Fusion/EAGLE `.lbr` | app |
| Make a symbol / footprint | [`adom/adom-symbol`](https://wiki.adom.inc/adom/adom-symbol) · [`adom/adom-footprint`](https://wiki.adom.inc/adom/adom-footprint) | Deliver to Fusion (and KiCad) | app |
| Datasheet → CAD | [`adom/adom-ds2sf`](https://wiki.adom.inc/adom/adom-ds2sf) | PDF → symbol + footprint | app |
| STEP → GLB | [`adom/adom-step2glb`](https://wiki.adom.inc/adom/adom-step2glb) | Color-preserving GLB | CLI |
| Validate footprint vs 3D | [`adom/adom-chipsmith`](https://wiki.adom.inc/adom/adom-chipsmith) | Pin-1, EP vias, bake `.step`/`.glb` | app |
| Export to JLCPCB | [`adom/fusion-jlcpcb-export`](https://wiki.adom.inc/adom/fusion-jlcpcb-export) | Gerbers + BOM (LCSC) + CPL | skill |
| Export to Hydrogen | [`adom/fusion-export-for-hydrogen`](https://wiki.adom.inc/adom/fusion-export-for-hydrogen) | Silk PNG, `.fbrd`/`.fsch`, 3D | skill |
| Publish as a molecule | [`adom/fusion-export-molecule`](https://wiki.adom.inc/adom/fusion-export-molecule) → [`molecule-publish`](https://wiki.adom.inc/adom/molecule-publish) | OCCT molecule → wiki component page | skill chain |
## The surfaces, grouped
**Drive it live.** Adom Desktop's Fusion bridge launches and drives the user's
Fusion 360: board layout, design rules, component libraries with real 3D,
parametric IPC package generation, and a broad export set
(STEP/IGES/STL/3MF/USDZ/OBJ/DXF/DWG/gerbers/BOM/CPL). It also does fast APS
cloud-file search. Install it with `fusion-bootstrap`; for cloud designs,
`fusion-aps-adom` auto-wires Autodesk auth for Adom employees.
**Update & manage libraries.** `fusion-update-libraries` refreshes a board's
component libraries while preserving your silk and syncing 3D — the safe way to
pull in new parts. `adom-basic-parts-fusion-lbr` is Adom's basic parts as one
drop-in `.lbr`; `adom-project-manager` adds wiki components into the Fusion
library; `adom-library-importer` installs Adom's machine pins/contacts.
**Source parts.** `adom-chip-fetcher` produces a Fusion/EAGLE `.lbr` (plus STEP +
datasheet) per MPN; `chip-fetcher-lite` is the fast wiki-first path; every
published component page hands over a `.lbr` download. `adom-parts-search` covers
price/stock/datasheet data (no CAD).
**Create & convert CAD.** `adom-lbr` emits a Fusion/EAGLE `.lbr` from a part
sourced in any EDA (and round-trips back). `adom-symbol` and `adom-footprint`
deliver to Fusion as well as KiCad. `adom-ds2sf`, `adom-step2glb`, and
`adom-chipsmith` cover datasheet extraction, 3D conversion, and footprint
validation.
**Export & publish.** `fusion-jlcpcb-export` produces the full JLCPCB package
(gerbers + BOM + CPL); `fusion-export-for-hydrogen` pushes the design into
Hydrogen; `fusion-export-molecule` → `molecule-publish` ships the board to the
wiki as a molecule that `adom-molecule-import` pulls into Hydrogen.
## The toolkit (dependencies)
Every surface above is a declared dependency of this page, so the Dependencies
tab is a live, clickable inventory of the Fusion toolchain. Installing this hub
pulls the whole set; or install just the one row you need.
## Notes for maintainers
- `fusion-aps-adom` and `fusion-bootstrap` are Adom-org private (each org runs
its own APS app), so they are referenced here but install only where Fusion is
actually used.
- Symbol/footprint creation (`adom-symbol` / `adom-footprint`) targets KiCad and
Fusion; native Fusion/EAGLE `.lbr` writing goes through `adom-lbr`.