e-commerce
Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts.
Works with
--- name: e-commerce description: Navigate e-commerce sites to extract products, pricing, categories, and inventory. Handles pagination, variants, and JS-heavy storefronts. license: MIT --- # E-commerce Extraction ## General Patterns - Check for sitemap.xml first -- many stores list all product URLs - Look for /products.json, /api/products, or similar API endpoints before scraping HTML - Product listing pages usually paginate: look for ?page=N, ?offset=N, or "Load more" buttons - Always check the total count shown on the page vs what you've extracted ## Product Data Checklist - Name, brand, SKU/ID - Price (current, original/compare-at, currency) - Variants (size, color, etc.) with per-variant pricing and availability - Images (primary + gallery) - Description (short + long) - Category/breadcrumb path - Availability/stock status - Ratings and review count ## Pagination - Check for: next/prev links, page numbers, "showing X of Y" text - For infinite scroll: use interact to scroll and load more - Keep count: if page says "200 products" and you have 24, keep going ## JS-Heavy Sites - Use interact for sites that require JavaScript rendering - Look for XHR/API calls in the page that return JSON -- often easier than parsing HTML - Single-page apps often have internal APIs at predictable paths ## Site-specific playbooks are in the sites/ directory
More Accessibility skills
skill-creator
anthropics/skills
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
hyperframes-core
heygen-com/hyperframes
The HyperFrames composition contract — build one renderable project. Use for composition structure, the `data-*` timing attributes, `class="clip"`, tracks, sub-compositions, variables, framework-owned media playback, deterministic-render rules, and validation. Also covers Tailwind projects and the STORYBOARD.md / SCRIPT.md plan formats. Read before writing composition HTML.
ui-ux-pro-max
nextlevelbuilder/ui-ux-pro-max-skill
UI/UX design intelligence for web, mobile, and desktop. This skill should be used when designing, building, reviewing, or fixing interfaces, including pages, components, design systems, accessibility, interaction, responsive layout, typography, color, charts, and stack-specific UI implementation. Searchable local data: 79 searchable styles (50 active), 192 product palettes and reasoning profiles, 74 font pairings, 119 UX guidelines, 105 icons, 17 GSAP presets, 25 chart types, and 22 stacks.

