Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

Amazon Brand Tailored Promotions Planner

Helps brand-registered Amazon sellers plan Brand Tailored Promotions — audience targeting, discount tiers, and repeat-purchase incentives.

Marketing & SEOBeginner697118AI score 6/10Last updated: Aug 26, 2026

What it does

  • Guides you through designing Amazon Brand Tailored Promotions campaigns.
  • Maps targeting strategy across audience segments (brand followers, recent customers, cart abandoners, high spenders, etc.).
  • Recommends discount tiers and repeat-purchase incentives per segment.
  • Workflow: ①pull product, marketplace, situation, and goals from your message → ②ask one consolidated multiple-choice follow-up (shorthand answers like "1b 2c 3a" accepted) → ③analyze with its frameworks → ④return a summary, data points, prioritized actions, and next steps.
  • Estimates based on incomplete data are flagged with ⚠️.

Who it's for

  • Amazon sellers and vendors enrolled in Brand Registry.
  • Anyone selling in the US, UK, DE, CA, JP, AU or other Amazon marketplaces.
  • Brand marketers focused on repeat purchase rate and LTV rather than pure acquisition.

Example uses

  1. "I want a 10% first-order coupon for brand followers but my margin is 15% — design safe discount tiers."
  2. "My consumable has a 45-day replenishment cycle; build a promotion calendar to drive repeat orders."
  3. "Prioritize different offers for cart abandoners vs. high spenders and explain the reasoning."

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/nexscope-ai/Amazon-Skills/HEAD/amazon-brand-tailored-promotions/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the amazon-brand-tailored-promotions folder from the GitHub repo nexscope-ai/Amazon-Skills into my ~/.claude/skills/amazon-brand-tailored-promotions/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/nexscope-ai/Amazon-Skills.git && mkdir -p ~/.claude/skills && cp -r Amazon-Skills/amazon-brand-tailored-promotions ~/.claude/skills/

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal (Terminal on macOS, PowerShell on Windows).
  2. Clone the repository: git clone https://github.com/nexscope-ai/Amazon-Skills.git
  3. Create the skills folder if needed: mkdir -p ~/.claude/skills
  4. Copy just this skill: cp -r Amazon-Skills/amazon-brand-tailored-promotions ~/.claude/skills/
  5. Restart Claude Code and run /skills to confirm it is listed.
  6. Test it with: "Help me plan Brand Tailored Promotions for my Amazon brand."
  7. (Alternative) Try npx skills add nexscope/amazon-brand-tailored-promotions; if that registry path fails, use the manual steps above.