amazon-research
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon Research
亚马逊平台数据调研
Follow shared release-shell rules in:
- release-shell rules
postplus-shared
Use this skill for Amazon platform-data work.
Default use cases:
- 看 Amazon 竞品
- 查价格带
- 抓评论和差评
- 看 best sellers / new releases
- 判断某个产品在 Amazon 上怎么打
Do not default to web search for these when this skill can cover them.
Use web only for external facts or supplemental context.
请遵循以下共享的release-shell规则:
- 中的release-shell规则
postplus-shared
此技能适用于亚马逊平台数据相关工作。
默认使用场景:
- 查看 Amazon 竞品
- 查询价格带
- 抓取评论及差评
- 查看 best sellers / new releases
- 判断某款产品在 Amazon 上的运营策略
当此技能可覆盖上述场景时,请勿默认使用网页搜索。仅在需要获取外部事实或补充背景信息时使用网页搜索。
Task Shapes
任务类型
Classify the request first:
- Product discovery
- keywords
- category pages
- search URLs
- collection key:
amazon-products - alternate collection key:
amazon-free-products
- ASIN enrichment
- known ASIN list
- need titles, prices, ratings, seller details
- collection key:
amazon-asins
- Review mining
- need reviews, complaints, low-star patterns
- collection key:
amazon-reviews - alternate collection key:
amazon-reviews-v2
- Bestseller mapping
- need trend products or leaderboard products
- collection key:
amazon-bestsellers
首先对请求进行分类:
- 产品挖掘
- 关键词
- 分类页面
- 搜索URL
- 集合键:
amazon-products - 备用集合键:
amazon-free-products
- ASIN信息补充
- 已知ASIN列表
- 需要获取标题、价格、评分、卖家详情
- 集合键:
amazon-asins
- 评论挖掘
- 需要获取评论、投诉、低评分规律
- 集合键:
amazon-reviews - 备用集合键:
amazon-reviews-v2
- 畅销品映射
- 需要获取趋势产品或排行榜产品
- 集合键:
amazon-bestsellers
Default Workflow
默认工作流程
Use the lightest valid chain:
- collect
- normalize
- analyze
- synthesize
Prefer:
- small sample first
- URL input when URLs are known
- ASIN input for review work
使用最简有效流程:
- 收集
- 标准化
- 分析
- 整合
优先选择:
- 先使用小样本
- 已知URL时使用URL输入
- 评论工作使用ASIN输入
Release-Shell Execution Contract
Release-Shell执行约定
- keep request files, raw datasets, normalized datasets, and analysis caches
under
<work-folder>/.postplus/amazon/ - keep only final user-facing summaries or shortlisted exports outside
.postplus/ - compile the request into a small input JSON before the expensive collection step when URLs, ASINs, or keyword seeds need shaping
- start with a bounded first pass:
- one keyword set
- one ASIN batch
- one bestseller page
- if hosted capability is unavailable, unauthorized, or returns a stable network error, stop immediately instead of switching to ad hoc shell glue
Normalized schema:
schemas/amazon-dataset.schema.json
Main scripts:
${CLAUDE_SKILL_DIR}/_postplus_shared/00-core/shared-collection/scripts/collection_actor_run.mjsscripts/normalize_amazon_dataset.mjsscripts/analyze_amazon_dataset.mjs
- 将请求文件、原始数据集、标准化数据集及分析缓存存储在 目录下
<work-folder>/.postplus/amazon/ - 仅将面向用户的最终总结或筛选后的导出文件存储在 目录外
.postplus/ - 当需要整理URL、ASIN或关键词种子时,在执行资源消耗较大的收集步骤前,将请求编译为小型输入JSON
- 从有限的首次执行开始:
- 一组关键词
- 一批ASIN
- 一个畅销品页面
- 若托管功能不可用、未授权或返回持续网络错误,请立即停止操作,不要切换到临时shell工具
标准化 schema:
schemas/amazon-dataset.schema.json
核心脚本:
${CLAUDE_SKILL_DIR}/_postplus_shared/00-core/shared-collection/scripts/collection_actor_run.mjsscripts/normalize_amazon_dataset.mjsscripts/analyze_amazon_dataset.mjs
Routing Reminder
路由提示
If the user asks strategic Amazon questions like:
- 最像的竞品有哪些
- 价格锚点是什么
- 评论里最常见的问题是什么
- 我们要怎么打
Treat them as Amazon platform-data questions first, not generic strategy questions.
若用户询问亚马逊相关的策略问题,例如:
- 最相似的竞品有哪些
- 价格锚点是什么
- 评论中最常见的问题是什么
- 我们该如何运营
请首先将其视为亚马逊平台数据类问题,而非通用策略问题。