linkfox-amazon-policy-feed
Installation
SKILL.md
Amazon Policy & Regulation Feed
This skill retrieves Amazon's latest policy & regulation feed for cross-border sellers. It is a two-step (list then detail) flow: first list feed items by site / time window, then fetch the full article body by its id.
Core Concepts
- Source: Amazon official policy & regulation updates for sellers, curated by AI to surface items valuable to cross-border operations.
- AI summary: Each feed item includes a
summaryZhfield — an AI-generated 1-3 sentence Chinese summary for quick scanning. - Two coupled tools:
amazon/policyFeed— paginated list; returns structured records with title, AI summary, original URL, and publish time.amazon/policyFeedDetail— full article body (Markdown) for a single recordidobtained from the list.
- Time range: Defaults to the last 7 days; supports custom time windows via
publishedAtGte/publishedAtLte.