Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

amazon-analysis亚马逊分析

Agent Skill

amazon-analysis 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,895

周安装

116

GitHub Stars

公开资料未说明

下载量

937
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:amazon-analysis(亚马逊分析)
来源仓库:https://github.com/apiclaw/amazon-analysis
安装命令:
openclaw skills install amazon-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install amazon-analysis

简介

一站式亚马逊跨境电商选品与市场数据分析工具集。amazon-analysis 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

  • 覆盖利基市场挖掘、竞品对比、定价模型构建全流程支持。
  • 集成ASIN评估体系、品类趋势预测及利润空间测算模块。
  • 依赖第三方数据源接口,需验证账户订阅状态与配额使用情况。
  • 输出包含可视化图表与决策树建议的可读分析报告。

SKILL.md

name
Amazon Analysis — Full-Spectrum Research & Seller Intelligence
version
1.1.5
description
>
author
SerendipityOneInc
homepage
https://github.com/SerendipityOneInc/APIClaw-Skills
metadata
{"openclaw": {"requires": {"env": ["APICLAW_API_KEY"]}, "primaryEnv": "APICLAW_API_KEY"}}

APIClaw — Amazon Seller Data Analysis

AI-powered Amazon product research. Respond in user's language.

Files

FilePurpose
{skill_base_dir}/scripts/apiclaw.pyExecute for all API calls (run --help for params)
{skill_base_dir}/references/reference.mdLoad when you need exact field names or filter details

Credential

Required: APICLAW_API_KEY. Get free key at apiclaw.io/api-keys. Stored in {skill_base_dir}/config.json in skill root.

Input

User provides: keyword, category, ASIN, or brand — depending on intent. Use intent routing below.

API Pitfalls (CRITICAL)

  1. Category first: keyword search is broad → MUST lock categoryPath via categories endpoint before other calls
  2. Brand + category: Brand queries MUST include --category to avoid cross-category contamination
  3. Use API fields directly: revenue=sampleAvgMonthlyRevenue (NEVER calculate price×sales), sales=monthlySalesFloor (lower bound), opportunity=sampleOpportunityIndex
  4. reviews/analysis: needs 50+ reviews per ASIN; try category mode first (single call returns all dimensions), ASIN mode only if category call fails. Filter by labelType client-side from the consumerInsights array.
  5. Aggregation without categoryPath: produces severely distorted data
  6. .data is array: use .data[0], not .data.field
  7. labelType: NOT an API request parameter — it is a field in the response consumerInsights array, used for client-side filtering
  8. history empty: try oldest-listed ASINs first, up to 3 rounds of different ASINs before giving up
  9. Sales null fallback: Monthly sales ≈ 300,000 / BSR^0.65

14 Product Selection Modes

ModeOne-line Description
hot-productsHigh sales + strong growth momentum
rising-starsLow base + rapid growth trajectory
underservedMonthly sales≥300, rating≤3.7 — improvable products
high-demand-low-barrierMonthly sales≥300, reviews≤50 — easy entry
beginner$15-60, FBA, monthly sales≥300 — new seller friendly
fast-moversMonthly sales≥300, growth≥10% — quick turnover
emergingMonthly sales≤600, growth≥10%, ≤6 months old
single-variantGrowth≥20%, 1 variant, ≤6 months — small & rising
long-tailBSR 10K-50K, ≤$30, exclusive sellers — niche
new-releaseMonthly sales≤500, New Release tag
low-price≤$10 products
top-bsrBSR≤1000 best sellers
fbm-friendlyMonthly sales≥300, self-fulfilled
broad-catalogBSR growth≥99%, reviews≤10, ≤90 days

Modes can combine with explicit filters (--price-max, --sales-min, etc). Overrides win.

Composite Commands

  • report --keyword X → categories + market + products(top50) + realtime(top1)
  • opportunity --keyword X [--mode Y] → categories + market + products(filtered) + realtime(top3)

Analysis Framework

Every analysis should address these dimensions where data is available:

Market Health Assessment

IndicatorGoodCautionWarning
Monthly demand (sampleAvgMonthlySales)>1,500 units 📊500-1,500 📊<500 📊
Brand concentration (CR10)<40% 📊40-60% 📊>60% 📊
New entrant rate (sampleNewSkuRate)>15% 📊5-15% 📊<5% 📊
Avg review count (sampleAvgRatingCount)<500 📊500-5,000 📊>5,000 📊
FBA rate (sampleFbaRate)>60% 📊40-60% 📊<40% 📊

Competitive Position Assessment

  • Price vs category avg: >20% above = premium positioning, >20% below = value play 🔍
  • Rating vs category avg: ≥0.3 above = quality advantage, ≥0.3 below = quality risk 🔍
  • Review count vs Top 10 avg: <10% of leaders = high barrier, >50% = competitive 🔍
  • BSR trend (30d): Improving = momentum, stable = holding, declining = losing share 🔍

Opportunity Viability

When user asks "should I sell X" or "is this a good niche":

  • ALL of: demand >500, CR10 <60%, avgReviewCount <5,000 → Likely viable 🔍
  • ANY of: demand <200, CR10 >80%, avgReviewCount >10,000 → Likely not viable 🔍
  • Mixed signals → Present data, let user decide with their domain knowledge 💡

Sales Estimation Notes

  • monthlySalesFloor is a lower-bound estimate 📊
  • Null sales fallback: Monthly sales ≈ 300,000 / BSR^0.65 🔍
  • Revenue = sampleAvgMonthlyRevenue directly — NEVER calculate price × sales 📊

Output Spec

Sections: Analysis findings → Data Source & Conditions table (interfaces, category, dateRange, sampleType, topN, filters) → Data Notes (estimated values, T+1 delay, sampling basis).

Language (required)

Output language MUST match the user's input language. If the user asks in Chinese, the entire report is in Chinese. If in English, output in English. Exception: API field names (e.g. monthlySalesFloor, categoryPath), endpoint names, technical terms (e.g. ASIN, BSR, CR10, FBA, credits) remain in English.

Disclaimer (required, at the top of every report)

Data is based on APIClaw API sampling as of [date]. Monthly sales (monthlySalesFloor) are lower-bound estimates. This analysis is for reference only and should not be the sole basis for business decisions. Validate with additional sources before acting.

Confidence Labels (required, tag EVERY conclusion)

  • 📊 Data-backed — direct API data (e.g. "CR10 = 54.8% 📊")
  • 🔍 Inferred — logical reasoning from data (e.g. "brand concentration is moderate 🔍")
  • 💡 Directional — suggestions, predictions, strategy (e.g. "consider entering $10-15 band 💡")

Rules: Strategy recommendations are NEVER 📊. Anomalies (>200% growth) are always 💡. User criteria override AI judgment.

Data Provenance (required)

Include a table at the end of every report:

DataEndpointKey ParamsNotes
(e.g. Market Overview)markets/searchcategoryPath, topN=10📊 Top N sampling, sales are lower-bound
............

Extract endpoint and params from _query in JSON output. Add notes: sampling method, T+1 delay, realtime vs DB, minimum review threshold, etc.

API Usage (required)

EndpointCallsCredits
(each endpoint used)NN
TotalNN

Extract from meta.creditsConsumed per response. End with Credits remaining: N.

Limitations

Cannot do: keyword research, reverse ASIN, ABA data, traffic source analysis, historical price/BSR charts. Niche keywords may return empty — use category path instead.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.92%
按下载量换算927

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills