amazon-ppc-campaign

amazon-ppc-campaign is a skill for Claude Code, Codex from nexscope-ai/Amazon-Skills. It costs 179 tokens per session (5,848 once invoked), scanned B, original, MIT.

A tool for planning new Amazon pay-per-click advertising campaigns or improving existing ones using product, keyword, campaign, and search-term data.

In plain words
What is it for?
Use it to build campaign structures, group keywords, calculate starting or adjusted bids, and create negative-keyword lists.
Why use it?
It organizes keywords and bids around product margins and advertising cost targets, helping avoid poorly structured campaigns and wasteful spending.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: positional $N argument.

Good fit Use it to build campaign structures, group keywords, calculate starting or adjusted bids, and create negative-keyword lists.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nexscope-ai/amazon-skills/amazon-ppc-campaign
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add nexscope-ai/Amazon-Skills --skill amazon-ppc-campaign
Clone the repo
git clone --depth 1 https://github.com/nexscope-ai/Amazon-Skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for amazon-ppc-campaign

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign/github.svg)](https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign)
Your own site
<a href="https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign"><img src="https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for amazon-ppc-campaign

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign"><img src="https://agentmods.dev/badge/skills/nexscope-ai/amazon-skills/amazon-ppc-campaign.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 179 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,848 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 9 Apr 2026
  • Snyk warn 9 Apr 2026
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Supply Chain · line 180
    Remote code is downloaded and executed. This bypasses code review and could introduce malicious code.
    Fix: Avoid downloading and executing remote scripts. Use trusted packages from PyPI/npm. If remote fetch is required, verify checksums and use HTTPS.
  • medium MCP Rug Pull · line 14
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00179 $0.05848
Opus 5 $0.00089 $0.02924
Sonnet 5 $0.00036 $0.01170
Haiku 4.5 $0.00018 $0.00585

Measured 10d ago against content hash 768aa2582b71, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade B, and why

amazon-ppc-campaign scanned grade B with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/fetch-competitor.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Downloads and executes remote codemediumSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

Additionally, expand keywords using Amazon autocomplete: `curl -s "https://completion.amazon.com/api/2017/suggestions?mid=ATVPDKIKX0DER&alias=aps&prefix=<URL-ENCODED-KEYWORD>" | python3 -c "import sys,json; [print(s['val

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Additionally, expand keywords using Amazon autocomplete: `curl -s "https://completion.amazon.com/api/2017/suggestions?mid=ATVPDKIKX0DER&alias=aps&prefix=<URL-ENCODED-KEYWORD>" | python3 -c "import sys,json; [print(s['val
amazon-ppc-campaign/SKILL.md · 497 lines

How it starts

The opening of the file, as written. The whole thing — 497 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Amazon PPC Campaign Optimization 📢

Build profitable PPC campaign structures from scratch, or audit and optimize existing campaigns with data-driven bid adjustments. No API key — works out of the box.

Installation

npx skills add nexscope-ai/Amazon-Skills --skill amazon-ppc -g

Two Modes

Mode When to Use Input Output
A — Build Launching PPC for a new product Product info + keywords + margins Complete campaign blueprint + keyword groupings + initial bids
B — Optimize Improving existing campaigns Campaign data + search term reports + current ACoS Optimization plan + bid adjustments + negative keyword list

Capabilities

  • ACoS financial framework: Calculate break-even ACoS, target ACoS, and Max CPC from product margins — the foundation for every bid decision
  • Campaign architecture design: Build a structured Auto → Broad → Exact funnel with proper negative keyword isolation between campaigns
  • Keyword grouping: Organize keywords into campaign buckets with match types and initial bids based on confidence level
  • Bid optimization: Apply ACoS-based bid adjustment rules using industry-standard formulas (cut/increase by percentage based on ACoS range)
  • Keyword funnel analysis: Identify migration opportunities (Auto→Broad→Exact) and wasted spend (high-click zero-sale terms)
  • Negative keyword management: Generate seed lists (cross-campaign, irrelevant terms, generic waste modifiers) and ongoing additions from search term data
  • Search term report analysis: Parse user-provided campaign data to find profitable terms, wasteful terms, and optimization gaps
  • Competitor ASIN targeting: Build product targeting campaigns aimed at competitor product pages
  • Integration chain: Works with amazon-keyword-research for keyword input and amazon-listing-optimization for pre-launch listing quality checks

Read the full file on GitHub · 497 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 497 lines · 179 tokens per session scan B 768aa2582b71

Subscribe to this mod's changes

amazon-ppc-campaign is a skill published in the GitHub repository nexscope-ai/Amazon-Skills (649 stars, last pushed 14d ago), licensed MIT. It adds 179 tokens to every session and 5,848 once invoked, about $0.0009 per session on Opus 5. A static security scan graded it B with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

1800flowers-checkout

Buy products from 1-800-Flowers (1800flowers.com) and manage those orders via the Zinc API (zinc.com). Use when the user wants to purchase, order, or check out an item from 1-800-Flowers, check 1-800-Flowers order status or tracking, cancel a 1-800-Flowers order, or return a 1-800-Flowers item. One API also covers…

zincio/skills · 149 tokens

send-donuts

Send a box of Krispy Kreme donuts (doughnuts) to someone by mail, paid with your own credit card via Stripe Link — driven entirely from the terminal. Use when the user wants to send donuts, doughnuts, treats, or a thank-you gift to a lead, prospect, customer, colleague, or friend — e.g. "send donuts to Jane at Acme"…

zincio/skills · 134 tokens

universal-checkout

Discover, buy, track, and return products across Amazon, Walmart, Target, Best Buy, eBay, and 50+ other US retailers via the Zinc API (zinc.com). Use when the user wants to search for or buy a product, check out, check order status or tracking, cancel an order, or return an item programmatically. Supports API key auth…

zincio/skills · 118 tokens

homedepot-checkout

Buy products from The Home Depot (homedepot.com) and manage those orders via the Zinc API (zinc.com). Use when the user wants to purchase, order, or check out an item from The Home Depot, check The Home Depot order status or tracking, cancel a The Home Depot order, or return a The Home Depot item. One API also covers…

zincio/skills · 136 tokens

bestbuy-checkout

Buy products from Best Buy (bestbuy.com) and manage those orders via the Zinc API (zinc.com). Use when the user wants to purchase, order, or check out an item from Best Buy, check Best Buy order status or tracking, cancel a Best Buy order, or return a Best Buy item. One API also covers Amazon, Walmart, Target, Best…

zincio/skills · 127 tokens

lowes-checkout

Buy products from Lowe's (lowes.com) and manage those orders via the Zinc API (zinc.com). Use when the user wants to purchase, order, or check out an item from Lowe's, check Lowe's order status or tracking, cancel a Lowe's order, or return a Lowe's item. One API also covers Amazon, Walmart, Target, Best Buy and 50+…

zincio/skills · 127 tokens