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 any eBay search results (SRP) or category page URL and wants to extract product cards in bulk, monitor listings, or compare prices across marketplaces.
scripts/extract-listing.py via bash to parse DOM item cards (itemNumber, title, price, seller, image, etc.) and pagination state.?_pgn=N URL pattern until hasNextPage=false or item cap reached; supports filters through input URL.A structured JSON array of eBay item cards with key fields plus pagination metadata, enabling bulk extraction, catalog audits, and competitive listing monitoring.
Use Cases
A cross-border e-commerce seller wants to track all Buy-It-Now headphone listings on eBay US to benchmark pricing. They provide a filtered search URL with LH_BIN=1. The skill loops through pages, extracting each card's price, shipping, seller rating and image into a JSON file. This lets them spot underpriced competitors and adjust their own listings within minutes, saving hours of manual browsing.
A brand manager needs a catalog audit of their own brand's exposure on eBay Germany category pages. They feed category URLs to the skill, which paginates through and collects item numbers, titles, seller usernames and feedback counts. The output reveals unauthorized resellers and listing coverage gaps, enabling targeted enforcement and channel optimization with quantified evidence.
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