taobao-shop-catalog
Browse a Taobao or Tmall shop's product catalog by shopId, returning paginated product listings with itemId and title. Use when user asks to scrape a Taobao shop, get all products from a store, list items in a Taobao/Tmall shop, fetch shop catalog by userId or shopId, 采集淘宝店铺商品, 抓取淘宝店铺所有商品, 获取天猫店铺商品列表, 淘宝店铺目录, 按店铺ID采集商品. Also applies to shop inventory monitoring, competitor store analysis, and bulk itemId collection from a specific seller.
npx skills add browser-act/skills --skill taobao-shop-catalog --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Taobao — Shop Catalog > shopId → paginated shop product listing (itemId, title, image URL) ## Language All process output to user (progress updates, process notifications) follows the user's language. ## Objective Navigate to a Taobao or Tmall shop's catalog page and extract product listings. ## Prerequisites - Target page is already open in the browser: `https://shop{shopId}.taobao.com/category.htm` - User is logged in to Taobao (user avatar or nickname visible in the page header) ## Pre-execution Checks ### 1. Tool Readiness If browser-act has been confirmed available in the current session → skip this step. Invoke `browser-act` via Skill tool to load usage. If installation or configuration issues arise, follow its guidance to resolve then retry. ### 2. Login Verification If login status for Taobao has been confirmed in the current session → skip this step. Otherwise: open `https://www.taobao.com` and observe the page header: - User nickname visible → logged in, continue execution - Login button visible → not logged in, inform the user that Taobao login is needed first, assist the user in completing the login flow User refuses or cannot log in → terminate execution. ## Capabili
- Language
- Objective
- Prerequisites
- Pre-execution Checks
- 1. Tool Readiness
- 2. Login Verification
- Capability Components
- DOM: shop catalog product list (data extraction)
- Pagination
- Success Criteria
- Known Limitations
- Execution Efficiency
- Experience Notes
What does the taobao-shop-catalog skill do?
Browse a Taobao or Tmall shop's product catalog by shopId, returning paginated product listings with itemId and title. Use when user asks to scrape a Taobao shop, get all products from a store, list items in a Taobao/Tmall shop, fetch shop catalog by userId or shopId, 采集淘宝店铺商品, 抓取淘宝店铺所有商品, 获取天猫店铺商品列表, 淘宝店铺目录, 按店铺ID采集商品. Also applies to shop inventory monitoring, competitor store analysis, and bulk itemId collection from a specific seller.
How do I install it?
Run `npx skills add browser-act/skills --skill taobao-shop-catalog --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From browser-act/skills, a repository with 5,160 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
