← 返回 Skills 市场
linkfox-ai

Aba Data Explorer

作者 linkfox-ai · GitHub ↗ · v1.0.5 · MIT-0
cross-platform ⚠ suspicious
129
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install linkfox-aba-data-explorer
功能描述
亚马逊ABA(品牌分析)搜索词数据的查询与分析,涵盖15个站点近3年的周维度数据。当用户提到ABA数据、亚马逊搜索词分析、关键词挖掘、搜索排名趋势、市场机会分析、季节性关键词、高点击低转化分析、蓝海词发现、竞品关键词分析、ABA data, search term report, keyword mining,...
使用说明 (SKILL.md)

ABA Data Explorer

This skill guides you on how to query and analyze ABA search term data, helping Amazon sellers extract valuable insights from ABA search term reports.

Core Concepts

ABA (Amazon Brand Analytics) Search Term Report is official Amazon search behavior data that reflects real consumer search activity on Amazon. This tool holds nearly 3 years of weekly-granularity data across 15 Amazon marketplaces.

Ranking logic: A smaller searchFrequencyRank value means higher search popularity. Rank 1 is the most popular search term. This is an easy point of confusion - when a user says "ranking improved," it means the numeric value decreased; "ranking dropped" means the value increased.

Data Fields

Field API Name Description Example
Search Term searchTerm Consumer search keyword rimel loreal
Report Start Date reportStartDate Week start date for data collection 2025-10-26
Region region Amazon marketplace code US
Search Frequency Rank searchFrequencyRank Search popularity rank (lower = better) 82135
Clicked ASIN clickedAsin ASIN of the clicked product B0XXXXXXXX
Clicked Item Name clickedItemName Name of the clicked product xxx
Click Share Rank clickShareRank This ASIN's click share rank for the search term 1
Click Share clickShare Click share captured by this ASIN (0~1) 0.28
Conversion Share conversionShare Conversion share captured by this ASIN (0~1) 0.3333

Supported Marketplaces

US (United States), DE (Germany), BR (Brazil), CA (Canada), AU (Australia), JP (Japan), AE (United Arab Emirates), ES (Spain), FR (France), IT (Italy), SA (Saudi Arabia), TR (Turkey), MX (Mexico), SE (Sweden), NL (Netherlands)

Default marketplace is US. Use US when the user doesn't specify a marketplace.

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/aba_query.py directly to run queries.

How to Build Queries

The key parameter when calling this tool is analysisDescription - a natural language description of the data you want to query. This description is converted into a structured query on the backend, so it needs to be precise and specific.

Principles for Writing analysisDescription

  1. Specify the marketplace: Always state the marketplace at the beginning, e.g., "筛选美国站" (Filter US marketplace)
  2. Use precise filter criteria: Use specific numeric ranges rather than vague descriptions. "排名在5万以内" (rank within 50,000) is far more effective than "排名较好" (good ranking)
  3. Specify time ranges: Use concrete time descriptions, e.g., "过去12周" (past 12 weeks), "2024年1-9月" (Jan-Sep 2024), "近3个月" (last 3 months)
  4. Specify comparison baselines: For trend analysis, clearly state the time points being compared, e.g., "4周前的排名比8周前提升30%" (rank 4 weeks ago improved 30% vs 8 weeks ago)
  5. Handle deduplication logic: When there are multiple records for the same search term + ASIN combination, specify which to keep, e.g., "相同搜索词相同ASIN值保留最新的一个" (keep only the latest for identical search term + ASIN)
  6. Stay faithful to user intent: Don't misinterpret or overextend the user's query - reflect exactly what they want

analysisDescription Examples for Common Scenarios

1. Search Term Popularity Trend

筛选美国站,关键词"gift"在过去12周的搜索热度排名。

2. Rising Dark Horse Keywords

筛选美国站,关键词包含"gift",2025年Q1和全年的平均搜索排名都大于50万,但最新排名冲进5万-10万的搜索词。

3. Sustained Growth Trend Discovery

筛选美国站,最新排名在20万以内,且4周前的排名比8周前提升30%,本周的排名比4周前提升30%的搜索词。

4. Market Opportunity Discovery (High Search Volume, Low Monopoly)

筛选美国站,筛选当前搜索排名在20000以内,近三个月点击占比Top 1的Asin的转化率占比低于5%的搜索词。相同搜索词相同Asin值保留最新的一个。

5. Seasonal / Holiday Keyword Targeting

筛选美国站,包含"cup"的关键词中,去年(2024年)1-9月份排名未进入50万,10-11月份连续进入20万的词。

6. High-Click Low-Conversion ASIN Mining

筛选美国站关键词包含"hat"的,最新搜索排名在5万-20万之间,且近3个月来点击占比大于20%,转化占比小于10%的ASIN。相同搜索词和ASIN仅保留点击占比和转化占比的比例最小数据。

7. High-ROAS Long-Tail Blue Ocean Keywords

筛选美国站,关键词包含"charger"的,当前排名在20万开外的,近2个月的平均转化占比大于平均转化占比1.5倍的关键词,以及相应的ASIN。

