{
  "schema_version": 1,
  "type": "app",
  "slug": "adom-parts-search",
  "title": "Adom Parts Search",
  "brief": "One search box across Mouser + DigiKey + JLCPCB. Parallel queries, side-by-side product photos, and a Mouser-preferred recommendation (40-min drone delivery to Fort Worth) that reasons around stock and lead time.",
  "version": "1.0.12",
  "install": {
    "binary_name": "adom-parts-search",
    "install_dir": "",
    "install_hint": "adompkg install adom-parts-search",
    "version_cmd": "adom-parts-search --version"
  },
  "author": {
    "name": "John Lauer",
    "email": "john@adom.inc"
  },
  "tags": [
    "parts-search",
    "mouser",
    "digikey",
    "jlcpcb",
    "bom",
    "sourcing",
    "distributor",
    "electronics",
    "open-source",
    "mit"
  ],
  "license": "MIT",
  "visibility": "public",
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "sample_prompts": [
    "source an STM32F103RBT6",
    "where can I get an ESP32-S3-WROOM cheapest and fastest",
    "compare Mouser, DigiKey and JLCPCB for an LM555",
    "price this BOM across distributors"
  ],
  "discovery_triggers": [
    "parts search",
    "find part",
    "source component",
    "source part",
    "compare distributors",
    "compare vendors",
    "Mouser or DigiKey",
    "BOM sourcing",
    "price this part",
    "where can I get",
    "check stock",
    "parts availability",
    "fastest delivery"
  ],
  "discovery_pitch": "Search Mouser + DigiKey + JLCPCB in parallel from one interface, with product photos and a Mouser-preferred recommendation for 40-min drone delivery from Mansfield to our Fort Worth facility.",
  "metadata": {
    "platform": "linux"
  },
  "description": "One search box across Mouser + DigiKey + JLCPCB. Parallel queries, side-by-side product photos, and a Mouser-preferred recommendation (40-min drone delivery to Fort Worth) that reasons around stock and lead time.",
  "dependencies": {
    "adom/adom-mouser": "*",
    "adom/adom-digikey": "*",
    "adom/adom-jlcpcb": "*"
  },
  "needs_sudo": false,
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "files": [
    "bin/**",
    "skills/**",
    "install.sh",
    "uninstall.sh",
    "package.json",
    "page.json",
    "README.md",
    "SKILL.md",
    "BUILD-SKILL.md",
    "screenshots/**"
  ],
  "org": "adom",
  "updated_at": "2026-06-25T01:59:26.452Z"
}