← 返回 Skills 市场
apiclaw

Amazon Opportunity Discoverer

作者 apiclaw · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
140
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install amazon-opportunity-discoverer
功能描述
Automated product opportunity scanner for Amazon sellers. Scans categories using 14 preset selection strategies, validates candidates with real-time data, br...
使用说明 (SKILL.md)

Amazon Opportunity Discoverer — Niche Scanner & Scoring

Tell me your budget and experience. I find opportunities, score them, and rank.

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

  • Required: keyword or category + budget (Low/Med/High) + experience (Beginner/Intermediate/Advanced)
  • Recommended: risk tolerance (Conservative/Moderate/Aggressive)
  • Optional: fulfillment preference (FBA/FBM), specific filter criteria

API Pitfalls (see apiclaw skill for full list)

  • categoryPath is auto-resolved via categories, with fallback to top search result. If category_source is inferred_from_search, confirm with user — keyword-only queries contaminate results
  • All keyword-based endpoints MUST include --category when locked
  • Revenue = sampleAvgMonthlyRevenue directly. Sales = monthlySalesFloor (lower bound)
  • reviews/analysis needs 50+ reviews
  • Deduplicate ASINs across modes — same product appears in multiple scans
  • Each mode has built-in filters that STACK with user filters (e.g. beginner: $15-60, sales≥300)

Unique Logic

Profile → Strategy Mapping

Profile Primary Modes Price Max Reviews
Beginner + Conservative beginner, long-tail, fbm-friendly $15-60 \x3C50
Beginner + Moderate beginner, emerging, low-price $10-50 \x3C100
Intermediate + Moderate fast-movers, underserved, single-variant $15-80 \x3C200
Intermediate + Aggressive high-demand-low-barrier, speculative $10-100 \x3C500
Advanced + Aggressive fast-movers, speculative, top-bsr any any

User Criteria → Filter Params

Always translate: "300+ monthly sales" → --sales-min 300, "reviews \x3C100" → --ratings-max 100, "$15-35" → --price-min 15 --price-max 35. If user has specific criteria, use custom filters (Approach B/C), NOT default modes.

Data-Driven Category Selection (no specific category given)

Scan with market --keyword "{broad}" --topn 10, rank subcategories by: newSkuRate>10%, topBrandSalesRate\x3C60%, fbaRate>50%, avgPrice $10-50, avgMonthlySales>200. Pick top 3-5.

Opportunity Score (per candidate, 1-100)

Dimension Weight Good Medium Warning
Demand Signal 20% sales>300, rev>$5K 100-300 \x3C100
Competition Gap 20% reviews\x3C200, CR10\x3C40% 200-1K, 40-60% >1K, >60%
Price Opportunity 15% in best opp band, opp>1.0 0.5-1.0 \x3C0.5
Trend Momentum 15% BSR rising stable declining
Profit Margin 15% >30% 15-30% \x3C15%
Differentiation 10% clear pain points some gaps none
Profile Fit 5% matches user profile partial mismatch

Tiers

Score Tier Label
80-100 S 🔥 Hot — act fast
60-79 A ✅ Strong — worth pursuing
40-59 B ⚠️ Moderate — needs differentiation
0-39 C ❌ Weak — skip

Quick-Scan Mode (~10 credits): 2 modes × 1 page, skip realtime/trend. Label as "directional only."

Composite Command

python3 {skill_base_dir}/scripts/apiclaw.py opportunity-scan --keyword "{kw}" --category "{path}" --modes "beginner,emerging,underserved"

Or with custom filters: --sales-min 300 --ratings-max 100 --price-min 15 --price-max 35

Output

Respond in user's language.

Sections: Scan Summary → Top 10 Opportunities Table → Detailed Analysis (Top 3) → Category Heatmap → Risk Alerts → Next Steps (S: buy sample, A: deep-dive, B: watch) → Data Provenance → API Usage

If user provides COGS, calculate profit. User criteria override: ANY fail → CAUTION/AVOID.

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:

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: ~50-60 credits

安全使用建议
This skill appears coherent with its purpose: it needs only APICLAW_API_KEY and calls the APIClaw endpoints described. Before installing, verify you trust the source (review the repo/homepage), supply the API key via an environment variable rather than dropping it into a shared config.json in the skill directory, and be aware the included Python script will make network calls to https://api.apiclaw.io. If you want extra assurance, inspect the full scripts/apiclaw.py file for any unexpected endpoints or logging/transmission of your key, and consider creating a limited/monitoring API key (or usage alerts) on apiclaw.io to detect unexpected usage.
功能分析
Type: OpenClaw Skill Name: amazon-opportunity-discoverer Version: 1.0.1 The Amazon Opportunity Discoverer skill is a legitimate tool for Amazon product research using the APIClaw service. The Python script (apiclaw.py) uses standard libraries to interact with the official APIClaw endpoint (api.apiclaw.io) and contains no evidence of malicious execution, data exfiltration, or obfuscation. The SKILL.md instructions provide appropriate guidance for the AI agent to process user requests and format reports without any harmful prompt-injection attempts.
能力评估
Purpose & Capability
Name/description promise (Amazon opportunity scanner) matches the provided script and SKILL.md which call APIClaw endpoints; the only required credential is APICLAW_API_KEY which is appropriate for the declared API usage.
Instruction Scope
SKILL.md restricts actions to calling APIClaw endpoints and running the included script; instructions do not request unrelated files or system credentials. Minor scope note: the script will also look for a local config.json beside scripts/ as an alternative source for the API key (documented in code), so credential placement can be either env var or that skill-local file.
Install Mechanism
No install spec or external downloads; this is an instruction-only skill with an included Python script. There is no remote install or archive extraction that would increase risk.
Credentials
Only APICLAW_API_KEY is required and is the expected credential for the declared API. Caveat: the script supports reading an api_key from a config.json in the skill directory, which could expose the key if stored in a shared location—use the environment variable for least exposure.
Persistence & Privilege
always:false and default autonomy settings are used. The skill does not request persistent system-wide privileges or modify other skills; it only reads its own local config path (optional).
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amazon-opportunity-discoverer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amazon-opportunity-discoverer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Removed "(execute, don't read)" from script file reference in SKILL.md for clarity. - Minor formatting improvements in SKILL.md; no changes to features or logic. - Version bump to 1.0.1; no functional changes.
v1.0.0
Initial release
元数据
Slug amazon-opportunity-discoverer
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Amazon Opportunity Discoverer 是什么?

Automated product opportunity scanner for Amazon sellers. Scans categories using 14 preset selection strategies, validates candidates with real-time data, br... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 140 次。

如何安装 Amazon Opportunity Discoverer?

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

Amazon Opportunity Discoverer 是免费的吗?

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

Amazon Opportunity Discoverer 支持哪些平台?

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

谁开发了 Amazon Opportunity Discoverer?

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

💬 留言讨论