Brand Protection โ Walmart ๐ก๏ธ
Unverifiedโ35/40Claude 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-walmartWho 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
Frontmatter โ 5 properties
| name | brand-protection-walmart |
|---|---|
| version | 1.0.0 |
| author | Nexscope AI |
| description | 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. |
| metadata | {"nexscope":{"emoji":"๐ก๏ธ","category":"ecommerce"}} |
| 1 | --- |
| 2 | name: brand-protection-walmart |
| 3 | version: 1.0.0 |
| 4 | author: Nexscope AI |
| 5 | description: "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." |
| 6 | metadata: {"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 | |
| 11 | Protect your brand from unauthorized sellers and counterfeit products on Walmart Marketplace. |
| 12 | |
| 13 | ## Installation |
| 14 | |
| 15 | ```bash |
| 16 | npx 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 |
| 63 | python3 scripts/detector.py |
| 64 | ``` |
| 65 | |
| 66 | ### Generate Complaint Templates |
| 67 | |
| 68 | ```bash |
| 69 | # Walmart Brand Portal report |
| 70 | python3 scripts/templates.py brand-portal |
| 71 | |
| 72 | # Cease & Desist letter |
| 73 | python3 scripts/templates.py cease-desist |
| 74 | |
| 75 | # Test buy guide |
| 76 | python3 scripts/templates.py testbuy |
| 77 | ``` |
| 78 | |
| 79 | ## Output Example |
| 80 | |
| 81 | ``` |
| 82 | ๐ก๏ธ Walmart Brand Protection Report |
| 83 | |
| 84 | Brand: YourBrand |
| 85 | Items Monitored: 10 |
| 86 | Analysis Date: 2024-01-15 |
| 87 | |
| 88 | โโโโโโโโโโโโโโโโโโโโโโโโ |
| 89 | |
| 90 | ๐ด HIGH RISK ALERTS |
| 91 | |
| 92 | Item: 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 | |
| 101 | Reviews mentioning "fake": 4 |
| 102 | Reviews mentioning "not original": 1 |
| 103 | Recommendation: Order test buy |
| 104 | ``` |
| 105 | |
| 106 | ## Walmart Brand Portal |
| 107 | |
| 108 | Walmart'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 | ``` |
| 116 | Monitor Walmart Listings |
| 117 | โ |
| 118 | Detect Violation |
| 119 | โ |
| 120 | Collect Evidence |
| 121 | โ |
| 122 | File Brand Portal Report |
| 123 | โ |
| 124 | Track 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.
Alternatives
Brand Protection โ Amazon ๐ก๏ธAmazon brand protection toolkit. Detect hijackers, counterfeits, and unauthorized sellers. Includes MAP violation monitoring, trademark abuse detection, complaint templates for Brand Registry, and test buy evidence collection guides. No API key required.โยทยทยทยทโ35/40Brand Protection โ eBay ๐ก๏ธeBay brand protection toolkit. Detect unauthorized sellers, counterfeits, and VeRO violations. Includes price monitoring, trademark abuse detection, VeRO complaint templates, and enforcement guides. No API key required.โยทยทยทยทโ35/40Brand Protection โ Shopify/DTC ๐ก๏ธShopify/DTC brand protection toolkit. Detect counterfeit stores, unauthorized resellers, and trademark violations. Includes DMCA takedown templates, domain monitoring, and social media infringement detection. No API key required.โยทยทยทยทโ35/40Brand Protection โ TikTok Shop ๐ก๏ธTikTok Shop brand protection toolkit. Detect unauthorized sellers, counterfeit products, and affiliate abuse. Includes TikTok IP Protection reporting, influencer misuse detection, and complaint templates. No API key required.โยทยทยทยทโ35/40