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 scrape a Taobao/Tmall shop, get all products from a store, list items by shopId/userId, or monitor a competitor's shop inventory.
pageNoscripts/extract-catalog.py via bash to extract itemId, title, imageUrl per pageA paginated JSON product listing (itemId, title, imageUrl, itemUrl) for the shop, enabling inventory monitoring and bulk itemId collection.
Use Cases
A brand operator wants to monitor a competitor's Taobao shop inventory weekly. They provide the shopId; the skill logs in, navigates the catalog, and loops pages to dump all itemIds and titles. This automates competitor assortment tracking, reveals new listings, and feeds downstream price fetch via taobao-product-detail, saving hours of manual browsing.
An agency building a product database needs all itemIds from a specific Tmall seller. Using the skill's batch pagination with tested scripts, they collect thousands of itemUrls efficiently with resume-on-error. The structured catalog enables bulk enrichment and market analysis without per-item manual search.
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