Summary
查询亚马逊最新政策法规与资讯,支持按站点、时间区间分页检索资讯列表(含 AI 中文摘要),并按记录 ID 获取完整正文。当用户提到亚马逊政策法规、卖家合规公告、平台规则变动、政策预警、FBA/费用政策更新、多站点政策动态、政策原文、资讯详情,或 Amazon policy feed, seller…
linkfox-ai/linkfox-skills
查询亚马逊最新政策法规与资讯,支持按站点、时间区间分页检索资讯列表(含 AI 中文摘要),并按记录 ID 获取完整正文。当用户提到亚马逊政策法规、卖家合规?
npx skills add linkfox-ai/linkfox-skills --skill linkfox-amazon-policy-feed
查询亚马逊最新政策法规与资讯,支持按站点、时间区间分页检索资讯列表(含 AI 中文摘要),并按记录 ID 获取完整正文。当用户提到亚马逊政策法规、卖家合规公告、平台规则变动、政策预警、FBA/费用政策更新、多站点政策动态、政策原文、资讯详情,或 Amazon policy feed, seller…
Other skills from linkfox-ai/linkfox-skills · top by installs.
npx skills add linkfox-ai/linkfox-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
8,693 B
SUMMARY.md
5,142 B
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.
summaryZh field — an AI-generated 1-3 sentence Chinese summary for quick scanning.1. amazon/policyFeed — paginated list; returns structured records with title, AI summary, original URL, and publish time. 2. amazon/policyFeedDetail — full article body (Markdown) for a single record id obtained from the list.
publishedAtGte / publishedAtLte.amazon/policyFeed)| Parameter | Type | Required | Description | Default |
|---|---|---|---|---|
| site | string | No | Marketplace code (uppercase); site filtering only applies to some feed item types, others are always returned regardless of site | US |
| publishedAtGte | string | No | Publish/change time lower bound (incl.), yyyy-MM-dd HH:mm:ss |
last 7 days |
| publishedAtLte | string | No | Publish/change time upper bound (incl.), yyyy-MM-dd HH:mm:ss |
now |
| page | integer | No | Page number, starting at 1 | 1 |
| pageSize | integer | No | Items per page, 1-100 | 20 |
amazon/policyFeedDetail)| Parameter | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | Record ID (32-char string) from the list response data[].id |
site)US, JP, UK, AU, BE, BR, CA, EG, FR, DE, IN, IT, MX, NL, PL, SA, SG, ES, SE, TR, AE, ZA, IE. Default is US when not specified. Note: site filtering only applies to some feed item types; others are always returned regardless of site.
- POST /amazon/policyFeed(amazonpolicyfeed.py,完整参数/响应/错误码见 references/api.md) - POST /amazon/policyFeedDetail(amazonpolicyfeed_detail.py,完整参数/响应/错误码见 references/api.md)
python scripts/<脚本名>.py '<JSON 参数>' [--inline]输出策略(脚本默认行为):
<cwd>/linkfox/<YYYY-MM-DD>/<session>/data/linkfox-amazon-policy-feed-<timestamp>.json(<cwd> 为脚本执行时的工作目录,在 Claude Code 里即当前项目目录;<session> 取自环境变量 SESSION_ID,按用户任务自动聚合;禁止写入 /tmp,当前目录不可写则报错)total/costToken、最大列表字段的长度 + 前 3 条样本)--inline 强制全量打印到 stdout(同样落盘)读数据建议:先看摘要判断是否足够;需要具体字段时优先用 jq或ConvertFrom-Json 从保存的 json 文件按需抽取,避免整份 JSON 进入上下文。
发生以下异常情况时,采用 references/onboarding.md 引导解决问题:
LINKFOXAGENTAPIKEY,也未配置 LINKFOXAGENTAPI_KEY。publishedAtGte / publishedAtLte. Leave empty for the default last 7 days.site code (default US). Note this only filters some feed item types.page to scan deeper; max 100 items per page.id from the list and call the detail script to read the full body.1. Recent feed (last 7 days, US)
{"site": "US", "pageSize": 20}
2. Custom date range
{"site": "US", "publishedAtGte": "2026-05-01 00:00:00", "publishedAtLte": "2026-05-31 23:59:59"}
3. Japan site feed, page 2
{"site": "JP", "page": 2, "pageSize": 50}
4. Full body of one record
{"id": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"}
summaryZh), publish time, and original URL link.stdout Markdown as-is; the response also includes title and summaryZh for context.id -> re-fetch from the list) instead of guessing.pageSize range is 1-100.id: amazon/policyFeedDetail only accepts an id returned by amazon/policyFeed; unknown ids return an error.dataQueryexecuteDynamicQuery.Applicable — Amazon official policy & regulation feed:
| User Says | Scenario |
|---|---|
| "最近亚马逊有什么政策变化" | Recent policy feed overview |
| "亚马逊美国站近一周的政策新闻" | Site-filtered policy news |
| "亚马逊最近有什么政策法规更新" | General policy/regulation updates |
| "亚马逊 FBA 最新政策法规" | Topic-specific policy lookup |
| "查看这条政策资讯的全文" | Fetch full article body by id |
| "Amazon latest policy updates" | English trigger |
Not applicable — beyond policy & regulation feed:
Boundary judgment: if the user wants Amazon's officially published policy, regulation, or compliance updates for sellers (and its full text), this skill applies. If they want product/keyword/sales data, use the corresponding data skills.
消耗 15 积分。
用户会因积分消耗而支付费用。请充分评估:当需要高频调用本技能,或用户对积分消耗量预期不足时,务必提醒用户,由用户决定是否继续。
Feedback:
Auto-detect and report feedback via the Feedback API when any of the following apply:
Call the feedback API as specified in references/api.md. Do not interrupt the user's flow.
For more high-quality, professional cross-border e-commerce skills, visit LinkFox Skills.