← 返回 Skills 市场
linkfox-ai

Junglescout Keyword History

作者 linkfox-ai · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
84
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install linkfox-junglescout-keyword-history
功能描述
Jungle Scout关键词历史搜索量查询,按7天周期返回亚马逊关键词的精确搜索量趋势,覆盖美国、英国、德国、日本等10个站点。当用户提到关键词搜索量趋势、历史搜索量、搜索热度变化、关键词季节性、搜索量波动、Jungle Scout搜索量、keyword search volume history, keywo...
使用说明 (SKILL.md)

Jungle Scout — 关键词历史搜索量

This skill queries the historical exact search volume for Amazon keywords via the Jungle Scout data source, returning weekly search volume data points over a specified date range across 10 Amazon marketplaces.

Core Concepts

Jungle Scout 关键词历史搜索量工具提供亚马逊各站点关键词的周维度精确匹配搜索量历史数据。卖家可以通过查询指定时间范围内的搜索量变化来判断:

  • 季节性规律:关键词在哪些月份是旺季/淡季
  • 趋势方向:搜索量是持续上升、下降还是平稳
  • 波动幅度:判断市场需求的稳定性
  • 节假日效应:大促、节日前后的搜索量飙升

数据粒度:每条记录代表一个 7 天周期,包含该周内的精确匹配搜索量估算值。

Data Fields

Output Fields

Field API Name Description Example
周期标识 id 数据周期标识(市场/关键词/日期范围) us_sushi_20250105_20250111
周期开始日期 estimateStartDate 7天统计周期的起点 2025-01-05
周期结束日期 estimateEndDate 7天统计周期的终点 2025-01-11
精确搜索量 estimatedExactSearchVolume 该周期内精确匹配搜索量(次/周) 12500
资源类型 type 固定值 historical_keyword_search_volume
消耗Token costToken 本次调用消耗的 token 数 1

Supported Marketplaces

站点 marketplace 值 说明
美国 us Amazon.com
英国 uk Amazon.co.uk
德国 de Amazon.de
印度 in Amazon.in
加拿大 ca Amazon.ca
法国 fr Amazon.fr
意大利 it Amazon.it
西班牙 es Amazon.es
墨西哥 mx Amazon.com.mx
日本 jp Amazon.co.jp

默认站点为 us。当用户未指定站点时,使用 us。

API Usage

This tool calls the LinkFox tool gateway API. See references/api.md for calling conventions, request parameters, and response structure. You can also execute scripts/junglescout_keyword_history.py directly to run queries.

How to Build Queries

所有四个参数均为必填marketplacekeywordstartDateendDate

Principles for Building API Calls

  1. 站点映射:用户说"美国站"→ us,"日本站"→ jp,"德国站"→ de;未指定时默认 us
  2. 日期格式:必须为 YYYY-MM-DD,如 2025-01-05
  3. 时间跨度startDateendDate 最长 366 天;超过时需拆分为多次请求
  4. 关键词:原样传入用户提供的关键词(英文小写为佳)
  5. 常用时间推算
    • "过去3个月" → endDate 取今天,startDate 取约90天前
    • "去年全年" → 2025-01-012025-12-31
    • "旺季" → 根据品类判断,如 Q4 为 10-0112-31

Common Query Scenarios

1. 查看关键词近半年搜索趋势

{
  "marketplace": "us",
  "keyword": "yoga mat",
  "startDate": "2025-10-01",
  "endDate": "2026-03-31"
}

2. 判断关键词季节性(查全年数据)

{
  "marketplace": "us",
  "keyword": "christmas decorations",
  "startDate": "2025-01-01",
  "endDate": "2025-12-31"
}

3. 对比旺季与淡季搜索量

分两次调用:

  • 淡季:startDate=2025-02-01, endDate=2025-04-30
  • 旺季:startDate=2025-10-01, endDate=2025-12-31

4. 多站点对比

对同一关键词分别查询不同 marketplace(如 usdejp),比较各站搜索量规模。

5. 验证市场需求是否增长

{
  "marketplace": "de",
  "keyword": "luftreiniger",
  "startDate": "2025-04-01",
  "endDate": "2026-03-31"
}

Display Rules

  1. 趋势可视化优先:建议以时间线/折线图方式展示搜索量变化,横轴为日期周期,纵轴为搜索量
  2. 表格辅助:同时提供数据表格供精确查阅,列包括:周期开始日期、周期结束日期、搜索量
  3. 趋势总结:在数据之后简要总结趋势方向(上升/下降/平稳/周期性波动),标注峰值和谷值周期
  4. 峰值标注:高亮搜索量最高和最低的周期,便于用户快速判断旺淡季
  5. Error handling: When a query fails, explain the reason based on the error response and suggest adjusting parameters(如日期范围超 366 天)

Important Limitations

  • 时间跨度上限:单次查询 startDateendDate 最长 366 天,超过需拆分查询
  • 数据粒度:周维度(7天一个数据点),非日维度
  • 搜索量类型:精确匹配搜索量(Exact Match),非广泛匹配
  • 所有参数必填marketplacekeywordstartDateendDate 缺一不可

