Amazon Alexa QA

Submits questions to Amazon's Alexa/Rufus shopping assistant and collects the answers.

Works with setup

Test report

Verdict
Works with setup
Score
6.0/10
Tested
Jul 12, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 190df1a

Hard dependencies gate this skill: it silently requires the separate browser-act CLI (installed via `uv tool install browser-act-cli`, never mentioned in this skill's own install command or prerequisites) plus a live, logged-in Amazon.com session with the Alexa/Rufus panel available — so it was tested on its DOM-extraction logic only, no live site was touched. The verbatim clone+copy installs cleanly and the three referenced scripts/*.py are valid and harmless, but the name 'Amazon Alexa' collides with the Echo voice assistant, creating a real over-trigger risk. In the A/B, the skill and a no-skill base agent produced identical, correct extraction JSON from the inline mock DOM — the skill's scripts added nothing over a direct trace for the checkable artifact.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 4/5
  • Triggers reliably 3/5
  • Output vs. baseline 5/10
  • Docs & honesty 3/5

What Amazon Alexa QA does

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…

How to install Amazon Alexa QA

git clone https://github.com/browser-act/skills
cd skills
mkdir -p ~/.claude/skills
cp -r solutions/ecommerce/amazon-alexa-qa ~/.claude/skills/amazon-alexa-qa

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Amazon Alexa QA

  • /amazon-alexa-qa Submits questions to Amazon's Alexa/Rufus shopping assistant and collects the answers.

It also activates on plain-language prompts like these:

  • Ask Amazon's Rufus assistant about this product's material
  • Collect Alexa shopping answers for these search terms
  • Automate a batch of questions to Amazon's AI assistant

Frequently asked questions

Is the Amazon Alexa QA skill free?
Yes. The skill itself is free from browser-act/skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Amazon Alexa QA work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 12, 2026. Verdict: Works with setup. Hard dependencies gate this skill: it silently requires the separate browser-act CLI (installed via `uv tool install browser-act-cli`, never mentioned in this skill's own install command or prerequisites) plus a live, logged-in Amazon.com session with the Alexa/Rufus panel available — so it was tested on its DOM-extraction logic only, no live site was touched. The verbatim clone+copy installs cleanly and the three referenced scripts/*.py are valid and harmless, but the name 'Amazon Alexa' collides with the Echo voice assistant, creating a real over-trigger risk. In the A/B, the skill and a no-skill base agent produced identical, correct extraction JSON from the inline mock DOM — the skill's scripts added nothing over a direct trace for the checkable artifact.
What is the Amazon Alexa QA SkillProof Score?
6.0/10 — installs cleanly 4/5, triggers reliably 3/5, output vs. baseline 5/10, docs & honesty 3/5.
How do I install Amazon Alexa QA?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Amazon Alexa QA with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.