← 返回 Skills 市场
191
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install taobao-product-research
功能描述
淘宝产品调研和数据采集工具。用于采集淘宝商品信息,包括主图、标题、价格、销量、评价数、店铺等,并生成包含图片的Excel报告。使用场景:(1) 市场调研和竞品分析,(2) 产品价格监控,(3) 销量数据统计,(4) 产品信息批量采集。当用户需要采集淘宝产品数据、进行电商调研、获取商品信息时触发此Skill。
安全使用建议
This skill appears to do what it says (automated browsing of Taobao and Excel report generation). Before installing or running it: (1) Review the script if you want assurance—it's shipped in clear text; (2) run it in a sandboxed or disposable environment if you don't want your Taobao login persisted in the skill folder; (3) be aware npm install will download Playwright and browser binaries from the network—only proceed if you trust those packages; (4) the tool saves screenshots, images, and browser_data (cookies/session) locally—treat these files as sensitive; (5) respect Taobao's terms of service and rate limits to avoid account blocks. If you want extra caution, run the script with a throwaway account or inspect/modify the code to change where browser data and screenshots are written.
功能分析
Type: OpenClaw Skill
Name: taobao-product-research
Version: 1.0.0
The skill is a legitimate Taobao product research tool that uses Playwright for browser automation to scrape product data and generate Excel reports. It includes transparent instructions for manual user login to handle authentication and stores session data locally in a 'browser_data' directory for persistence. While there is a minor technical error (the 'xlsx' dependency is used in taobao_research.js and mentioned in SKILL.md but missing from package.json), there is no evidence of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description (Taobao product research) match the implementation: the code performs browser automation, extracts product fields, downloads images, and writes an Excel file. Declared dependencies (playwright, exceljs, axios) are appropriate for these tasks.
Instruction Scope
SKILL.md instructs running the provided Node script, performing a manual Taobao login in a launched browser, and saving browser state. Instructions do not request unrelated files or external endpoints. Note: the tool takes screenshots and writes debug_*.png and browser_data (login/session data) to disk—these can contain sensitive page content and cookies.
Install Mechanism
There is no automated install spec in the registry metadata; the README instructs running npm install in the scripts folder. That will fetch Playwright and other npm packages from the public registry; Playwright's install will download browser binaries. This is expected for a Playwright-based scraper but means network fetch and binary downloads during install.
Credentials
The skill does not request environment variables, secrets, or unrelated credentials. It stores login/session data locally (browser_data) as part of normal browser automation; no evidence that it exfiltrates credentials or asks for unrelated service keys.
Persistence & Privilege
The skill persists browser profile/login data under its output directory (browser_data). always:false (not force-included). Persisting a logged-in session is expected for convenience but increases the sensitivity of files written by the skill; the skill does not modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install taobao-product-research - 安装完成后,直接呼叫该 Skill 的名称或使用
/taobao-product-research触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
taobao-product-research 1.0.0 – Initial release
- 提供淘宝产品信息采集与调研工具,可批量获取主图、标题、价格、销量、评价数、店铺和商品链接
- 支持按关键词和价格区间筛选,自动生成带图片的Excel报告
- 提供命令行和程序化两种调用方式
- 内置淘宝登录处理与浏览器自动化,登录状态可复用
- 包含常见问题排查和反爬建议
元数据
常见问题
Taobao Product Research 是什么?
淘宝产品调研和数据采集工具。用于采集淘宝商品信息,包括主图、标题、价格、销量、评价数、店铺等,并生成包含图片的Excel报告。使用场景:(1) 市场调研和竞品分析,(2) 产品价格监控,(3) 销量数据统计,(4) 产品信息批量采集。当用户需要采集淘宝产品数据、进行电商调研、获取商品信息时触发此Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 191 次。
如何安装 Taobao Product Research?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install taobao-product-research」即可一键安装,无需额外配置。
Taobao Product Research 是免费的吗?
是的,Taobao Product Research 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Taobao Product Research 支持哪些平台?
Taobao Product Research 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Taobao Product Research?
由 charles(@redcreen)开发并维护,当前版本 v1.0.0。
推荐 Skills