$npx -y skills add firecrawl/firecrawl-workflows --skill firecrawl-shopResearch products across the web with Firecrawl and produce a shopping recommendation or cart-ready summary. Use when the user wants to compare products, find the best option, evaluate reviews, respect budget/preferences, or shop with a saved browser session.
| 1 | # Firecrawl Shop |
| 2 | |
| 3 | Use this to research products and recommend a purchase option. Only add items to a cart when the user explicitly asks and has an authenticated browser profile available. |
| 4 | |
| 5 | ## Onboarding Interview |
| 6 | |
| 7 | Infer the product, budget, preferences, sites, and desired stopping point from context. If the product is clear, proceed immediately. |
| 8 | |
| 9 | Ask at most 1-3 concise questions only if blocked, such as the product, hard budget/preferences, or whether cart actions are allowed. |
| 10 | |
| 11 | ## Firecrawl Collection Plan |
| 12 | |
| 13 | Use Firecrawl search and scrape to compare reviews, product pages, specifications, pricing, Reddit/forums, and trusted review sites. Use Firecrawl browser for shopping-site navigation and cart actions when authorized. |
| 14 | |
| 15 | ## Process |
| 16 | |
| 17 | 1. Research product options across multiple sources. |
| 18 | 2. Compare price, specs, reviews, seller quality, shipping, and fit to preferences. |
| 19 | 3. Pick the best option and explain why. |
| 20 | 4. If the user asked for cart actions, open the shopping site in browser, add the item, and stop before checkout unless explicitly instructed. |
| 21 | |
| 22 | ## Final Deliverable |
| 23 | |
| 24 | ```markdown |
| 25 | # Shopping Research: [Product] |
| 26 | |
| 27 | ## Recommendation |
| 28 | [Best option and why] |
| 29 | |
| 30 | ## Products Compared |
| 31 | [Product, price, seller, key specs, pros/cons] |
| 32 | |
| 33 | ## Review Signals |
| 34 | [Patterns from reviews and external sources] |
| 35 | |
| 36 | ## Cart Status |
| 37 | [Only if requested: item added, price, seller, confirmation] |
| 38 | |
| 39 | ## Sources |
| 40 | [URLs used] |
| 41 | |
| 42 | ## Rerun Inputs |
| 43 | workflow: firecrawl-shop |
| 44 | query: [product] |
| 45 | budget: [budget] |
| 46 | sites: [preferred sites] |
| 47 | ``` |
| 48 | |
| 49 | ## Quality Bar |
| 50 | |
| 51 | - Be specific with model numbers, prices, and sellers. |
| 52 | - Do not purchase or check out without explicit approval. |
| 53 | - Note affiliate, sponsored, or unreliable sources when visible. |