app
Chip Fetcher Lite
Public Made by Adomby adom
Lightweight wiki-first component staging area. Add a component, check the Adom wiki for KiCad/Altium/Fusion files, upload what's missing, then file the symbol + footprint + 3D model straight into your
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
{
"slug": "chip-fetcher-lite",
"title": "Chip Fetcher Lite",
"version": "1.1.1",
"type": "app",
"description": "Lightweight wiki-first component staging area. Add a component, check the Adom wiki for KiCad/Altium/Fusion files, upload what's missing, then file the symbol + footprint + 3D model straight into your EDA libraries — with library destinations matched per manufacturer and a clean 5-field symbol.",
"tags": [
"eda",
"kicad",
"altium",
"fusion",
"components",
"cad",
"library",
"passives",
"jlcpcb",
"footprint",
"symbol",
"staging",
"chip-fetcher"
],
"hero": {
"type": "image",
"path": "screenshots/hero.png"
},
"dependencies": {},
"files": [
"screenshots/hero.png",
"server.js",
"cli.js",
"public/index.html",
"SKILL.md",
"README.md",
"DEVELOPING.md",
"install.sh",
"uninstall.sh",
"package.json"
],
"scripts": {
"start": "node server.js",
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"visibility": "public",
"org": "adom",
"author": {
"name": "barrett-land",
"email": "[email protected]"
},
"source_visibility": "owner",
"discovery_triggers": [
"chip fetcher lite",
"stage a component",
"check the wiki for a part",
"do I have CAD for",
"add component to my library",
"file symbol footprint 3d into kicad",
"fast component staging",
"lightweight chip fetcher"
],
"updated_at": "2026-06-25T19:32:32.503Z"
}