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 asks to search Taobao/Tmall by keyword, scrape Taobao search results, collect Taobao items, or do bulk keyword price monitoring / competitive research.
https://s.taobao.com/search?q={keyword}&page={page} via browser-actpython scripts/search-products.py to extract DOM product cards (itemId, title, price, shop, image, sales, tags)Paginated structured product listing JSON from Taobao/Tmall, ready for price monitoring, bulk collection, and competitive product research.
Use Cases
A cross-border seller wants to track Bluetooth earphone prices on Taobao for sourcing. They use this skill to run bulk keyword searches ('蓝牙耳机'), paginate results, and export itemId/price/shop JSON. This reveals low-price suppliers and coupon patterns, enabling fast vendor shortlist and cost benchmarking without manual browsing.
A brand analyst researches Tmall competitors in the skincare category. Using the skill with `tab=mall` and price filters, they collect competitor product cards (sales, tags, shop) across pages. The structured data supports competitive positioning analysis and promotion-tag tracking on Tmall.
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