{
  "schema_version": 1,
  "type": "app",
  "slug": "adom-digikey",
  "title": "DigiKey Electronics Search",
  "brief": "DigiKey component search in your workspace — millions of parts with real-time stock, quantity pricing and datasheets. CLI verbs, a Hydrogen app, and a shared backend service.",
  "version": "1.0.4",
  "install": {
    "binary_name": "adom-digikey",
    "install_dir": "",
    "install_hint": "adompkg install adom-digikey",
    "version_cmd": "adom-digikey --version"
  },
  "author": {
    "name": "John Lauer",
    "email": "john@adom.inc"
  },
  "tags": [
    "digikey",
    "parts",
    "pricing",
    "stock",
    "datasheet",
    "electronics",
    "distributor",
    "open-source",
    "mit"
  ],
  "license": "MIT",
  "visibility": {
    "public": true
  },
  "hero": {
    "type": "image",
    "path": "screenshots/hero.png"
  },
  "sample_prompts": [
    "price a TPS62840 buck on DigiKey",
    "is the BME280 in stock at DigiKey",
    "find a 1A buck regulator in SOT-23 on DigiKey"
  ],
  "discovery_triggers": [
    "digikey",
    "digi-key",
    "digikey parts",
    "digikey pricing",
    "digikey search",
    "digikey part number",
    "component search",
    "part lookup",
    "real-time stock",
    "datasheet digikey",
    "in stock digikey"
  ],
  "discovery_pitch": "Search DigiKey for millions of components with real-time stock, quantity pricing, and datasheets — CLI + Hydrogen webview app + shared backend service.",
  "metadata": {
    "platform": "linux"
  },
  "description": "DigiKey component search in your workspace — millions of parts with real-time stock, quantity pricing and datasheets. CLI verbs, a Hydrogen app, and a shared backend service.",
  "dependencies": {},
  "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"
}