Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

linkfox-walmart-searchLinkfox 沃尔玛搜索

Agent Skill

linkfox-walmart-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,521

周安装

103

GitHub Stars

公开资料未说明

下载量

808
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:linkfox-walmart-search(Linkfox 沃尔玛搜索)
来源仓库:https://github.com/linkfox-ai/linkfox-walmart-search
安装命令:
openclaw skills install linkfox-walmart-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install linkfox-walmart-search

简介

按关键词、品类与价格区间搜索沃尔玛商品listing。

  • 支持价格对比与竞品分析,辅助沃尔玛选品调研。
  • 适用于多渠道布局与跨平台市场机会挖掘。
  • 注意数据覆盖站点与更新时效,确保分析准确性。
  • linkfox-walmart-search 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

name
linkfox-walmart-search
description
按关键词、品类、价格区间等条件搜索和浏览沃尔玛商品listing。当用户提到Walmart商品搜索、沃尔玛商品listing、沃尔玛价格对比、沃尔玛竞品分析、沃尔玛选品调研、沃尔玛市场数据、在沃尔玛上查找商品、Walmart search, Walmart products, Walmart product selection, Walmart pricing, Walmart competitors, Walmart market时触发此技能。即使用户未明确提及"Walmart搜索",只要其需求涉及在沃尔玛上搜索商品、查看商品可售状态、对比沃尔玛价格或分析沃尔玛商品listing,也应触发此技能。

Walmart Product Search

This skill enables you to search and retrieve Walmart product listing data, helping e-commerce sellers and researchers extract actionable insights from Walmart's marketplace.

Core Concepts

Walmart Product Search retrieves real-time product listing data from Walmart's marketplace. It supports keyword-based search, category browsing, price filtering, sorting options, and device-specific results. This is a direct search tool that returns current product listings as they appear on Walmart.com.

Search modes: You can search by keyword, by category ID, or by combining both. At least one of keyword or categoryId must be provided.

Sorting options: Results can be sorted by best_seller, best_match, price_low (price ascending), or price_high (price descending). When no sort is specified, the default relevance-based ranking applies.

Pagination: Results are paginated with a default of page 1. The maximum page number is 100.

Parameter Guide

ParameterTypeRequiredDescription
keywordstringNo*Search keyword (max 1024 chars). *At least one of keyword or categoryId must be provided
categoryIdstringNo*Category ID for browsing. *At least one of keyword or categoryId must be provided. Use 0 for all departments
sortstringNoSort order: best_seller, best_match, price_low, price_high
pageintegerNoPage number (1-100, default 1)
minPricenumberNoMinimum price filter
maxPricenumberNoMaximum price filter
spellingbooleanNoEnable spelling correction (default true)
softSortbooleanNoSort by relevance (default true). Set to false to disable
storeIdstringNoStore ID for store-specific results
devicestringNoDevice type: desktop (default), tablet, mobile
facetstringNoFilter facets in key:value format, separated by `\\`
nextDayEnabledbooleanNoShow only NextDay delivery results (default false)
jsonRestrictorstringNoJSON field restrictor to limit returned fields

Product Data Fields

FieldDescription
productIdWalmart product ID
usItemIdUS item ID
titleProduct title
descriptionProduct description
priceCurrent price
wasPriceOriginal price before discount
currencyCurrency code
minPriceMinimum price (for multi-option products)
pricePerUnitAmountPer-unit price amount
pricePerUnitPer-unit price label
ratingAverage rating score
reviewsTotal number of reviews
sellerNameSeller name
sellerIdSeller ID
imageUrlProduct thumbnail URL
productPageUrlProduct detail page URL
sponsoredWhether the listing is a sponsored ad
outOfStockWhether the product is out of stock
freeShippingWhether free shipping is available
twoDayShippingWhether two-day shipping is available
freeShippingWithWalmartPlusFree shipping with Walmart Plus membership
shippingPriceShipping cost
multipleOptionsAvailableWhether the product has multiple variants
variantSwatchesList of variant options with names and images

Usage Examples

1. Basic keyword search Search for products matching a keyword:

{"keyword": "wireless earbuds"}

2. Price-filtered search Find products within a specific price range:

{"keyword": "laptop stand", "minPrice": 10, "maxPrice": 50}

3. Best sellers in a category Browse top-selling products sorted by popularity:

{"keyword": "coffee maker", "sort": "best_seller"}

4. Budget shopping -- lowest price first Find the cheapest options for a product:

{"keyword": "phone case", "sort": "price_low"}

5. Category browsing with pagination Browse a specific category across multiple pages:

{"categoryId": "976759_976787", "page": 2}

6. Store-specific inventory check Search products available at a specific Walmart store:

{"keyword": "tent", "storeId": "1862"}

7. Mobile results simulation See results as they appear on mobile devices:

{"keyword": "water bottle", "device": "mobile"}

8. Combined filters Apply multiple filters for precise results:

{"keyword": "running shoes", "minPrice": 30, "maxPrice": 80, "sort": "best_match"}

Display Rules

  1. Present data clearly: Show search results in well-structured tables with key fields (title, price, rating, reviews, seller). Do not add subjective buying recommendations unless the user asks for analysis.
  2. Price formatting: Always display prices with the currency symbol. When wasPrice is present, show both current and original prices to highlight discounts.
  3. Rating context: Display ratings alongside review counts so users can judge credibility (e.g., "4.5 stars from 1,230 reviews").
  4. Stock status: Clearly flag out-of-stock items so users do not overlook availability issues.
  5. Sponsored labeling: Mark sponsored products so users can distinguish organic from paid placements.
  6. Pagination guidance: When results have a large total count, inform the user of the total and suggest paginating with the page parameter to see more.
  7. Error handling: When a query fails, explain the error clearly and suggest adjusting parameters (e.g., broadening the keyword, changing filters).
  8. Product links: When showing results, include productPageUrl so users can navigate directly to the Walmart product page.

User Expression & Scenario Quick Reference

Applicable -- Walmart product listing queries:

User SaysScenario
"Search Walmart for XX"Keyword search
"Find cheap XX on Walmart"Price-filtered search
"What's the best-selling XX on Walmart"Best-seller sort
"Compare prices for XX on Walmart"Price comparison
"Is XX in stock at Walmart"Availability check
"Show me Walmart products under $50"Price-range browse
"What are the top-rated XX on Walmart"Rating-based filtering
"Walmart competitor products for XX"Competitive research

Not applicable -- Needs beyond Walmart product listings:

  • Walmart seller account management or advertising
  • Walmart order tracking or purchase history
  • Product reviews text analysis (only rating/count is available)
  • Historical price tracking or price trend analysis
  • Walmart affiliate or API key management

Boundary judgment: When users say "product research" or "competitor analysis" in the context of Walmart, if their need involves searching for current product listings, prices, ratings, or seller information, then this skill applies. If they are asking about advertising strategy, account metrics, or historical sales data, it does not apply.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.


*For more high-quality, professional cross-border e-commerce skills, set LinkFox Skills.*

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

77.06%
按下载量换算623

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills