← 返回 Skills 市场
christine-srp

APIClaw

作者 christine-srp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
163
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install apiclaw-api
功能描述
APIClaw API platform overview — AI-powered commerce data infrastructure. Provides programmatic access to 200M+ Amazon products with real-time data across 6 e...
使用说明 (SKILL.md)

APIClaw — Commerce Data Infrastructure for AI Agents

Real-time access to 200M+ Amazon products. 6 endpoints, one API key.

Language rule: Respond in the user's language.

Quick Start

  1. Get API key: apiclaw.io/api-keys
  2. Set env: export APICLAW_API_KEY='hms_live_xxx'
  3. Base URL: https://api.apiclaw.io/openapi/v2
  4. Auth: Authorization: Bearer YOUR_API_KEY
  5. All endpoints: POST with JSON body

New keys need 3-5 seconds to activate. If 403, wait and retry.

API Endpoints

# Endpoint What It Does Key Output
1 categories Browse Amazon category tree categoryName, productCount, hasChildren
2 markets/search Market-level aggregate metrics avg sales, avg price, brand count, concentration, FBA rate
3 products/search Product search with 14 preset strategies ASIN, title, price, BSR, monthly sales, rating, reviews
4 products/competitor-lookup Competitor analysis by keyword/ASIN competitive products with sales, revenue, seller info
5 realtime/product Live single-ASIN detail price, BSR, reviews, features, variants, buy box
6 reviews/analyze AI-powered review insights sentiment, pain points, buying factors, user profiles

Endpoint Details

1. Categories

Browse or search Amazon's category hierarchy.

POST /openapi/v2/categories
{"keyword": "pet supplies"}         # search by keyword
{"parentCategoryName": "Pet Supplies"}  # browse children

2. Market

Category-level market metrics — answer "Is this market worth entering?"

POST /openapi/v2/markets/search
{"category": "Pet Supplies,Dogs,Toys", "topN": 10}

Returns: avg monthly sales, avg price, brand count, seller count, concentration ratios, new SKU rate, FBA rate.

3. Products

Product search with filters or 14 built-in selection modes.

POST /openapi/v2/products/search
{"keyword": "yoga mat", "mode": "beginner"}

14 modes: beginner, fast-movers, emerging, long-tail, underserved, new-release, fbm-friendly, low-price, single-variant, high-demand-low-barrier, broad-catalog, selective-catalog, speculative, top-bsr.

Monthly sales field: atLeastMonthlySales (lower-bound estimate).

4. Competitors

Competitor discovery by keyword, brand, or specific ASIN.

POST /openapi/v2/products/competitor-lookup
{"keyword": "wireless earbuds"}
{"asin": "B09V3KXJPB"}

5. Realtime Product

Live data for a single ASIN — current price, BSR, reviews, features, variants.

POST /openapi/v2/realtime/product
{"asin": "B09V3KXJPB"}

⚠️ Does NOT return monthly sales or profit margin. Use products/competitors for those.

6. Review Analysis

AI-powered consumer insights from customer reviews.

POST /openapi/v2/reviews/analyze
{"asin": "B09V3KXJPB"}
{"asins": ["B09V3KXJPB", "B08YYYYY"]}          # compare products
{"category": "Pet Supplies,Dogs,Toys", "period": "90d"}  # category-level

11 insight dimensions: painPoints, improvements, buyingFactors, issues, positives, scenarios, keywords, userProfiles, usageTimes, usageLocations, behaviors.

What Each Endpoint Is Best For

Need Use This
Sales & competition data products / competitors
Live pricing, reviews, listing content realtime/product
Category-level market sizing markets/search
Consumer pain points & insights reviews/analyze
Category browsing / validation categories

Credits

  • Each API call consumes credits
  • Response includes _credits.consumed and _credits.remaining
  • Plans & rates: apiclaw.io/pricing

Data Notes

  • Monthly sales (atLeastMonthlySales) is a lower-bound estimate — variance across tools is normal
  • Realtime vs database: realtime/product is live; products/competitors have ~T+1 delay
  • Currently Amazon US only (amazon.com) — more marketplaces planned

Go Deeper

For advanced Amazon product research — 14 selection strategies, risk assessment, pricing analysis, listing optimization, and operational monitoring — install the dedicated skill:

clawhub install Amazon-analysis-skill

Links

安全使用建议
This skill is coherent for calling a third‑party commerce API, but verify the external service before installing: 1) Confirm the apiclaw.io site and pricing are legitimate and match your expectations. 2) Treat APICLAW_API_KEY as a secret — don’t reuse high-privilege keys and rotate/revoke if compromised. 3) Review what data you will send to the API (avoid sending PII or proprietary data). 4) Monitor API usage and billing after enabling the key. 5) Note a minor oddity: the SKILL.md links a GitHub repo named Amazon-analysis-skill (the separate, related skill) — this isn’t necessarily malicious but double-check linked URLs and maintainers if you need strong trust guarantees.
功能分析
Type: OpenClaw Skill Name: apiclaw-api Version: 1.0.0 The skill bundle provides documentation and instructions for an AI agent to interact with the APIClaw commerce data platform. It defines standard API endpoints for Amazon product research and requires a legitimate environment variable (APICLAW_API_KEY) for authentication, with no evidence of malicious execution, data exfiltration, or prompt injection (SKILL.md, openapi-reference.md).
能力评估
Purpose & Capability
Name/description describe an API wrapper for commerce data and the SKILL.md + openapi reference only document that API and how to call it. Required credential (APICLAW_API_KEY) and the listed endpoints align with the stated purpose.
Instruction Scope
SKILL.md instructs using Authorization: Bearer APICLAW_API_KEY and POST JSON to https://api.apiclaw.io/openapi/v2. It does not instruct reading unrelated files, other env vars, or executing arbitrary shell commands. The agent will make network calls to the documented external API (expected for this skill).
Install Mechanism
Instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded during install. Low install risk.
Credentials
Only one required env var (APICLAW_API_KEY) is declared and used in the docs. That is proportionate for an API wrapper. No additional secrets or config paths are requested.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or claim to modify other skills/config. Normal autonomous invocation applies but is not excessive here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apiclaw-api
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apiclaw-api 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 6 endpoints overview, quick start guide, API reference
元数据
Slug apiclaw-api
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

APIClaw 是什么?

APIClaw API platform overview — AI-powered commerce data infrastructure. Provides programmatic access to 200M+ Amazon products with real-time data across 6 e... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 163 次。

如何安装 APIClaw?

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

APIClaw 是免费的吗?

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

APIClaw 支持哪些平台?

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

谁开发了 APIClaw?

由 christine-srp(@christine-srp)开发并维护,当前版本 v1.0.0。

💬 留言讨论