linkfox-amazon-policy-news
Installation
SKILL.md
Amazon Seller Policy News
This skill retrieves Amazon Seller News policy & compliance announcements for cross-border sellers. It is a two-step (list → detail) flow: first list news by site / time window / title keyword, then fetch the full article body by its id.
Core Concepts
- Source: Amazon Seller Central 「Seller News」 official announcements, captured via periodic snapshots. Content reflects the snapshot time and may lag the live page; the Amazon backend original is authoritative.
- Scope: Currently only the Policy and Compliance (政策与合规) category.
- Two coupled tools:
amazon/policyNews— paginated list; returns structured records, including a ~300-char preview snippet.amazon/newsDetail— full article body (Markdown) for a single newsidobtained from the list.
- Time range: Defaults to the last 3 months; queryable up to the last 1 year (earlier requests error out).