nexscope-ai/nexscope-ecommerce-skills

ecommerce-walmart-product-detail

Query Walmart product details via WallySmarter, including pricing history and sales trends. Trigger when users mention Walmart product detail, Walmart product data, WallySmarter, Walmart price trends, Walmart sales trends, Walmart product detail, Walmart price history, Walmart sales trend, WallySmarter product. Even if the user does not explicitly mention \"WallySmarter\", trigger this skill whenever their need involves viewing detailed information, historical price changes, or sales trends for…

Installation

$ npx skills add nexscope-ai/nexscope-ecommerce-skills --skill ecommerce-walmart-product-detail

Summary

  • Query Walmart product details via WallySmarter, including pricing history and sales trends.
  • Trigger when users mention Walmart product detail, Walmart product data, WallySmarter, Walmart price trends, Walmart sales trends, Walmart product detail, Walmart price history, Walmart sales trend, WallySmarter product.
  • Even if the user does not explicitly mention \"WallySmarter\", trigger this skill whenever their need involves viewing detailed information, historical price changes, or sales trends for a single Walmart product.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from nexscope-ai/nexscope-ecommerce-skills · top by installs.

npx skills add nexscope-ai/nexscope-ecommerce-skills

Browse all from nexscope-ai/nexscope-ecommerce-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 66
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 5,596 B
  • docs SUMMARY.md 565 B

History

  1. First recorded snapshot · 3 installs

SKILL.md

WallySmarter Product Detail

This skill retrieves detailed product information from Walmart via WallySmarter, including pricing history and sales volume trends.

Core Concepts

WallySmarter Product Detail looks up a single Walmart product by its ItemId and returns comprehensive product attributes along with historical pricing and sales data. This is a product-level deep-dive tool, complementing the broader Walmart search skill that operates at the search/listing level.

Data scope: Returns current product attributes (title, price, brand, ratings, fulfillment type, etc.) plus historical stats when includeStats is enabled (default).

Non-structured output: The tool returns mixed structured and non-structured data. It does NOT support secondary analysis via data query.

Parameter Guide

Parameter Type Required Default Description
productId integer Yes -- Walmart Item ID. Found in product URLs: https://www.walmart.com/ip/<productId>
includeStats boolean No true Whether to include historical price and sales data

Product Data Fields

Field Description
title Product title
description Product description
price Current selling price (USD)
wasPrice Strikethrough price (USD)
minPrice Lowest price (USD)
brand Brand name
rating Average rating (0.0--5.0)
reviews Total review count
salesEstimate Estimated sales volume (units)
revenue Estimated revenue (USD)
sellerName Seller name
fulfillmentType Fulfillment: MARKETPLACE or WFS
productPageUrl Product page URL
imageUrl Product image URL
departmentName Department category name
departmentId Department ID
listingScore Listing quality score
contentScore Content quality score
outOfStock Stock status: 0=in stock, 1=out of stock
sponsored Ad flag: 0=organic, 1=sponsored
isBranded Brand flag: 0=no, 1=yes
multipleOptionsAvailable Variant flag: 0=no, 1=yes
usItemId Internal US Item ID
createdAt Product creation timestamp
updatedAt Last update timestamp
stats Historical price and sales trend data object

Usage Examples

1. Basic product lookup (with history) Get full details for a Walmart product including price and sales trends:

{"productId": 5177343351}

2. Product detail only (no history) Get product attributes without historical data for faster response:

{"productId": 5169493923, "includeStats": false}

Display Rules

  1. Present data clearly: Show product details in a structured format. Do not add subjective business recommendations unless asked.
  2. Price formatting: Display current price alongside wasPrice when available to highlight discounts. Always show USD symbol.
  3. Trend summary: When stats data is available, summarize price and sales trends (e.g., "Price dropped 15% over the last 30 days").
  4. Score context: Explain listingScore and contentScore in context (higher = better quality listing).
  5. Stock and fulfillment: Clearly flag out-of-stock items and fulfillment type (WFS vs Marketplace).
  6. Single product: This tool queries one product at a time. If the user needs multiple products, call the tool separately for each ItemId.

Important Limitations

  • Only supports lookup by Walmart ItemId (the numeric ID in the product URL)
  • Returns non-structured data -- NOT compatible with secondary data analysis tools
  • Single ItemId per call; batch queries require multiple invocations
  • Historical data availability depends on WallySmarter's tracking coverage

User Expression & Scenario Quick Reference

Applicable -- Walmart single-product deep-dive:

User Says Scenario
"Look up this Walmart product detail" Basic product lookup
"What's the recent price trend for this Walmart product" Price trend analysis
"WallySmarter look up Walmart product 5177343351" Direct ID lookup
"How are sales for this Walmart product" Sales estimate check
"Walmart product detail for item XX" English variant
"Has this Walmart product dropped in price recently" Price change detection

Not applicable -- Needs beyond single product detail:

  • Walmart product search by keyword (use the Walmart search skill)
  • Bulk product comparison across multiple items simultaneously
  • Walmart seller account or advertising metrics
  • Real-time inventory or delivery estimates
  • Category-level market analysis

Boundary judgment: If the user has a specific Walmart product ID or URL and wants detailed attributes, pricing history, or sales trends, this skill applies. If they want to search/browse products by keyword or category, use the Walmart search skill instead.

Authentication

Set NEXSCOPEAPIKEY. Visit https://www.nexscope.ai/help/skills-external-access?co-from=skillNS to manage credits.