shop-scout
Installation
SKILL.md
shop-scout
Stop hopping between store tabs. Give shop-scout a product or a shopping list and it will, for each item: find who sells it, rank sellers by the price you'll actually pay after discounts and shipping, judge whether each seller is safe, and dig up working coupons — then recommend the best buy and, across a list, the smartest single-store bundle.
This skill is agent-agnostic. It assumes only three generic capabilities, named however your runtime provides them:
- web search — issue a query, get back result URLs/titles/snippets.
- fetch a URL — retrieve a page's content as text/markdown.
- run N tasks concurrently — sub-agents where your runtime has them, otherwise just sequential or concurrent calls.