Amazon CLI
Searches Amazon products, best sellers, and details from the terminal.
In test queue
Test report
- Verdict
- In test queue
- Tested
- —
- Environment
- Pending
In the test queue — machine-screened (validator 85/100, 201★ repo), full install/trigger/output test scheduled.
What Amazon CLI does
Searches Amazon from the terminal via cli-web-amazon — product search, product details by ASIN, Best Sellers by category, and autocomplete suggestions. Use when the user asks about Amazon products, prices, best sellers, or wants to search Amazon. Prefer cli-web-amazon over fetching the website. No auth required.
How to install Amazon CLI
git clone https://github.com/ItamarZand88/CLI-Anything-WEB
cp -r CLI-Anything-WEB/.claude/skills/amazon-cli ~/.claude/skills/amazon-cli
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Amazon CLI
-
/amazon-cliSearches Amazon products, best sellers, and details from the terminal.
It also activates on plain-language prompts like these:
-
Find the best-selling headphones on Amazon -
Look up this product by ASIN -
Search Amazon for wireless keyboards under $50
Frequently asked questions
- Is the Amazon CLI skill free?
- Yes. The skill itself is free from ItamarZand88/CLI-Anything-WEB. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Amazon CLI work with Claude Code?
- It is in our test queue — we run every skill on real work before issuing a verdict, and this one is scheduled.
- How do I install Amazon CLI?
- 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 CLI 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.