adom-molecule-import
Import a molecule from the Adom wiki into your Hydrogen account in one step. Downloads the molecule's published assets, reuses the existing optimized GLB (no re-optimization, no silkscreen needed), and registers it under your owner.
CLI (adom-molecule)
The adom-molecule CLI has an import verb (v0.2.0+):
adom-molecule import <wiki-slug> --owner <your-username> [--name <new-name>]
It fetches the wiki molecule's assets, maps them to the right create flags, reuses the GLB via --no-optimize, and uploads under your owner. Auth is automatic from your container's Carbon credential — no token needed.
Skill
When invoked from Claude Code, the adom-molecule-import skill orchestrates the same flow with a deterministic asset-type → flag mapping, owner=you guard (prevents 401s), and a name-collision check. No silkscreen analysis or AI inference required.
How it avoids the silkscreen problem
Silkscreen PNGs were only ever needed to re-optimize (regenerate the GLB). This tool reuses the molecule's existing GLB and skips optimization entirely — so silkscreen never enters the picture. Every wiki molecule now carries a GLB (auto-generated from its STEP via service-step2glb on upload).
Requirements
adom-moleculeCLI installed (adom-molecule healthpasses)- Running inside an Adom container (auth is automatic)
- Use
--owner <your-username>(find it withadom-wiki whoami) — you can only import under your own account or an org you belong to
Source
CLI: adom-inc/adom-molecule · Skill ships in gallia.