← 返回 Skills 市场
apiclaw

Amazon Review Intelligence Extractor

作者 apiclaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
153
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install amazon-review-intelligence-extractor
功能描述
Deep consumer insights from 1B+ pre-analyzed Amazon reviews. Extracts pain points, buying factors, user profiles, usage patterns, and differentiation opportu...
使用说明 (SKILL.md)

Amazon Review Intelligence Extractor — 11 Dimensions, 1B+ Reviews

Pre-analyzed consumer insights. Pain points, buying factors, user profiles, differentiation gaps.

Files

  • Script: {skill_base_dir}/scripts/apiclaw.py — run --help for params
  • Reference: {skill_base_dir}/references/reference.md (field names & response structure)

Credential

Required: APICLAW_API_KEY. Get free key at apiclaw.io/api-keys

Input (one of)

  • Single ASIN: "Analyze reviews for B09V3KXJPB"
  • Multi-ASIN: "Compare review pain points across these 5 competitor ASINs"
  • Category-wide: keyword/category name → resolve via categories first (need ≥3-level deep path)

API Pitfalls (see apiclaw skill for full list)

  • reviews/analysis needs 50+ reviews — fallback to realtime/product ratingBreakdown
  • labelType is NOT an API request parameter — the API returns all 11 dimensions in one call. Filter by labelType client-side from the consumerInsights array.
  • Category mode needs precise path (≥3 levels) — broad categories = diluted insights
  • Field name is reviewRate (not reviewRate) for mention frequency
  • ASIN-specific endpoints don't need --category; keyword-based ones do
  • Category auto-detection: categoryPath is auto-detected from target ASIN. If category_source in output is inferred_from_search, confirm with user

11 Analysis Dimensions

painPoints · issues · positives · improvements · buyingFactors · keywords · userProfiles · scenarios · usageTimes · usageLocations · behaviors

Unique Logic

Analysis Modes

  • Category mode: all reviews in category → market-level insights
  • ASIN mode: specific products → competitive analysis
  • Choose based on user intent. Category = broader, ASIN = deeper.

Pain Point Impact Ranking

Rank differentiation opportunities by: frequency × avg rating delta "Top pain point: durability — mentioned in 27/471 reviews (5.7%), avg rating 2.4 when mentioned"

reviewRate Frequency Level Interpretation
>10% 🔴 Critical Mentioned by 1 in 10 buyers — must address in product design 📊
5-10% 🟡 Significant Common complaint — differentiator if solved 📊
2-5% 🟠 Notable Worth mentioning in listing if you solve it 📊
\x3C2% 🟢 Minor Edge case — deprioritize unless easy fix 🔍
avgRating when mentioned Severity
\x3C2.5 Severe — causes returns/1-star reviews 📊
2.5-3.5 Moderate — disappoints but doesn't cause returns 🔍
>3.5 Mild — noticed but not deal-breaker 🔍

Differentiation Priority = High frequency + Low avgRating = Biggest opportunity 🔍. If top 3 pain points all have reviewRate >5% and avgRating \x3C3.0, there is a clear product improvement opportunity 💡. If all pain points have reviewRate \x3C2%, the category is well-served — differentiation through reviews is limited 🔍.

Consumer Profile Synthesis

Combine userProfiles + scenarios + usageTimes + usageLocations → complete buyer persona.

Listing Copy from Reviews

Quote actual customer words from positives — these are proven converting phrases. High-frequency positive elements (reviewRate >5%) should appear in title or first bullet 💡.

Competitor Comparison

Align dimensions (pain points vs pain points) across products. If competitor review data unavailable, use brand-detail sampleProducts + note limitation.

  • Your pain point rate \x3C competitor's: Advantage — highlight in listing 💡
  • Your pain point rate > competitor's: Risk — address in product iteration 💡
  • Both high on same pain point: Category-wide issue — solving it is a strong differentiator 🔍

Composite Command

python3 {skill_base_dir}/scripts/apiclaw.py review-deepdive --target-asin "{asin}" [--keyword "{kw}"] [--category "{path}"]

Optional: --comp-asins "{asin1},{asin2}" for comparison. Runs: reviews × 11 dimensions + competitors + realtime + market context + price/trend.

Output

Respond in user's language.

