zach-search-term-report-analyzer

zach-search-term-report-analyzer is a skill for Claude Code from zach22-1999/amazon-skills. It costs 149 tokens per session (2,009 once invoked), scanned A, original, MIT.

An Amazon Ads search-term report analyzer for Sponsored Products, Sponsored Brands, and Sponsored Display campaigns. It groups related search terms, measures results over 7, 14, and 30 days, and produces reports in several file formats.

In plain words
What is it for?
Use it to analyze one product listing at a time, review ACOS and conversion-rate trends, and find product attributes or use cases to improve a listing.
Why use it?
It turns raw advertising reports into decisions about which searches to block, control, test, or expand, while handling low-data long-tail terms through related word groups.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to analyze one product listing at a time, review ACOS and conversion-rate trends, and find product attributes or use cases to improve a listing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer
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 zach22-1999/amazon-skills --skill zach-search-term-report-analyzer
Clone the repo
git clone --depth 1 https://github.com/zach22-1999/amazon-skills

Made for: Claude Code.

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 zach-search-term-report-analyzer

README.md
[![agentmods](https://agentmods.dev/badge/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer/github.svg)](https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer)
Your own site
<a href="https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer"><img src="https://agentmods.dev/badge/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer/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 zach-search-term-report-analyzer

Your own site · 80×15
<a href="https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer"><img src="https://agentmods.dev/badge/skills/zach22-1999/amazon-skills/zach-search-term-report-analyzer.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,009 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.02009
Opus 5 $0.00075 $0.01005
Sonnet 5 $0.00030 $0.00402
Haiku 4.5 $0.00015 $0.00201

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

Security

Grade A, and why

zach-search-term-report-analyzer 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 10 executable files (scripts/analyze_search_term_decisions.py, scripts/browser_utils.py, scripts/clean_search_term_report.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.

skills/zach-search-term-report-analyzer/SKILL.md · 168 lines

How it starts

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

Amazon 搜索词报告分析(v2)

工作方式

v2 将确定性计算与语义判断分开:

搜索词报告
  → Stage A:清洗、7/14/30 天聚合、词根聚类、硬标签
  → Stage B:AI 助手或人工完成词根语义分类
  → Stage C:严格校验、词根决策继承、六类结果渲染

词根继承用于处理低样本长尾词:当单个搜索词样本不足、但所属词根样本足够时,该词继承词根级判断;词与词根样本都不足时进入低量长尾池 pool,汇总监控但不伪装成待判定。

需要的输入

参数 必须 默认值 说明
搜索词报告 CSV / XLSX / XLSM / XLS
ASIN 一次只分析一个 ASIN
品牌 用于品牌词硬标签与输出命名
目标 ACOS 使用小数,例如 0.20
站点 US 用于可选的 Listing 上下文抓取
报告类型 自动识别 SP / SB / SD
时间窗 7,14,30 用逗号分隔
Listing 上下文 可传入本地 Markdown / 文本快照

如果报告包含多个 ASIN,先从清洗元数据中列出候选,再让用户选定一个;不要混合分析。目标 ACOS、品牌或 ASIN 缺失时必须补齐,不能用隐藏默认值代替。

本地参考

  • references/architecture.md — v2 管线、数据契约与决策顺序
  • references/field_mapping.md — SP / SB / SD 字段映射
  • references/decision_rules.md — 决策规则的运营解释
  • references/term_classification.md — Stage B 分类枚举与 JSON schema
  • references/output_template.md — 六类输出与完成信号
  • scripts/prepare_search_term_analysis.py — Stage A
  • scripts/finalize_search_term_report.py — Stage C
  • scripts/clean_search_term_report.py — 清洗底层
  • scripts/fetch_listing_context.py — 可选 Listing 上下文抓取

Stage A:准备分析工作簿

python3 skills/zach-search-term-report-analyzer/scripts/prepare_search_term_analysis.py \
  <input_file> \
  --asin B0XXXXXXXX \
  --brand ExampleBrand \
  --site US \
  --target-acos 0.20 \
  --windows 7,14,30 \
  --listing-context-file <optional-listing-context.md> \
  --output-dir outputs/search-term-report-analyzer/ExampleBrand/intermediate/

--listing-context-file--report-type 均为可选参数,不使用时删除对应命令行。

Stage A 只做可复现计算:

  • 标准化字段、搜索词和数值格式
  • 识别无法解析的非空数值,禁止静默清零
  • 按 7/14/30 天窗口聚合并重新计算 CTR、CVR、ACOS、ROAS
  • 聚类搜索词词根
  • 标记确定性的 asin_termbrand_term

它会在中间目录生成:

  • workbook.json:term、root、窗口指标和分类请求
  • roots_for_review.md:按花费排序的待分类词根表

Stage B:完成词根分类

读取 roots_for_review.mdworkbook.json 中的 Listing 上下文和 references/term_classification.md,为 classification_request.roots_to_classify 中每一个词根填写:

Read the full file on GitHub · 168 lines

Files

What ships with it

30 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 · 168 lines · 149 tokens per session scan A e127e699e157

Subscribe to this mod's changes

zach-search-term-report-analyzer is a skill published in the GitHub repository zach22-1999/amazon-skills (188 stars, last pushed 23d ago), licensed MIT. It adds 149 tokens to every session and 2,009 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

ecom-applicability

Determine whether AI is appropriate for a specific e-commerce task. Use when evaluating if a problem has enough data, the right tools, or acceptable risk for AI automation. Answers 'should I use AI for X?' with boundary-aware reasoning.

kangise/ecommerce-ai-skills · 53 tokens

ecom-social

Instructions for creating and improving e-commerce social-media content, advertising, and community work across platforms such as Instagram, YouTube, TikTok, Pinterest, Reddit, WhatsApp, and Xiaohongshu.

kangise/ecommerce-ai-skills · 60 tokens

ecom-advertising

Diagnose and optimize Amazon PPC campaigns. Use for ACOS analysis, bid optimization, keyword harvesting, campaign structure, or multi-marketplace advertising.

kangise/ecommerce-ai-skills · 35 tokens

ecom-compliance

Check product compliance, HS codes, IP risks, and platform requirements. Use for category approval, FDA/FCC/CE documentation, IP infringement screening, or dangerous goods classification.

kangise/ecommerce-ai-skills · 40 tokens

ecom-customer-service

Respond to buyer messages and negative reviews, draft refund and return replies, review-request emails, Plan of Action appeals, FAQ, and CS KPI tracking. Use for complaint handling, account appeal, or after-sales support.

kangise/ecommerce-ai-skills · 49 tokens

ecom-inventory

Forecast inventory, set safety stock, and manage replenishment. Use for FBA inventory planning, demand forecasting, restock decisions, or multi-warehouse optimization.

kangise/ecommerce-ai-skills · 37 tokens