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.
npx skills add zach22-1999/amazon-skills --skill zach-product-researchgit clone --depth 1 https://github.com/zach22-1999/amazon-skillsWrote 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.
[](https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-product-research)<a href="https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-product-research"><img src="https://agentmods.dev/badge/skills/zach22-1999/amazon-skills/zach-product-research/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.
<a href="https://agentmods.dev/skills/zach22-1999/amazon-skills/zach-product-research"><img src="https://agentmods.dev/badge/skills/zach22-1999/amazon-skills/zach-product-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00089 | $0.20410 |
| Opus 5 | $0.00044 | $0.10205 |
| Sonnet 5 | $0.00018 | $0.04082 |
| Haiku 4.5 | $0.00009 | $0.02041 |
Grade A, and why
zach-product-research 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 13d ago.
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.
How it starts
The opening of the file, as written. The whole thing — 1,272 lines — stays where its author put it; the contents beside it link to each section on GitHub.
前置建议
本公开版 Skill 是自包含的,不依赖任何私有工作区文件、内部参考库或品牌专属协议。
开始分析前,优先阅读本 Skill 自带的参考材料:
references/payload_schema_v2.md— v2 数据包结构与必填字段references/payload_schema.md— v1 兼容格式references/html_report_spec.md— HTML 精简报告结构要求references/analysis_patterns.md— 分析模式与洞察写法模板
如果你已有自己的市场研究资料,可以作为补充背景使用;但本 Skill 的执行、交付和校验不依赖外部私有资料。
选品分析器(Product Research - Sorftime MCP)
定位
基于 Sorftime MCP 的选品分析,帮助你在有利润前提下,用最短时间、最低风险发现高潜力市场机会。
数据来源:全部通过 Sorftime MCP 工具获取,不捏造、不估算。
下游输出:选品报告(MD + HTML精简 + Dashboard看板 + Excel)→ 新品上架工作流的后续步骤:zach-competitor-deep-dive(Listing 级竞品拆解)→ zach-pricing-strategy(定价精算)→ …
注:本 Skill 已吸收原
zach-market-intelligence的 Go/No-Go 决策框架与进入壁垒评估能力(见 Step 2.4 / Step 3.5),以及zach-report-dashboard-renderer的 Dashboard 可视化看板能力。两者均已标记为 deprecated。
Script Directory
scripts/render_deliverables.py- 用途:把统一 JSON 数据包渲染为
md + html精简 + dashboard看板 + xlsx + json,并执行交付校验 - v2 模式(推荐):payload 含
schema_version: “2.0”+chapters,渲染器从结构化数据生成表格 + 插入 LLM 洞察段落 - v1 兼容模式:payload 含
report_markdown/report_html,直接写入(旧流程) - 命令:
python skills/zach-product-research/scripts/render_deliverables.py generate --input <payload.json>python skills/zach-product-research/scripts/render_deliverables.py validate --input <payload.json>python skills/zach-product-research/scripts/render_deliverables.py all --input <payload.json>
- 适用时机:Step 5 交付阶段,禁止手工只补单个文件后直接结束任务
- 用途:把统一 JSON 数据包渲染为
scripts/parse_top100_dimensions.py- 用途:按规则文件解析 Top100 标题维度,输出
top100_parsed.json与uncertain_products.json
- 用途:按规则文件解析 Top100 标题维度,输出
scripts/cross_analysis.py- 用途:基于解析后的产品 JSON 生成交叉矩阵和机会空白点
References
references/payload_schema_v2.md- 用途:v2 payload 结构定义(10 章 chapters + excel_sheets),准备
render_deliverables.py输入数据包时查看
- 用途:v2 payload 结构定义(10 章 chapters + excel_sheets),准备
references/payload_schema.md- 用途:v1 payload 结构定义(向后兼容参考)
references/html_report_spec.md- 用途:HTML 精简报告区块定义参考
references/analysis_patterns.md- 用途:四种分析模式的模板与示例,报告写作时必须引用(至少使用 3 种)
Assets
assets/html_report_template.html- 用途:HTML 精简报告模板(v1 使用,v2 由 render_deliverables.py 内置渲染)
assets/dashboard_template.html- 用途:Dashboard 可视化看板模板(从 zach-report-dashboard-renderer 迁入),v2 由 render_deliverables.py 自动注入数据
What ships with it
18 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.
- agents/data-pipeline.md 965 B
- agents/insight-writer.md 5.1 KB
- agents/report-writer.md 5.4 KB
- assets/dashboard_template.html 51 KB
- assets/html_report_template.html 3.2 KB
- evals/evals.json 386 B
- evals/files/sample_payload_minimal.json 18 KB
- LICENSE.txt 1.0 KB
- README.md 4.1 KB
- references/analysis_patterns.md 6.3 KB
- references/html_report_spec.md 723 B
- references/payload_schema_v2.md 12 KB
- references/payload_schema.md 1.4 KB
- scripts/__init__.py 50 B runs code
- scripts/cross_analysis.py 2.6 KB runs code
- scripts/parse_top100_dimensions.py 3.1 KB runs code
- scripts/render_deliverables.py 57 KB runs code
- scripts/WINDOWS_USAGE.md 2.4 KB
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.
- 13d ago First seen · 1,272 lines · 89 tokens per session scan A 5221ae487732
zach-product-research is a skill published in the GitHub repository zach22-1999/amazon-skills (188 stars, last pushed 23d ago), licensed MIT. It adds 89 tokens to every session and 20,410 once invoked, about $0.0004 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.
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.
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.
ecom-advertising
Diagnose and optimize Amazon PPC campaigns. Use for ACOS analysis, bid optimization, keyword harvesting, campaign structure, or multi-marketplace advertising.
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.
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.
ecom-inventory
Forecast inventory, set safety stock, and manage replenishment. Use for FBA inventory planning, demand forecasting, restock decisions, or multi-warehouse optimization.