{
  "slug": "chip-fetcher",
  "version": "1.0.5",
  "type": "app",
  "description": "Your whole parts library \u2014 manufacturer-grade chip CAD (symbol, footprint, 3D) one tap from your EDA tool.",
  "dependencies": {},
  "tags": [
    "eda",
    "kicad",
    "parts",
    "components",
    "pcb",
    "cli"
  ],
  "hero": {
    "type": "billboard",
    "headline": "Chip Fetcher",
    "subhead": "Your whole parts library \u2014 one tap from your EDA tool.",
    "screenshot": "screenshots/shot.png",
    "accent": "#00b8b1"
  },
  "scripts": {
    "install": "./install.sh",
    "uninstall": "./uninstall.sh"
  },
  "needs_sudo": false,
  "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 \u2014 datasheet, symbol, footprint, 3D model \u2014 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"
  ]
}