← 返回 Skills 市场
315
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install zuokun300-amazon-scraper
功能描述
爬取 Amazon 商品数据,支持关键词搜索,提取价格、评分、评论数,生成结构化 Excel 和 Markdown 报告,含品牌与爆款分析。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install zuokun300-amazon-scraper - 安装完成后,直接呼叫该 Skill 的名称或使用
/zuokun300-amazon-scraper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Amazon 数据爬虫技能 v1.0.0 发布,助力电商数据采集与分析。
- 支持从 Amazon 批量爬取商品信息,并生成 Excel 与 Markdown 报告
- 提供商品搜索、品牌分析、爆款识别、市场趋势研究等核心能力
- 输出结构化商品数据(价格、排名、品牌等),并统计品牌分布与价格区间
- 支持自定义关键词、商品数,及生成可点击的商品与图片链接
- 安装便捷,支持 ClawHub 和手动部署
- 内建常见问题解答与详细配置说明
元数据
常见问题
Amazon Scraper 是什么?
爬取 Amazon 商品数据,支持关键词搜索,提取价格、评分、评论数,生成结构化 Excel 和 Markdown 报告,含品牌与爆款分析。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 315 次。
如何安装 Amazon Scraper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install zuokun300-amazon-scraper」即可一键安装,无需额外配置。
Amazon Scraper 是免费的吗?
是的,Amazon Scraper 完全免费(开源免费),可自由下载、安装和使用。
Amazon Scraper 支持哪些平台?
Amazon Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Amazon Scraper?
由 十三先生(@zuokun300)开发并维护,当前版本 v1.0.0。
推荐 Skills