taobao-product-detail
仓库创建 2026年2月6日最近提交 6 天前SkillHot 收录 20 天前
▸ 精选理由
可自动化获取商品属性与 SKU,便于上架或比价分析。
▸ 风险提示
抓取商品详情可能涉及登录/反爬与平台使用限制。
这个 Skill 做什么
抓取淘宝/天猫商品页的完整详情、图片与 SKU 变体信息。
从淘宝或天猫商品页抓取完整商品信息:标题、价格、店铺、图片、SKU 变体和属性,按 itemId 返回结构化数据。做商品采集、建库、比价或做价格监控时会用,前提是目标页面可访问并打开。它会尽量解析复杂的 SKU DOM 和多图场景,把变体与图片完整还原出来,方便后续处理。
▸ 展开 SKILL.md 英文原文
Fetch full product detail from a Taobao or Tmall product page by itemId, returning title, price, shop info, images, SKU variants, and product attributes. Use when user asks to get product details from Taobao, scrape a Taobao item page, extract product info by item ID, fetch Tmall product data, 抓取淘宝商品详情, 获取淘宝商品信息, 淘宝商品页面采集, 天猫商品详情, 按商品ID获取信息. Also applies to building product databases, price tracking by itemId, and product comparison research.
4.8k
Stars
231
Forks
40
仓库内 Skill
+1.0k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-product-detail/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/browser-act/skills/main/solutions/ecommerce/taobao-product-detail/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Taobao — Product Detail
> itemId → full product detail (title, price, shop, images, SKU variants, attributes)
## Language
All process output to user (progress updates, process notifications) follows the user's language.
## Objective
Navigate to a Taobao or Tmall product page and extract full product information from the DOM.
## Prerequisites
- Target page is already open in the browser: `https://item.taobao.com/item.htm?id={itemId}`
- 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 via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有