← Back to Skills Marketplace
zuokun300

Amazon Scraper

by 十三先生 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
315
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install zuokun300-amazon-scraper
Description
爬取 Amazon 商品数据,支持关键词搜索,提取价格、评分、评论数,生成结构化 Excel 和 Markdown 报告,含品牌与爆款分析。
Usage Guidance
What to consider before installing: - The skill legitimately needs an Apify API key to run; SKILL.md and the Python file expect APIFY_API_KEY, but the registry metadata does not declare this — confirm you are comfortable providing that key. Do not paste your API key into source files; prefer environment variables. - Review the repository the docs point to (https://github.com/zuokun300/amazon-scraper) before cloning to ensure the code matches the packaged files. The registry shows Source: unknown / no homepage — verify origin. - The included script appears to be executable and calls Apify (https://api.apify.com). This is expected for scraping, but means the skill will send your requests and the scraped data to Apify-managed endpoints; ensure that aligns with your privacy/compliance requirements and Apify account usage/costs. - The python code shows at least one bug/incompleteness (the generate_report function returns unique_products[:max_products] while max_products is undefined in that scope, and the main function appears truncated). Expect runtime errors; test in an isolated environment before running on production data. Consider fixing or validating the code or asking the author for a complete release. - If you plan scheduled runs (cron), run them from an isolated machine or container and monitor network/API calls and account billing. If the publisher updates the registry metadata to explicitly declare APIFY_API_KEY, provides a verified source/homepage, and publishes a complete, tested script (no undefined variables), my confidence the package is internally coherent would increase.
Capability Analysis
Type: OpenClaw Skill Name: zuokun300-amazon-scraper Version: 1.0.0 The skill is a legitimate Amazon scraper that utilizes the Apify API to fetch product data and generate Excel and Markdown reports. The code in `amazon_scraper.py` follows standard practices, such as retrieving API keys from environment variables and using the official Apify REST API for data collection. No evidence of data exfiltration, unauthorized execution, or malicious prompt injection was found in the documentation or the script logic.
Capability Assessment
Purpose & Capability
The skill's name/description (Amazon scraping, Excel/Markdown reports) aligns with the code and SKILL.md which call Apify and process Amazon results. However the registry metadata declares no required environment variables while the code and docs clearly require an Apify API key (APIFY_API_KEY). That mismatch reduces trustworthiness of the metadata.
Instruction Scope
SKILL.md and USAGE.md give concrete instructions limited to cloning, installing dependencies, setting APIFY_API_KEY, and running the script (including cron). Instructions do not ask for unrelated system files or credentials. They do however suggest embedding an API token into the script as an alternative, which is insecure practice.
Install Mechanism
There is no formal install spec (instruction-only), which is low-risk. The docs reference a GitHub repo URL and recommend pip installing openpyxl and requests — expected for this functionality. Registry 'Source: unknown' / 'Homepage: none' is inconsistent with the clone instructions and should be verified.
Credentials
The code and documentation require an external credential (APIFY_API_KEY) to call Apify's API, which is appropriate for using Apify. However the registry metadata does not list any required env vars or primary credential, creating an incoherence (the skill asks for a secret but doesn't declare it). The docs also advise optionally hard-coding the token into the script — a security risk.
Persistence & Privilege
The skill is not marked always:true and does not request persistent or system-wide privileges. It writes output files to a local output directory and doesn't modify other skills or global config.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zuokun300-amazon-scraper
  3. After installation, invoke the skill by name or use /zuokun300-amazon-scraper
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Amazon 数据爬虫技能 v1.0.0 发布,助力电商数据采集与分析。 - 支持从 Amazon 批量爬取商品信息,并生成 Excel 与 Markdown 报告 - 提供商品搜索、品牌分析、爆款识别、市场趋势研究等核心能力 - 输出结构化商品数据(价格、排名、品牌等),并统计品牌分布与价格区间 - 支持自定义关键词、商品数,及生成可点击的商品与图片链接 - 安装便捷,支持 ClawHub 和手动部署 - 内建常见问题解答与详细配置说明
Metadata
Slug zuokun300-amazon-scraper
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Amazon Scraper?

爬取 Amazon 商品数据,支持关键词搜索,提取价格、评分、评论数,生成结构化 Excel 和 Markdown 报告,含品牌与爆款分析。 It is an AI Agent Skill for Claude Code / OpenClaw, with 315 downloads so far.

How do I install Amazon Scraper?

Run "/install zuokun300-amazon-scraper" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Amazon Scraper free?

Yes, Amazon Scraper is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Amazon Scraper support?

Amazon Scraper is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Amazon Scraper?

It is built and maintained by 十三先生 (@zuokun300); the current version is v1.0.0.

💬 Comments