Sections: Review Snapshot → Top 10 Pain Points (with count & %) → Top 10 Positives → Buying Factors → Improvement Wishlist → Consumer Profile → Usage Patterns → Competitor Comparison → Listing Copy Suggestions → Differentiation Roadmap (impact-ranked) → Data Provenance → API Usage

Do NOT invent insights — only report what the API returns. Omit empty dimensions. Cross-validate: star distribution (ratingBreakdown) should match sentiment (reviews/analysis).

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. "painPoint 'durability' mentioned by 27% of reviewers 📊")
  • 🔍 Inferred — logical reasoning from data (e.g. "durability is the #1 differentiation opportunity 🔍")
  • 💡 Directional — suggestions, predictions, strategy (e.g. "highlight durability in bullet point #1 💡")

Rules: Strategy recommendations and listing copy suggestions are NEVER 📊. User criteria override AI judgment.

Data Provenance (required)

Include a table at the end of every report:

Data Endpoint Key Params Notes
(e.g. Market Overview) markets/search categoryPath, 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)

Endpoint Calls Credits
(each endpoint used) N N
Total N N

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

API Budget: ~20-30 credits

安全使用建议
This skill legitimately needs only an APIClaw API key and will send requests to api.apiclaw.io. Before installing, review and be comfortable with: (1) granting the APICLAW_API_KEY (consider using a limited/ephemeral key), (2) the bundled script files (scripts/apiclaw.py) since the agent will execute them locally, and (3) the fact the script may create/read a config.json in the skill directory to store the key. Do not provide other credentials. If you need stronger assurance, verify the APICLAW provider, inspect the full script for yourself, and consider running it in an isolated environment or with a scoped API key.
功能分析
Type: OpenClaw Skill Name: amazon-review-intelligence-extractor Version: 1.0.1 The skill is a legitimate tool for Amazon market research using the APIClaw service. The Python script (scripts/apiclaw.py) is a well-structured API wrapper that uses standard libraries (urllib.request) to communicate exclusively with api.apiclaw.io. The SKILL.md instructions are purely functional, providing the AI agent with specific logic for data analysis, reporting formats, and mandatory disclaimers without any evidence of prompt injection or malicious intent. No data exfiltration, obfuscation, or unauthorized execution patterns were found.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The name and description claim review analysis via the APIClaw service and the skill only requires an APIClaw API key and invokes APIClaw endpoints. The included script and SKILL.md enumerate and use the same 11 APIClaw endpoints described in the README and references, which is proportionate to the stated capability.
Instruction Scope
Runtime instructions direct the agent to call the apiclaw API endpoints (via the provided scripts/apiclaw.py) and to only report API-returned insights. The script reads APICLAW_API_KEY from the environment or an optional local config.json in the skill directory; it does not attempt to read unrelated system paths or other environment variables. Network calls are to the declared base URL (api.apiclaw.io), which matches the skill's purpose.
Install Mechanism
No install spec is present (instruction-only with a bundled script). That minimizes install-time risk; the included Python script will be executed by the agent when invoked but is not installed from a remote, untrusted URL.
Credentials
Only APICLAW_API_KEY is declared/required and is necessary for authenticating to the APIClaw service. The script also optionally reads config.json inside the skill directory to obtain the same key—this is consistent with typical CLI behavior and is justified by the skill's functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide agent settings. It may read/write a config.json under its own skill directory (to store the API key) which is a normal local preference behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amazon-review-intelligence-extractor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amazon-review-intelligence-extractor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Documentation clarifications: Minor improvements in instructions and descriptions for easier understanding. - SKILL.md rewritten for accuracy and updated formatting; removed "execute, don't read" note for the script file. - No logic or API changes—functionality remains as in the previous version.
v1.0.0
Initial release
元数据
Slug amazon-review-intelligence-extractor
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Amazon Review Intelligence Extractor 是什么?

Deep consumer insights from 1B+ pre-analyzed Amazon reviews. Extracts pain points, buying factors, user profiles, usage patterns, and differentiation opportu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。

如何安装 Amazon Review Intelligence Extractor?

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

Amazon Review Intelligence Extractor 是免费的吗?

是的,Amazon Review Intelligence Extractor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amazon Review Intelligence Extractor 支持哪些平台?

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

谁开发了 Amazon Review Intelligence Extractor?

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

💬 留言讨论