Domains
Forms
- SKILL.md33.3%
- scripts66.7%
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 customer reviews of a Taobao/Tmall product by itemId, including sentiment analysis, review datasets, or rating monitoring.
extract-reviews.py via bash to parse reviewer, date, SKU, text, photosnext-review-page.py to paginate through review pagesStructured JSON review records per product, enabling buyer feedback analysis and dataset building.
Use Cases
A market researcher wants to understand Chinese consumer sentiment for a phone case sold on Taobao. They provide the itemId, and the skill logs in, loads the reviews section, and extracts hundreds of buyer reviews with SKU and photos. The structured data is used for sentiment analysis to guide product improvement and marketing copy.
An e-commerce operator monitors competitor Tmall products by periodically fetching reviews via itemId list. The skill batch-extracts reviews page by page, saving JSON per product. Rating changes and complaint themes are tracked over time to adjust their own product strategy and inventory.
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