linkfox-amazon-help-doc-changes
Installation
SKILL.md
Amazon Help Doc Change Monitor
This skill monitors changes to Amazon Seller Central Help documentation. An AI layer pre-screens edits and surfaces only the changes that actually matter to sellers. It is a two-step (list → detail) flow: first list AI-curated valuable changes by time window / title keyword, then fetch the change detail + latest full document by its id.
Core Concepts
- AI-curated, not raw diffs: results contain only changes the AI judges "valuable to sellers". Pure formatting / non-substantive edits are filtered out, so the returned count is usually far smaller than the document's actual edit count — this is by design, not missing data.
- Two coupled tools:
amazon/helpDocChanges— paginated list of valuable changes (structured), each with an AI-generated Chinese summary, ordered by change time (newest first).amazon/helpDocDetail— full change detail for one changeid: AI summary + what specifically changed + the latest document body (Markdown).
- Coverage & timing: monitors English (
en-US) help docs by default.changedAtis the detection time (when the system detected the diff), not Amazon's official publish time. Change monitoring data starts from 2026-05-29. The Amazon backend original is authoritative.