8. New Market Terms & Emerging Demand Detection

找到美国站"charger"的长尾词中,近一个月才进入排名榜单,且当前排名在50万以内的所有词。

9. Niche Trend / Variant Growth Capture

筛选美国站中"table"的长尾词中,排名在10万-30万之间,且近4周的搜索排名增长50%以上的搜索词。

Display Rules

  1. Present data only: Show query results in clear tables without subjective business advice
  2. Ranking clarification: When showing ranking data, remind users that lower values mean better rankings
  3. Volume notice: When results are large, show core data and remind users they can get the full dataset via the download link
  4. Download guidance: If the response includes a downloadUrl, clearly inform the user of the download address; if the user needs full data but hasn't requested a download, proactively suggest generating a download link
  5. Error handling: When a query fails, explain the reason based on the msg field and suggest adjusting query criteria

Important Limitations

  • Result cap: Download links contain a maximum of 10,000 records
  • Data granularity: Data is at weekly granularity, not daily
  • Data range: Approximately 3 years of historical data

User Expression & Scenario Quick Reference

Applicable - Data queries around Amazon search terms:

User Says Scenario
"How's the search volume/popularity for XX keyword" Ranking trend
"Recently trending keywords", "newly emerging terms" Dark horse / new term detection
"Blue ocean keywords", "low competition terms" Market opportunity discovery
"Which keywords convert well", "high-conversion long-tail" High-ROAS keyword library
"Seasonal keywords", "what terms surge in peak season" Seasonal keywords
"Who's capturing the traffic", "any monopoly" Click share / monopoly analysis
"ASINs with high clicks but low conversion" High-click low-conversion diagnosis

Not applicable - Needs beyond ABA search term data:

  • Advertising / PPC (bids, campaign strategy)
  • Product reviews, listing copywriting
  • ASIN sales estimation
  • User already has local ABA files to process

Boundary judgment: When users say "product research", "competitor analysis", or "is there market opportunity", if it boils down to search-term-level data queries (finding blue ocean keywords, analyzing competitor traffic distribution under keywords), then this skill applies. If they're asking about profit margins, pricing strategy, or comprehensive market reports, 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, set LinkFox Skills.

安全使用建议
This skill calls an external LinkFox API and requires an API key (LINKFOXAGENT_API_KEY), but that requirement is not declared in the skill metadata — that's the main red flag. Before installing: (1) verify you trust the LinkFox domains (tool-gateway.linkfox.com and skill-api.linkfox.com) and the publisher (ask for a homepage or org contact), (2) only provide the single LinkFox API key — do not reuse sensitive AWS/other keys, (3) confirm you are comfortable the agent may call an external service (network requests will occur when invoked), and (4) if you need stronger assurance, ask the publisher to update the skill metadata to declare LINKFOXAGENT_API_KEY as a required credential and provide a verifiable source/homepage. If you cannot verify the publisher or the domains, do not install or provide credentials.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The skill's name/description (ABA search term analysis) aligns with the included code and API docs: it calls a LinkFox tool-gateway endpoint to retrieve ABA data. Requiring an API key for that gateway is reasonable. However, the skill metadata declares no required environment variables or primary credential while both the docs and the script expect LINKFOXAGENT_API_KEY — a mismatch.
Instruction Scope
SKILL.md and references/api.md constrain actions to building an analysisDescription and calling the external API; the provided Python script performs a single POST to the documented endpoint. Instructions do not ask the agent to read unrelated files or other credentials.
Install Mechanism
No install spec — instruction-only plus a small helper script. No downloads, package installs, or archive extraction. Low installation risk.
Credentials
The runtime requires a single API key (LINKFOXAGENT_API_KEY) per the docs and script, which is proportionate to calling the third‑party API. The problem is that the skill metadata did not declare this required env var or primary credential, so the agent/user may be unaware the skill needs a secret. The skill does not request unrelated credentials.
Persistence & Privilege
always:false and no evidence the skill modifies other skills or system settings. The skill can invoke network calls (normal for API-based skills); autonomous invocation is enabled by default but not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkfox-aba-data-explorer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkfox-aba-data-explorer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.5
Update from 1.0.1 to 1.0.5
v1.0.3
Update from 1.0.1 to 1.0.3
v1.0.4
CI test
v1.0.1
Update from 1.0.0 to 1.0.1
v1.0.0
Initial release
元数据
Slug linkfox-aba-data-explorer
版本 1.0.5
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 5
常见问题

Aba Data Explorer 是什么?

亚马逊ABA(品牌分析)搜索词数据的查询与分析,涵盖15个站点近3年的周维度数据。当用户提到ABA数据、亚马逊搜索词分析、关键词挖掘、搜索排名趋势、市场机会分析、季节性关键词、高点击低转化分析、蓝海词发现、竞品关键词分析、ABA data, search term report, keyword mining,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 129 次。

如何安装 Aba Data Explorer?

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

Aba Data Explorer 是免费的吗?

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

Aba Data Explorer 支持哪些平台?

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

谁开发了 Aba Data Explorer?

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

💬 留言讨论