skill
chip-sourcing-skillpack
Public Unreviewedby John Lauer
Native-browser-first parts sourcing for the whole electronics industry — drive the user's signed-in Chrome/Edge (adom-browser-extension) for real logins + no bot-walls. Root strategy skill + one sub-skill per website. chip-fetcher's default.
name: chip-sourcing-SITE description: (Template) Source parts from via the native signed-in browser. Copy this folder to skills// and fill in the search URL, extraction selectors, login/cookie notes, and whether pup is blocked.
()
pup blocked? <yes/no/intermittent> · login-gated? <yes/no>
Search URL pattern
https://<domain>/...?q=<QUERY>
Extract results (DOM selectors)
// return JSON of MPN / stock / price / datasheet-link from the result DOM
Notes
- Detail-page URL shape, facets to narrow by manufacturer, any banners/quirks, download flow.
- Record the date + a proven query when you verify it live.
---
name: chip-sourcing-SITE
description: (Template) Source parts from <SITE> via the native signed-in browser. Copy this folder to skills/<site>/ and fill in the search URL, extraction selectors, login/cookie notes, and whether pup is blocked.
---
# <Site Name> (<domain>)
**pup blocked?** <yes/no/intermittent> · **login-gated?** <yes/no>
## Search URL pattern
```
https://<domain>/...?q=<QUERY>
```
## Extract results (DOM selectors)
```js
// return JSON of MPN / stock / price / datasheet-link from the result DOM
```
## Notes
- Detail-page URL shape, facets to narrow by manufacturer, any banners/quirks, download flow.
- Record the date + a proven query when you verify it live.