Ecommerce Listing

Extracts paginated product listings with price, rating, and image from any store.

Works with setup

Test report

Verdict
Works with setup
Score
6.4/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · a807d3b

Non-functional standalone: the skill's scripts only print JS snippets meant to be run via eval inside the separate browser-act CLI and require a live connected browser session — an undisclosed prerequisite the card's clone+cp install never sets up. Files install and parse cleanly (valid frontmatter, both scripts present), but real listing extraction can't run without that dependency, so it was tested on the extraction artifact only. A/B on an inline JSON-LD listing was a tie: the skill's documented ItemList algorithm and the base's direct parse produced byte-identical 4-item output, so the skill added no correctness lift over a plain parse here.

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

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

What Ecommerce Listing does

Extract product list from any e-commerce category page, search results page, or keyword search with filters. Returns paginated product arrays with URL, name, price, currency, image, rating, review count per item. Supports URL input, keyword search, and site-scoped search with filters: price range, brand, category, minimum rating, in-stock only, and sort order. Works on Amazon, eBay, Walmart,…

How to install Ecommerce Listing

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

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

Commands — how to trigger Ecommerce Listing

  • /ecommerce-listing Extracts paginated product listings with price, rating, and image from any store.

It also activates on plain-language prompts like these:

  • Pull all products from this Amazon category page
  • Extract search results from this Shopify collection
  • Filter this ecommerce listing by price and rating

Frequently asked questions

Is the Ecommerce Listing 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 Ecommerce Listing work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Works with setup. Non-functional standalone: the skill's scripts only print JS snippets meant to be run via eval inside the separate browser-act CLI and require a live connected browser session — an undisclosed prerequisite the card's clone+cp install never sets up. Files install and parse cleanly (valid frontmatter, both scripts present), but real listing extraction can't run without that dependency, so it was tested on the extraction artifact only. A/B on an inline JSON-LD listing was a tie: the skill's documented ItemList algorithm and the base's direct parse produced byte-identical 4-item output, so the skill added no correctness lift over a plain parse here.
What is the Ecommerce Listing SkillProof Score?
6.4/10 — installs cleanly 4/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 3/5.
How do I install Ecommerce Listing?
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 Ecommerce Listing 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.