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 provides an Etsy listing URL and wants full product detail (price, variations, images, shop, rating, favorites, description) or needs bulk enrichment of Etsy listing URLs, competitor monitoring, or SEO description mining.
eval "$(python scripts/extract-detail.py)" to extract DOM data as JSON; optional --include-description false to shrink outputA structured JSON with listingId, title, prices, all images, description, shop info, rating, reviewCount, favorites, variations with price ranges, highlights, listedDate, and relatedTags — ready for catalog enrichment, price tracking, or competitor analysis.
Use Cases
A handmade seller wants to track a competitor's Etsy listing weekly — price changes, new variations, and favorites growth. They feed the listing URL to the skill, which returns current price, variation price ranges, and favorites count as JSON. This lets them spot trends and adjust their own pricing and product line without manual checking.
An e-commerce analyst has 200 Etsy listing URLs to enrich into a catalog. Using the skill in batch mode with warm-up and sleeps, they loop URLs and save each result as JSON. Output includes titles, images, variations, and shop info — building a normalized dataset for market research and supplier sourcing efficiently.
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