Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Walmart Search

v1.0.0

按关键词、品类、价格区间等条件搜索和浏览沃尔玛商品listing。当用户提到Walmart商品搜索、沃尔玛商品listing、沃尔玛价格对比、沃尔玛竞品分析、沃尔玛选品调研、沃尔玛市场数据、在沃尔玛上查找商品、Walmart search, Walmart products, Walmart product se...

0· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for linkfox-ai/linkfox-walmart-search.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Walmart Search" (linkfox-ai/linkfox-walmart-search) from ClawHub.
Skill page: https://clawhub.ai/linkfox-ai/linkfox-walmart-search
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install linkfox-walmart-search

ClawHub CLI

Package manager switcher

npx clawhub@latest install linkfox-walmart-search
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
high confidence
!
Purpose & Capability
The skill's stated purpose (search Walmart product listings) is coherent with calling an API, but the code and API docs show it uses a LinkFox gateway (https://tool-gateway.linkfox.com) and requires an API key for that gateway. The registry metadata lists no required environment variables or primary credential — a direct mismatch (the skill will fail without LINKFOXAGENT_API_KEY).
!
Instruction Scope
Runtime instructions and the included script send user queries to an external LinkFox endpoint and also reference a separate feedback API (skill-api.linkfox.com). The SKILL.md triggers broadly on any Walmart‑search intent, but does not clearly disclose that user search queries will be sent to a third party. The instructions do not read local files, but they do transmit user-supplied query data off‑agent to an external service.
Install Mechanism
There is no install spec (instruction-only deployment), and no downloads or extraction. The only executable code is a small included Python script; nothing is fetched from arbitrary URLs during install.
!
Credentials
The script expects LINKFOXAGENT_API_KEY (used in Authorization header) and points users to an internal Feishu wiki to obtain it, but the skill's registry metadata does not declare any required env vars. Requiring a gateway API key (not a Walmart key) is plausible but should be declared and justified in the metadata; absent that, this is disproportionate and opaque.
Persistence & Privilege
The skill does not request 'always: true' or other elevated persistent privileges, and it does not modify other skills or system configs. It runs only when invoked.
What to consider before installing
This skill will send user search queries to a LinkFox gateway (tool-gateway.linkfox.com) and requires an API key (LINKFOXAGENT_API_KEY) although the registry metadata does not declare it. Before installing: (1) verify and trust the LinkFox service and its privacy policy — queries and any product/context you send will be routed there; (2) ask the publisher to update the skill metadata to declare required environment variables and explain why the gateway is used instead of calling Walmart directly; (3) avoid supplying other secrets (AWS, Walmart, or system tokens); (4) if you need to evaluate safely, run the included script in an isolated environment and inspect network traffic or request a self‑hosted / direct Walmart integration instead. If the skill's source/publisher is unknown or untrusted, treat data you send through it as shared with a third party.

Like a lobster shell, security has layers — review code before you run it.

latestvk9767fd2z65mawh72yc1np9b8d843b93
80downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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.

Comments

Loading comments...