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 the user provides an open eBay item URL (/itm/{itemNumber}) and wants full listing details (price, seller, condition, specs, images, sold count, etc.). Also for bulk enrichment from listing URLs, price/stock monitoring, competitive research.
/itm/{digits}; refuse if not.eval "$(python scripts/extract-item-detail.py)" to parse DOM into 25+ field JSON (title, price, seller, itemSpecifics, whyToBuy, etc.).A compact JSON with full eBay item detail, ready for storage, comparison, catalog audit, or downstream analysis.
Use Cases
An e-commerce analyst collects a list of eBay competitor item URLs from a category search. They feed each URL into the skill in a serial loop: navigate, wait, extract. The skill returns structured JSON with price, seller rating, condition, and item specifics for every listing. This automates manual copy-paste, builds a normalized competitor catalog, and supports daily price and stock monitoring without repeated human effort.
A reseller finds a specific eBay item URL and needs to verify details before purchase—price, wasPrice discount, sold count, seller feedback, item location, and shipping cost. The skill extracts all visible fields into a compact JSON, including a composed whyToBuy signal array. The reseller quickly assesses deal quality and seller trustworthiness, reducing risk of bad purchases.
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