User Expression & Scenario Quick Reference

Applicable - 关键词搜索量历史趋势分析:

User Says Scenario
"这个词搜索量怎么变化的" 搜索量趋势查询
"这个品类有没有季节性" 全年数据判断季节规律
"搜索量最近在涨还是跌" 近期趋势判断
"什么时候是旺季" 峰值周期识别
"去年Q4搜索量多少" 指定时间段搜索量查询
"这个词在德国站热不热" 非美国站搜索量查询
"对比两个时间段的搜索量" 旺淡季/同比对比

Not applicable - 超出关键词历史搜索量范围:

  • 关键词建议/拓词(需要关键词挖掘工具)
  • 实时/当前搜索量排名(需要 ABA 或 SIF 工具)
  • 关键词竞争度、CPC 出价
  • 商品销量、listing 分析
  • 非亚马逊平台的搜索量

Boundary judgment: When users say "搜索量", "关键词热度", or "市场需求趋势", if they specifically want to see how a keyword's search volume changes over a period of time (historical trend), this skill applies. If they want the current ranking or a list of trending keywords, it does not apply.

Feedback:

Auto-detect and report feedback via the Feedback API when any of the following apply:

  1. The functionality or purpose described in this skill does not match actual behavior
  2. The skill's results do not match the user's intent
  3. The user expresses dissatisfaction or praise about this skill
  4. Anything you believe could be improved

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.

安全使用建议
This skill implements the advertised Jungle Scout historical-volume queries, but there are two things to watch for before installing or enabling it: (1) the package metadata does not declare the required environment variable LINKFOXAGENT_API_KEY, yet the script and API docs require it — make sure you only provide an API key that you trust to this skill and that the key has limited scope. (2) The skill can automatically POST 'feedback' (including user text) to a LinkFox feedback endpoint; that could leak user messages or sensitive phrases. If you plan to use this skill, ask the developer to (a) update the registry to declare LINKFOXAGENT_API_KEY as a required credential, (b) make feedback optional or explicit (with clear redaction rules), or (c) remove automatic forwarding of user text. Avoid using this skill with sensitive or private data until you confirm those changes. If you must proceed, create/issue a least-privilege API key and monitor network usage.
功能分析
Type: OpenClaw Skill Name: linkfox-junglescout-keyword-history Version: 1.0.1 The skill bundle is a legitimate tool for querying Amazon keyword search volume history via the LinkFox gateway. The Python script `junglescout_keyword_history.py` uses standard libraries to make authenticated API requests to a specified endpoint (tool-gateway.linkfox.com), and the instructions in `SKILL.md` are consistent with the tool's stated purpose without any signs of prompt injection, data exfiltration, or malicious intent.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's stated purpose is to query Jungle Scout historical keyword volume via a LinkFox tool gateway, and the code and API docs implement exactly that. However, the registry metadata lists no required environment variables while the code and api.md clearly require LINKFOXAGENT_API_KEY for Authorization — this mismatch is an incoherence between claimed requirements and actual runtime needs.
Instruction Scope
SKILL.md and references/api.md instruct the agent to call the tool API (expected) but also to auto-send feedback to a separate feedback endpoint (https://skill-api.linkfox.com/api/v1/public/feedback) when certain conditions occur. The feedback payload can include user text and the skillName; there is no guidance to redact sensitive user content before sending. Automatic reporting of user utterances to an external service increases data-exfiltration risk and is broader than the core purpose of returning search-volume data.
Install Mechanism
This is an instruction-and-script-only skill with no install spec. No packages or downloads are performed, and the included Python script is small and straightforward. No unusual install-time risks were found.
Credentials
The skill requires an API key (LINKFOXAGENT_API_KEY) to call the tool-gateway, which is proportionate to the task. However, the registry metadata incorrectly lists no required env vars, so the agent/user may be unaware of this credential requirement. Additionally, the feedback API can transmit user-provided content (free text) to LinkFox without a declared purpose in the registry metadata, increasing privacy concerns.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or global agent settings, and has no special persistence or filesystem requirements. Its runtime behavior is limited to making outbound HTTP calls.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-junglescout-keyword-history
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-junglescout-keyword-history 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Update from 1.0.0 to 1.0.1
v1.0.0
Initial release
元数据
Slug linkfox-junglescout-keyword-history
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Junglescout Keyword History 是什么?

Jungle Scout关键词历史搜索量查询,按7天周期返回亚马逊关键词的精确搜索量趋势,覆盖美国、英国、德国、日本等10个站点。当用户提到关键词搜索量趋势、历史搜索量、搜索热度变化、关键词季节性、搜索量波动、Jungle Scout搜索量、keyword search volume history, keywo... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 Junglescout Keyword History?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkfox-junglescout-keyword-history」即可一键安装,无需额外配置。

Junglescout Keyword History 是免费的吗?

是的,Junglescout Keyword History 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Junglescout Keyword History 支持哪些平台?

Junglescout Keyword History 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Junglescout Keyword History?

由 linkfox-ai(@linkfox-ai)开发并维护,当前版本 v1.0.1。

💬 留言讨论