kicad-export-molecule
Public Made by Adomby adom
Ship a KiCad molecule to the Adom wiki: local KiCad STEP export via the adom-desktop bridge, OCCT molecule conversion (anchored GLB + footprint + symbol), wiki component publish, and handoff to adom-m
Install
Ship a KiCad molecule to the Adom wiki: local KiCad STEP export via the adom-desktop bridge, OCCT molecule conversion (anchored GLB + footprint + symbol), wiki component publish, and handoff to adom-molecule-import for Hydrogen registration.
adom-wiki pkg install adom/kicad-export-molecule
Latest: v1.1.1, published
Dependencies 2 apps, 1 skill
- app adom/adom-desktop ^1.9.0
- app adom/adom-molecule ^1.1.3
- skill adom/molecule-publish ^2.0.0
kicad-export-molecule
Agent skill: ship a molecule from the user's local KiCad to the Adom wiki and into their Hydrogen account, in four verified stages:
- Export — KiCad 10
kicad-cli pcb export step --subst-modelson the laptop via the adom-desktop KiCad bridge (3D models only resolve there), plus optional white silkscreen PNGs; pulled to the container. - Convert — OCCT molecule mode (
service-occt/ step2glb service): MP-marker anchoring, gold machine pins, silk overlay, and the footprint + symbol JSON with per-pad wire-attach Z. - Publish — wiki component package (
adom-wiki pkg publish+repo push) carrying the GLB + board + footprint + symbol, so imports never regenerate anything. - Import — handoff to the
adom-molecule-importskill (adom-molecule create --glb ... --no-optimize).
The skill is gate-driven: preflight checks (bridge up, KiCad 10, MP1-MP4
markers, locally-resolving 3D models) and a post-conversion stats table
(anchored, footprint_applied, contact_z, warnings[]) that stop a
degraded run before it pollutes the wiki.
Install
adom-wiki pkg install adom/kicad-export-molecule
Pulls adom/adom-desktop and adom/adom-molecule as dependencies.
Siblings
fusion-export-molecule— same job from Fusion 360altium-export-molecule— same job from Altium (via KiCad's importer)adom-molecule-import— the import half (ships with adom-molecule)kicad-to-molecule— make a plain PCB molecule-ready first