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 extract all product listings from a specific Etsy shop (etsy.com/shop/{name}), monitor a competitor's storefront, collect a seller's catalog, or benchmark a shop's inventory.
eval "$(python scripts/extract-listings.py)" on each shop page to extract listing JSON (listingId, title, price, rating, etc.)nextPageUrl for serial pagination; save each page to JSON; sleep 3-8s between pagesA paginated, structured catalog of the shop's products with core fields per item, enabling competitor tracking, supplier collection, and price monitoring.
Use Cases
A handmade jewelry brand wants to track a top competitor on Etsy. They provide the competitor's shop URL to the skill, which extracts all product listings page by page with prices, ratings, and review counts. The brand analyzes the competitor's assortment, pricing, and new-item frequency to adjust their own product strategy and spot market gaps.
A sourcing agent needs to collect a supplier's full catalog from Etsy for bulk procurement analysis. Using the shop URL, the skill dumps all items with free-shipping flags and badges, saving each page as JSON. The agent builds a structured inventory view to compare MOQs, prices, and shipping terms across multiple Etsy suppliers.
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