skills/amazon-listing-collector/
Evidence intake商品依据收集
Builds a structured source pack and keeps unknown product facts explicit.
建立结构化来源包,对尚未确认的商品事实保持明示。
Access boundary: this implementation page and its downloadable files sit under the site's password-protected /open-source/ path. The conceptual article remains public. The linked GitHub repository is private and requires an authorized GitHub account.
访问边界:当前实现页及其下载文件位于网站需密码访问的 /open-source/ 路径下。方法文章仍然公开;链接的 GitHub 仓库为私有,需使用已授权的 GitHub 账号访问。
Implementation overview实现概览
skills/amazon-listing-collector/
Builds a structured source pack and keeps unknown product facts explicit.
建立结构化来源包,对尚未确认的商品事实保持明示。
skills/amazon-review-analysis/
Extracts recurring needs, objections, contexts and customer wording from permitted review material.
从允许使用的评论材料中提取重复需求、购买顾虑、使用场景和用户用词。
skills/amazon-keyword-library-builder/
Separates discovery, intended placement and approval status instead of flattening all terms into one list.
分开记录关键词的来源、拟用位置和审核状态,而不是把所有词堆成一张表。
skills/amazon-listing-generator/
Generates structured copy from approved facts and preserves claim or evidence gaps for review.
基于已确认的商品事实生成结构化文案,同时标出宣称或证据缺口。
skills/amazon-fad-initialization/
Creates a draft structure, budget plan and bulk rows that remain paused until human approval.
生成广告结构、预算计划和批量行草案,在人工审核之前始终保持暂停。
skills/amazon-ad-report-analyzer/
Processes one supported report per run and writes a report, action register and provenance manifest without account writes.
每次处理一份支持的报表,输出分析报告、动作表和来源清单,不回写广告账户。
Repository map仓库目录
The root SKILL.md routes work to the earliest missing artifact. The food-storage-container folder is a demonstration package, not proof of live account performance.
根目录的 SKILL.md 会把任务路由到当前缺失的最早阶段。食品收纳容器目录是演示包,不是真实账户成绩证明。
amazon-listing-ads-skill-suite/
├── SKILL.md
├── README.md
├── agents/
│ └── openai.yaml
├── docs/
│ └── source-notes.md
├── scripts/
│ └── validate_suite.py
├── skills/
│ ├── amazon-listing-collector/
│ ├── amazon-review-analysis/
│ ├── amazon-keyword-library-builder/
│ ├── amazon-listing-generator/
│ ├── amazon-fad-initialization/
│ └── amazon-ad-report-analyzer/
└── examples/
└── food-storage-containers/
Included draft case内含草案案例
Safety invariants不可绕过的安全规则
Protected delivery加密交付
The website download inherits this page's password protection. GitHub access is controlled separately by repository permissions.网站下载文件继承当前页的密码保护;GitHub 则由仓库权限单独控制。