← Back to Skills Marketplace
phheng

Brand Protection Walmart

by Henk Nie · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
180
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install brand-protection-walmart
Description
Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitori...
README (SKILL.md)

Brand Protection — Walmart 🛡️

Protect your brand from unauthorized sellers and counterfeit products on Walmart Marketplace.

Installation

npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-walmart -g

Features

  • Unauthorized Seller Detection — Find sellers without authorization
  • Price Monitoring — MAP violation alerts
  • Counterfeit Signals — Review-based fake detection
  • Trademark Abuse — Listing title/description infringement
  • Walmart Brand Portal — Official reporting templates
  • WFS Monitoring — Track fulfillment-verified sellers

Walmart-Specific Detection

Dimension Method Risk Level
Unauthorized Sellers Seller ID monitoring 🔴 High
Price Violations Below MAP detection 🔴 High
Counterfeit Review keyword analysis 🔴 High
Trademark Title pattern matching ⚠️ Medium

Risk Levels

Level Description Action
🔴 High Immediate threat Report within 24h
⚠️ Medium Potential concern Investigate further
✅ Low Normal activity Continue monitoring

Input Configuration

{
  "brand_name": "YourBrand",
  "trademark_number": "US12345678",
  "brand_portal_enrolled": true,
  "authorized_sellers": ["seller_id_1", "seller_id_2"],
  "protected_item_ids": ["123456789"],
  "min_price": 29.99
}

Usage

Detection

python3 scripts/detector.py

Generate Complaint Templates

# Walmart Brand Portal report
python3 scripts/templates.py brand-portal

# Cease & Desist letter
python3 scripts/templates.py cease-desist

# Test buy guide
python3 scripts/templates.py testbuy

Output Example

🛡️ Walmart Brand Protection Report

Brand: YourBrand
Items Monitored: 10
Analysis Date: 2024-01-15

━━━━━━━━━━━━━━━━━━━━━━━━

🔴 HIGH RISK ALERTS

Item: 123456789
├── 2 unauthorized sellers detected
├── Lowest price: $17.99 (MAP: $29.99)
└── Action: File Brand Portal complaint

━━━━━━━━━━━━━━━━━━━━━━━━

⚠️ COUNTERFEIT SIGNALS

Reviews mentioning "fake": 4
Reviews mentioning "not original": 1
Recommendation: Order test buy

Walmart Brand Portal

Walmart's Brand Portal allows brand owners to:

  • Report counterfeit listings
  • Remove unauthorized sellers
  • Monitor brand health metrics

Action Workflow

Monitor Walmart Listings
      ↓
Detect Violation
      ↓
Collect Evidence
      ↓
File Brand Portal Report
      ↓
Track Resolution

Part of Nexscope AI — AI tools for e-commerce sellers.

Usage Guidance
Do not run these scripts on production systems yet. The package claims to target Walmart but the code/templates are Amazon-specific (ASIN, FBA, Amazon Brand Registry). Before installing or running: 1) ask the publisher to explain the Walmart/Amazon mismatch and provide the full, untruncated source; 2) review the scripts for any network calls, HTTP endpoints, or subprocess usage (e.g., requests, urllib, subprocess.exec) — if present, verify where data is sent; 3) if you want a Walmart tool, request a version that uses Walmart identifiers/APIs; 4) if you must test it, run in an isolated environment (VM/container) and do not provide any credentials or sensitive env vars until you confirm what the tool needs. If the author cannot justify the discrepancy, treat the skill as unreliable and avoid using it for automated reporting.
Capability Analysis
Type: OpenClaw Skill Name: brand-protection-walmart Version: 0.1.0 The skill bundle provides a toolkit for brand protection, including logic for detecting unauthorized sellers and generating legal complaint templates. The scripts (detector.py and templates.py) operate on provided data or hardcoded demo data without performing any network requests, file system modifications, or sensitive data access. No evidence of prompt injection, obfuscation, or malicious intent was found.
Capability Assessment
Purpose & Capability
The skill is advertised as 'Walmart brand protection', but the code and templates use Amazon-specific concepts: ASIN, FBA, Buy Box, Amazon Brand Registry URLs, and 'Amazon.com' in legal templates. This is a strong mismatch — either the README is wrong or the code was repurposed from an Amazon tool. A Walmart tool should reference Walmart item identifiers and Walmart Brand Portal APIs, not ASINs and Amazon Brand Registry.
Instruction Scope
SKILL.md instructs running local Python scripts (python3 scripts/detector.py and templates.py). The scripts are local and generate detection output and complaint templates. The templates include detailed guidance for 'test buys' (create separate buyer accounts, use alternate shipping addresses) and legal text referencing Amazon — these are in-scope for brand-protection but may be sensitive operational guidance. I did not see (in the truncated content) explicit network calls or calls that exfiltrate credentials, but the full scripts were truncated and could contain web-scraping or HTTP requests; that should be verified before running.
Install Mechanism
No install spec — this is instruction-only with bundled Python scripts. That minimizes supply-chain risk (no external downloads). However, the included scripts will run on your machine when invoked, so they should be reviewed for network or subprocess calls before execution.
Credentials
The skill declares no required environment variables or credentials. That is plausible for an offline analysis tool, but inconsistent with the advertised capability to 'file Brand Portal reports' (reporting typically requires credentials or manual steps). Also, because the code is Amazon-centric despite the Walmart label, it's unclear what credentials (if any) are actually needed. Confirm whether the tool will prompt for or attempt to access any credentials or endpoints at runtime.
Persistence & Privilege
The skill does not request any persistent/always-on privilege (always: false). It appears to be user-invoked scripts with no install-time persistent components.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install brand-protection-walmart
  3. After installation, invoke the skill by name or use /brand-protection-walmart
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Initial release of the Walmart brand protection toolkit. - Detects unauthorized sellers, MAP violations, counterfeits, and trademark infringements. - Includes Walmart Brand Portal reporting templates and WFS seller monitoring. - No API key required—simple input configuration. - Provides actionable risk levels and step-by-step workflows for brand protection.
Metadata
Slug brand-protection-walmart
Version 0.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Brand Protection Walmart?

Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitori... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install Brand Protection Walmart?

Run "/install brand-protection-walmart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Brand Protection Walmart free?

Yes, Brand Protection Walmart is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Brand Protection Walmart support?

Brand Protection Walmart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Brand Protection Walmart?

It is built and maintained by Henk Nie (@phheng); the current version is v0.1.0.

💬 Comments