walmart-product-reviews

walmart-product-reviews is a skill for Claude Code, Codex from browser-act/skills. It costs 185 tokens per session (1,566 once invoked), scanned A, original, MIT.

A tool that reads paginated customer reviews from Walmart product pages using a product item ID. It collects review text, ratings, dates, author details, verified-purchase status, helpful votes and selected product variants.

In plain words
What is it for?
Use it to collect product feedback, compare ratings, study review themes, and check whether reviews relate to particular colors or sizes.
Why use it?
It saves the manual work of opening review pages and copying feedback and its related details one page at a time. It only reads information already displayed in the browser.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is This Skill's operational boundary = what the user can manually do in their browser. It only reads data already displayed to the user on the page, never bypassin.

Good fit Use it to collect product feedback, compare ratings, study review themes, and check whether reviews relate to particular colors or sizes.

Compare 6 skills from other repositories ↓
About the project

BrowserAct is a browser automation system that lets AI agents use real, separate browser sessions to extract data and complete account-based web tasks. It is for agents and teams that need parallel workflows, reused login states, human handoffs, or access to sites that resist ordinary automated requests.

browser-act/skills · 5,875 stars · on GitHub · browseract.com

Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/browser-act/skills
agentmods
npx agentmods add skills/browser-act/skills/walmart-product-reviews

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for walmart-product-reviews

README.md
[![agentmods](https://agentmods.dev/badge/skills/browser-act/skills/walmart-product-reviews/github.svg)](https://agentmods.dev/skills/browser-act/skills/walmart-product-reviews)
Your own site
<a href="https://agentmods.dev/skills/browser-act/skills/walmart-product-reviews"><img src="https://agentmods.dev/badge/skills/browser-act/skills/walmart-product-reviews/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for walmart-product-reviews

Your own site · 80×15
<a href="https://agentmods.dev/skills/browser-act/skills/walmart-product-reviews"><img src="https://agentmods.dev/badge/skills/browser-act/skills/walmart-product-reviews.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 185 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,566 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00185 $0.01566
Opus 5 $0.00093 $0.00783
Sonnet 5 $0.00037 $0.00313
Haiku 4.5 $0.00018 $0.00157

Measured 11d ago against content hash 8809b030cc64, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

walmart-product-reviews scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/extract-reviews.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

solutions/ecommerce/walmart-product-reviews/SKILL.md · 123 lines

How it starts

The opening of the file, as written. The whole thing — 123 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Walmart — Product Reviews

product item ID + page → paginated customer reviews from walmart.com

Language

All process output to user (progress updates, process notifications) follows the user's language.

Objective

Extract paginated customer reviews from a Walmart product reviews page, returning structured review data with ratings, text, author info, and metadata.

Prerequisites

  • Target reviews page is open in the browser: https://www.walmart.com/reviews/product/{item-id}?page={page}

Pre-execution Checks

1. Tool Readiness

If browser-act has been confirmed available in the current session → skip this step.

Invoke browser-act via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry.

Capability Components

This Skill's operational boundary = what the user can manually do in their browser. It only reads data already displayed to the user on the page, never bypassing authentication or access controls. Its role is equivalent to copy-pasting on the user's behalf — the data is already on screen, automation merely saves time. JS code is encapsulated in Python files under the scripts/ directory, invoked via eval "$(python scripts/xxx.py {params})". $(...) is bash syntax; it is recommended to use the bash tool for execution.

Below are all atomic capabilities discovered and verified during the exploration phase, listed by command template with parameters. Simply invoke them as needed — no need to read scripts/*.py source code or re-verify. Only inspect scripts when execution fails for troubleshooting. Combine freely as needed during execution.

DOM: extract reviews from current reviews page

Navigate to the target reviews URL first, then extract:

  1. navigate "https://www.walmart.com/reviews/product/{item-id}?page={page}"
  2. wait stable
  3. eval "$(python scripts/extract-reviews.py)"

Parameters in URL:

  • {item-id}: Walmart item ID (numeric, e.g., 18656507313)
  • {page}: page number starting from 1; 10 reviews per page

Read the full file on GitHub · 123 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 123 lines · 185 tokens per session scan A 8809b030cc64

Subscribe to this mod's changes

walmart-product-reviews is a skill published in the GitHub repository browser-act/skills (5,875 stars, last pushed 17d ago), licensed MIT. It adds 185 tokens to every session and 1,566 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

asc-ppp-pricing

Set territory-specific pricing for subscriptions and in-app purchases using current asc setup, pricing summary, price import, and price schedule commands. Use when adjusting prices by country or implementing localized PPP strategies.

rorkai/app-store-connect-cli-skills · 45 tokens

cross-border-ecommerce

Cross-border e-commerce expansion advisor. Scores target markets on 8 weighted dimensions (market size, ecommerce penetration, competition, regulatory complexity, logistics infrastructure, payment ecosystem, cultural distance, IP protection), compares 5 fulfillment models with cost and transit data, provides…

nexscope-ai/eCommerce-Skills · 106 tokens

ecommerce-email-marketing-builder

E-commerce email marketing system builder. Creates complete email automation flows with full copywriting, subject lines, ESP setup instructions, segmentation rules, and annual campaign calendars. Generates copy-paste-ready email sequences for Klaviyo, Omnisend, Mailchimp, or any ESP. Covers welcome series, cart…

nexscope-ai/eCommerce-Skills · 159 tokens

ecommerce-growth-strategy

E-commerce growth strategy advisor. Diagnoses current business health using unit economics (CAC, LTV, AOV, contribution margin), identifies the highest-impact growth opportunities across 5 levers (traffic, conversion, AOV, retention, expansion), and builds a prioritized 90-day growth roadmap. Uses the Ansoff Matrix…

nexscope-ai/eCommerce-Skills · 175 tokens

ecommerce-ppc-strategy-planner

Cross-platform PPC strategy planner for ecommerce businesses. Analyzes your product and margins, recommends the right advertising platforms (Google Ads, Meta Ads, TikTok Ads), calculates ROAS targets, allocates budget across channels, and generates platform-specific campaign briefs with ad copy and creative direction.…

nexscope-ai/eCommerce-Skills · 122 tokens

ecommerce-social-media-marketing

Social media marketing strategy for ecommerce brands. Content calendar planning, platform-specific strategies, social commerce optimization, influencer collaboration, and community building. Use when the user asks about social media marketing, social commerce, content strategy, or social media for ecommerce.

nexscope-ai/eCommerce-Skills · 56 tokens