← Back to Skills Marketplace
191
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install taobao-product-research
Description
淘宝产品调研和数据采集工具。用于采集淘宝商品信息,包括主图、标题、价格、销量、评价数、店铺等,并生成包含图片的Excel报告。使用场景:(1) 市场调研和竞品分析,(2) 产品价格监控,(3) 销量数据统计,(4) 产品信息批量采集。当用户需要采集淘宝产品数据、进行电商调研、获取商品信息时触发此Skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install taobao-product-research - After installation, invoke the skill by name or use
/taobao-product-research - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
taobao-product-research 1.0.0 – Initial release
- 提供淘宝产品信息采集与调研工具,可批量获取主图、标题、价格、销量、评价数、店铺和商品链接
- 支持按关键词和价格区间筛选,自动生成带图片的Excel报告
- 提供命令行和程序化两种调用方式
- 内置淘宝登录处理与浏览器自动化,登录状态可复用
- 包含常见问题排查和反爬建议
Metadata
Frequently Asked Questions
What is Taobao Product Research?
淘宝产品调研和数据采集工具。用于采集淘宝商品信息,包括主图、标题、价格、销量、评价数、店铺等,并生成包含图片的Excel报告。使用场景:(1) 市场调研和竞品分析,(2) 产品价格监控,(3) 销量数据统计,(4) 产品信息批量采集。当用户需要采集淘宝产品数据、进行电商调研、获取商品信息时触发此Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 191 downloads so far.
How do I install Taobao Product Research?
Run "/install taobao-product-research" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Taobao Product Research free?
Yes, Taobao Product Research is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Taobao Product Research support?
Taobao Product Research is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Taobao Product Research?
It is built and maintained by charles (@redcreen); the current version is v1.0.0.
More Skills