product-match
Find visually or functionally similar products from an image, name, or description.
Profile →npx skills add majiayu000/claude-skill-registry --skill product-match --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# /product-match — Product Match "Find me something like this." Takes a product — by name, image, or description — and searches the web for similar alternatives. Returns 5-10 matches with specs, pricing, and links. ## When to Use - Designer has a product they like but it's over budget, discontinued, or wrong lead time - Client references a product and you need alternatives at different price points - Sourcing a similar product from a different manufacturer or region - Finding contract/trade equivalents of residential products (or vice versa) ## Step 1: Accept Input The designer provides a product reference in any format: **By name:** ``` /product-match Eames Lounge Chair ``` **By name + constraints:** ``` /product-match Eames Lounge Chair but under $3,000 ``` **By image:** ``` /product-match ~/Downloads/chair-photo.jpg ``` **By description:** ``` /product-match mid-century lounge chair, molded plywood shell, leather cushions, swivel base ``` **By URL:** ``` /product-match https://store.hermanmiller.com/living-room-furniture/eames-lounge-chair ``` ## Step 2: Identify the Source Product If given a name or URL, look up the product's key attributes: - Category and subcategory - Dimensi
- When to Use
- Step 1: Accept Input
- Step 2: Identify the Source Product
- Step 3: Search for Matches
- Step 4: Score and Rank Matches
- Step 5: Present Results
- Presentation rules
- Step 6: Save
- Pairs With
What does the product-match skill do?
Find visually or functionally similar products from an image, name, or description.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill product-match --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.