💬 Sample prompts Paste any of these into Claude Code to use this skill
Import import the cosmocoil molecule into my account
Pull molecule pull a molecule from the wiki into Hydrogen
CLI adom-molecule import <slug> --owner me
Copy molecule copy a wiki molecule to my account
Add to account add this wiki molecule to my Hydrogen account
Install this skill

Paste this into Claude Code (VS Code panel, Adom editor, or terminal) to install:

Search the Adom Wiki for the skill "adom-molecule-import — wiki molecule → your Hydrogen account" (slug: adom-molecule-import) at https://wiki-ufypy5dpx93o.adom.cloud/wiki/skills/adom-molecule-import and install it into my local ~/.claude/skills/adom-molecule-import/ directory. Fetch the skill_source content from the wiki page and save it as SKILL.md. Then confirm it's installed by showing the first 5 lines.
?
What is a skill? Skills are instructions that teach AI assistants like Claude Code how to perform specific tasks. The description below is loaded into the AI as context when you invoke this skill. Well-written skills make the AI significantly more effective. Like Wikipedia, anyone can improve a skill by clicking Edit AI Skill — or have your AI submit an edit on your behalf.

Description

Edit AI Skill

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-molecule CLI installed (adom-molecule health passes)
  • Running inside an Adom container (auth is automatic)
  • Use --owner <your-username> (find it with adom-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.

Sub-Skills
?
What are Sub-Skills?

Sub-skills are community-contributed AI skill extensions for this component. They teach AI assistants about specific tools, configurators, or workflows.

Examples:

  • A manufacturer’s configuration tool for a motor controller
  • A community-written design guide for an amplifier circuit
  • An automated test/validation script for a sensor module

How to add one: Click Add Sub-Skill, provide the URL to your skill and a brief description. Submissions are reviewed by the Adom team before going live.

No sub-skills yet. Be the first to contribute one!

Recent activity

1 commit
  • 🏷
    Release v1.0.0 Drew Owens 1 month ago
    Publish adom-molecule-import tooling (CLI import verb + skill) for wiki-molecule import
0 revisions · Updated 2026-06-15 21:58:32