amazon

Featured

Shop on Amazon and Amazon Fresh through your browser

AI & Automation 1,231 stars 174 forks Updated today MIT

Install

View on GitHub

Quality Score: 92/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

Use browser automation for all Amazon actions. All browser operations are executed through the `assistant browser` CLI, invoked via `host_bash`. Use helper scripts with `host_bash` to normalize extraction results and decide the next step. ## Required tools - `host_bash` for `assistant browser` CLI commands and deterministic helper scripts under `scripts/`. ## Hard constraints - Do not call `assistant browser chrome relay`. - Do not use legacy relay-backed scripts. - Always require explicit user confirmation before final order submission. ## Step graph (state machine) ### Step 1: Classify workflow state Run this early in each turn when intent is unclear: ```bash bun {baseDir}/scripts/amazon-intent.ts --request "<latest user request>" --checkout-reviewed <true|false> --has-cart-items <true|false> ``` Use the returned `step` to route to one of: `search`, `variant_select`, `cart_review`, `checkout_review`, `fresh_slot`, `place_order`. ### Step 2: Product discovery (`search`) 1. Navigate to search results page: ```bash assistant browser --session amazon navigate --url "https://www.amazon.com/s?k=<urlencoded query>" ``` 2. Capture current state: ```bash assistant browser --session amazon --json snapshot assistant browser --session amazon --json extract --include-links ``` 3. Parse candidates deterministically: ```bash bun {baseDir}/scripts/amazon-parse-search.ts --query "<query>" --input-json '<json payload with extracted text/links>' ``` 4. Present top options wit...

Details

Author
vellum-ai
Repository
vellum-ai/vellum-assistant
Created
7 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Featured

amazon-alexa-qa

Amazon Alexa for Shopping Q&A automation: submits questions to Amazon's Alexa/Rufus AI shopping assistant and collects response text; supports optional keyword search context (navigate to search results page before asking for category-specific answers). Use when user mentions Amazon Alexa, Rufus, Amazon shopping assistant, Amazon AI chat, ask Amazon, Amazon Q&A, automate Alexa questions, Rufus chatbot, Amazon assistant automation, collect Alexa responses, bulk question submission to Amazon, keyword search context, category research. Also applies to extracting Amazon product recommendations from conversational AI, automating repeated queries to Amazon's AI shopping feature, collecting Alexa shopping responses at scale, or market research within a specific product category.

5,896 Updated 2 weeks ago
browser-act
Data & Documents Featured

amazon-search-listing

Amazon search and category listing scraper: extract product listings from any Amazon search results page, keyword search URL, or category browse page and return per-item cards (asin, title, url, image, price, listPrice, stars, reviewCount, badges, isAmazonChoice, isBestSeller, isSponsored, delivery, boughtInPast, positionIndex) plus pagination state (currentPage, hasNextPage, nextPageUrl, totalResultsApprox). Works across all Amazon regional TLDs (amazon.com, amazon.co.uk, amazon.de, amazon.co.jp, amazon.in, amazon.fr, amazon.ca, amazon.com.au, amazon.it, amazon.es, amazon.com.mx, amazon.com.br, amazon.nl, amazon.se, amazon.sg, amazon.ae, amazon.sa, amazon.pl, amazon.tr, amazon.eg). Use when user mentions Amazon, amazon.com, Amazon SERP, Amazon search results, Amazon keyword search, Amazon category page, Amazon subcategory URL, scrape Amazon listings, extract Amazon search, Amazon product cards, Amazon browse page, Amazon /s URL, Amazon /s?k= URL, Amazon /b/ category URL, Amazon /gp/browse category, Amazon bb

5,896 Updated 2 weeks ago
browser-act
AI & Automation Listed

shopping-assistant

An intelligent shopping research assistant that helps users find the best product to buy through systematic comparison, review analysis, and value assessment. Use this skill whenever the user wants to buy something, is comparing products, asks "what should I buy", "help me choose", "best X for Y", mentions shopping, purchasing decisions, product comparisons, or needs help deciding between options. Also trigger when users mention wanting to research a product category, check reviews, or find the best deal. This skill uses web search extensively to gather real product data, ratings, reviews, and prices.

118 Updated 2 days ago
infranodus