---
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.
