Skills ยท Design & UI

Brand Protection โ€” Walmart ๐Ÿ›ก๏ธ

Unverifiedโ—35/40

Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.

Originally by Nexscope AI ยท MIT

Claude Codeโ—PartialHas SKILL.md but declares no allowed-tools โ€” Claude Code will ask for permission each time
CursorยทUnknownWe have not crawled the repo tree, so we will not guess
CodexยทUnknownWe have not crawled the repo tree, so we will not guess
Gemini CLIยทUnknownThe spec defines no detection rule for Gemini
CopilotยทUnknownWe have not crawled the repo tree, so we will not guess
npx agentalley add brand-protection-walmart

This command does not work yet โ€” the CLI is still being built. Until then, use Raw in the reader below to take the file.

Who is stuck, and on what

Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.

The whole source

No sign-in, no blur, nothing truncated
brand-protection-walmart/SKILL.md130 lines3.1 KBRawView on GitHub
Frontmatter โ€” 5 properties
namebrand-protection-walmart
version1.0.0
authorNexscope AI
descriptionWalmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required.
metadata{"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
1---
2name: brand-protection-walmart
3version: 1.0.0
4author: Nexscope AI
5description: "Walmart brand protection toolkit. Detect unauthorized sellers, counterfeits, and MAP violations. Includes Walmart Brand Portal reporting, WFS seller monitoring, and complaint templates. No API key required."
6metadata: {"nexscope":{"emoji":"๐Ÿ›ก๏ธ","category":"ecommerce"}}
7---A5 โ€” No allowed-tools declared โ€” no way to tell what this skill may touch
8 
9# Brand Protection โ€” Walmart ๐Ÿ›ก๏ธ
10 
11Protect your brand from unauthorized sellers and counterfeit products on Walmart Marketplace.
12 
13## Installation
14 
15```bash
16npx skills add nexscope-ai/eCommerce-Skills --skill brand-protection-walmart -g
17```
18 
19## Features
20 
21- **Unauthorized Seller Detection** โ€” Find sellers without authorization
22- **Price Monitoring** โ€” MAP violation alerts
23- **Counterfeit Signals** โ€” Review-based fake detection
24- **Trademark Abuse** โ€” Listing title/description infringement
25- **Walmart Brand Portal** โ€” Official reporting templates
26- **WFS Monitoring** โ€” Track fulfillment-verified sellers
27 
28## Walmart-Specific Detection
29 
30| Dimension | Method | Risk Level |
31|-----------|--------|------------|
32| Unauthorized Sellers | Seller ID monitoring | ๐Ÿ”ด High |
33| Price Violations | Below MAP detection | ๐Ÿ”ด High |
34| Counterfeit | Review keyword analysis | ๐Ÿ”ด High |
35| Trademark | Title pattern matching | โš ๏ธ Medium |
36 
37## Risk Levels
38 
39| Level | Description | Action |
40|-------|-------------|--------|
41| ๐Ÿ”ด High | Immediate threat | Report within 24h |
42| โš ๏ธ Medium | Potential concern | Investigate further |
43| โœ… Low | Normal activity | Continue monitoring |
44 
45## Input Configuration
46 
47```json
48{
49 "brand_name": "YourBrand",
50 "trademark_number": "US12345678",
51 "brand_portal_enrolled": true,
52 "authorized_sellers": ["seller_id_1", "seller_id_2"],
53 "protected_item_ids": ["123456789"],
54 "min_price": 29.99
55}
56```
57 
58## Usage
59 
60### Detection
61 
62```bash
63python3 scripts/detector.py
64```
65 
66### Generate Complaint Templates
67 
68```bash
69# Walmart Brand Portal report
70python3 scripts/templates.py brand-portal
71 
72# Cease & Desist letter
73python3 scripts/templates.py cease-desist
74 
75# Test buy guide
76python3 scripts/templates.py testbuy
77```
78 
79## Output Example
80 
81```
82๐Ÿ›ก๏ธ Walmart Brand Protection Report
83 
84Brand: YourBrand
85Items Monitored: 10
86Analysis Date: 2024-01-15
87 
88โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
89 
90๐Ÿ”ด HIGH RISK ALERTS
91 
92Item: 123456789
93โ”œโ”€โ”€ 2 unauthorized sellers detected
94โ”œโ”€โ”€ Lowest price: $17.99 (MAP: $29.99)
95โ””โ”€โ”€ Action: File Brand Portal complaint
96 
97โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”โ”
98 
99โš ๏ธ COUNTERFEIT SIGNALS
100 
101Reviews mentioning "fake": 4
102Reviews mentioning "not original": 1
103Recommendation: Order test buy
104```
105 
106## Walmart Brand Portal
107 
108Walmart's Brand Portal allows brand owners to:
109- Report counterfeit listings
110- Remove unauthorized sellers
111- Monitor brand health metrics
112 
113## Action Workflow
114 
115```
116Monitor Walmart Listings
117 โ†“
118Detect Violation
119 โ†“
120Collect Evidence
121 โ†“
122File Brand Portal Report
123 โ†“
124Track Resolution
125```
126 
127---
128 
129**Part of [Nexscope AI](https://www.nexscope.ai/?co-from=skill) โ€” AI tools for e-commerce sellers.**
130 

Reviews

Installed this one?Write the first review and take the Trailblazer badge.

Reviews only open after a real install, so this is empty โ€” and we leave it empty rather than invent one.

Alternatives

Also in Design & UI