Domains
Forms
- SKILL.md50.0%
- scripts50.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a user wants to fetch full product details from a Taobao or Tmall page by itemId, or needs to build product databases, track prices, or do comparison research.
https://item.taobao.com/item.htm?id={itemId} and wait for stabilityeval "$(python scripts/extract-product.py '{itemId}')" to extract DOM dataA clean JSON product record per itemId; supports batch loops with resume-on-error for scalable enrichment.
Use Cases
An e-commerce analyst needs to track prices of 50 Taobao items weekly. They provide itemIds; the skill logs into Taobao, loops through each product page using a bash script with intervals, extracts price and SKU data via the Python script, and saves JSON per item. This automates manual checking, reduces errors, and builds a historical price dataset for trend analysis.
A seller wants to compare competitor Tmall products before launch. They input rival itemIds; the skill fetches titles, shop info, images, SKU variants, and attributes for each. The structured output helps them analyze specification gaps, pricing strategy, and variant coverage, enabling informed positioning and faster GTM decisions.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File