{
  "slug": "chip-fetcher",
  "version": "1.0.5",
  "type": "app",
  "description": "Your whole parts library — manufacturer-grade chip CAD (symbol, footprint, 3D) one tap from your EDA tool.",
  "dependencies": {},
  "tags": [
    "eda",
    "kicad",
    "parts",
    "components",
    "pcb",
    "cli"
  ],
  "hero": {
    "type": "image",
    "path": "chip-fetcher.png"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "visibility": "public",
  "author": {
    "name": "John Lauer",
    "email": "[email protected]"
  },
  "title": "[DEPRECATED] Chip Fetcher → adom-chip-fetcher",
  "brief": "DEPRECATED — use adom/adom-chip-fetcher. No longer maintained.",
  "license": "MIT",
  "discovery_triggers": [
    "chip-fetcher",
    "fetch chip assets",
    "chip datasheet symbol footprint",
    "download component CAD",
    "snapeda ultra librarian",
    "get a chip's footprint",
    "find 3d model for chip"
  ],
  "discovery_pitch": "Fetches everything about a chip — datasheet, symbol, footprint, 3D model — from vendor sites (SnapEDA, Ultra Librarian, Mouser, DigiKey) into a live dashboard, with per-site scraping playbooks.",
  "sample_prompts": [
    "install chip-fetcher and search for VL53L8CH",
    "fetch the datasheet, symbol and footprint for STM32G431RBT6",
    "show me the chip-fetcher dashboard"
  ],
  "org": "adom"
}