amazon-pricing-command-center

amazon-pricing-command-center is a skill for Claude Code, Codex from SerendipityOneInc/ZooData-Skills. It costs 149 tokens per session (2,436 once invoked), scanned A, original, MIT.

A pricing analysis tool for Amazon sellers. An ASIN is Amazon’s product identification code.

In plain words
What is it for?
Use it to decide whether to raise, hold, or lower the price of one or more Amazon products.
Why use it?
It replaces guesswork about changing prices with comparisons to the surrounding market and estimated profit effects.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: positional $N argument; built for openclaw.

Good fit Use it to decide whether to raise, hold, or lower the price of one or more Amazon products.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center
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 SerendipityOneInc/ZooData-Skills --skill amazon-pricing-command-center
Clone the repo
git clone --depth 1 https://github.com/SerendipityOneInc/ZooData-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-pricing-command-center

README.md
[![agentmods](https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center/github.svg)](https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center)
Your own site
<a href="https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center"><img src="https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center/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-pricing-command-center

Your own site · 80×15
<a href="https://agentmods.dev/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center"><img src="https://agentmods.dev/badge/skills/serendipityoneinc/zoodata-skills/amazon-pricing-command-center.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,436 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
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.00149 $0.02436
Opus 5 $0.00075 $0.01218
Sonnet 5 $0.00030 $0.00487
Haiku 4.5 $0.00015 $0.00244

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

Security

Grade A, and why

amazon-pricing-command-center scanned grade A with 0 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/zoodata.py), 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

amazon-pricing-command-center/SKILL.md · 162 lines

How it starts

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

Dynamic Pricing Intelligence Agent — RAISE / HOLD / LOWER

Give me your ASIN(s). I'll tell you whether to raise, hold, or lower — with data.

Files

  • Script: {skill_base_dir}/scripts/zoodata.py — run --help for params
  • Reference: {skill_base_dir}/references/reference.md (field names & response structure)

Credential

Required: ZOODATA_API_KEY. Get free key at zoodata.ai/api-keys

Capabilities & Data Flow

  • Network: only https://api.zoodata.ai (Bearer ZOODATA_API_KEY). Setting ZOODATA_BASE_URL to an untrusted host (anything other than api.zoodata.ai / *.zoodata.ai / localhost) makes the CLI refuse the request and withhold the key — the Bearer token is never sent to an untrusted host.
  • Execution: bundled shared ZooData CLI {skill_base_dir}/scripts/zoodata.py (Python 3, stdlib-only). This skill allows categories, product, products, competitors, market, price-band-overview, price-band-detail, brand-overview, brand-detail, history, analyze, and check. Do not invoke unrelated subcommands for this skill's tasks — the bundled manifest {skill_base_dir}/scripts/allowed-commands.json enforces this: the CLI refuses out-of-scope subcommands with a structured COMMAND_NOT_ALLOWED error before any API request.
  • Local files: none; reads the optional credential store ~/.zoodata/config.json.
  • Sent to the API: keywords, category paths, ASINs, marketplace/date and numeric filter values only. Never sent: budget, experience level, risk tolerance, or any other user-profile text — profile inputs map client-side to numeric filters.
  • Credits: every API call consumes account credits. This skill drives the endpoints granularly (no single composite command); a per-ASIN pricing analysis orchestrates ~11 endpoints for ~20-25 credits, and batch runs scale by unique category (see API Budget below). For batch or broad requests, state the estimated credit cost and confirm with the user before running.

Read the full file on GitHub · 162 lines

Files

What ships with it

6 files 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. 12d ago First seen · 162 lines · 149 tokens per session scan A 971c4370e2c2

Subscribe to this mod's changes

amazon-pricing-command-center is a skill published in the GitHub repository SerendipityOneInc/ZooData-Skills (71 stars, last pushed 3d ago), licensed MIT. It adds 149 tokens to every session and 2,436 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. 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

amzscout-research

Amazon-seller research using AMZScout tools — analyze a product by ASIN, evaluate a niche / category, pull keyword & PPC data, and explore a brand's Amazon catalog. Use whenever the user asks whether an Amazon product is worth selling, to analyze a niche or its competition, find/discover products, check a listing's…

amzscout-corp/amzscout-skill-mcp · 125 tokens

amazon-product-ranking

Invoke for ANY Amazon seller query about organic search ranking or product visibility in Amazon search results. Trigger signals: ASIN (B0...) plus ranking intent, page 1 goals, search position tracking, rank drops or recovery, ranking campaign setup, SFB (search-find-buy) parameters, cost or budget estimates for…

listingbureau/listingbureau-mcp · 144 tokens

ecommerce-visual-copywriting

A Chinese-language planning workflow for visual copy and storyboards for online-store product images and detail pages.

feichanggege/ecommerce-visual-copywriting-skill · 231 tokens

amazon-a-plus-content

Amazon A+ Content strategy and creation. Module layouts, persuasive copy, comparison charts, image briefs, and conversion optimization. Use when the user asks about A+ Content, Enhanced Brand Content, product storytelling, or Amazon listing enhancement.

nexscope-ai/Amazon-Skills · 51 tokens

amazon-advertising-strategy

Comprehensive Amazon advertising strategy and campaign optimization. Sponsored Products, Sponsored Brands, Sponsored Display campaign management, budget allocation, ACoS optimization, and performance tracking. Use when the user asks about Amazon PPC, advertising strategy, campaign optimization, or Amazon ads…

nexscope-ai/Amazon-Skills · 59 tokens

amazon-display-ads

Amazon Sponsored Display campaign strategy and optimization. Audience targeting, retargeting campaigns, creative optimization, and performance management. Use when the user asks about Amazon display ads, audience targeting, retargeting, or Sponsored Display campaigns.

nexscope-ai/Amazon-Skills · 50 tokens