product-match

product-match is a skill for Claude Code from AlpacaLabsLLC/skills-for-architects. It costs 47 tokens per session (1,527 once invoked), scanned A, original, MIT.

A tool for finding products that resemble a reference image, product name, or description. It returns alternative products with specifications, prices, and links.

In plain words
What is it for?
Use it to source similar furniture or other products, compare manufacturers and regions, and find alternatives within constraints such as a target price.
Why use it?
It reduces the time spent searching for replacements when an item is too expensive, unavailable, discontinued, or unsuitable.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; positional $N argument; mentions Claude Code.

Part of the as plugin — 46 skills, 7 agents, 3 hooks shipped together

Good fit Use it to source similar furniture or other products, compare manufacturers and regions, and find alternatives within constraints such as a target price.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alpacalabsllc/skills-for-architects/product-match
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add AlpacaLabsLLC/skills-for-architects --skill product-match
Clone the repo
git clone --depth 1 https://github.com/AlpacaLabsLLC/skills-for-architects

Made for: Claude Code.

Or install as, the plugin that ships this one along with the rest of its 46 skills, 7 agents, 3 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-match

README.md
[![agentmods](https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-match/github.svg)](https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-match)
Your own site
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-match"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-match/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-match

Your own site · 80×15
<a href="https://agentmods.dev/skills/alpacalabsllc/skills-for-architects/product-match"><img src="https://agentmods.dev/badge/skills/alpacalabsllc/skills-for-architects/product-match.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,527 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.01527
Opus 5 $0.00023 $0.00763
Sonnet 5 $0.00009 $0.00305
Haiku 4.5 $0.00005 $0.00153

Measured 12d ago against content hash 1865eafc7efd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-match scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/product-match/SKILL.md · 170 lines

How it starts

The opening of the file, as written. The whole thing — 170 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/as:product-match — Product Match

Harness note: use /as:<skill> on Claude Code and $<skill> on Codex. Resolve <skill-root> as the directory containing this loaded SKILL.md and <plugin-root> as the plugin root that contains skills/, and use equivalent native tools when host tool names differ.

"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:

/as:product-match Eames Lounge Chair

By name + constraints:

/as:product-match Eames Lounge Chair but under $3,000

By image:

/as:product-match ~/Downloads/chair-photo.jpg

By description:

/as:product-match mid-century lounge chair, molded plywood shell, leather cushions, swivel base

By URL:

/as: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
  • Dimensions (W, D, H)
  • Materials and finishes
  • Price range
  • Designer / design era
  • Key visual characteristics (silhouette, proportions, details)

If given an image, use Claude vision to describe:

  • Product type and category
  • Shape, proportions, silhouette
  • Materials visible (wood type, metal finish, upholstery)
  • Style period and design language
  • Color palette
  • Estimated scale

If given a description, extract the same attributes from the text.

Read the full file on GitHub · 170 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 170 lines · 47 tokens per session scan A 1865eafc7efd

Subscribe to this mod's changes

product-match is a skill published in the GitHub repository AlpacaLabsLLC/skills-for-architects (353 stars, last pushed 9d ago), licensed MIT. It adds 47 tokens to every session and 1,527 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

ebay-sold-listings-search

All process output to user (progress updates, process notifications) follows the user's language.

browser-act/skills · 221 tokens

1688-product-detail

Extracts comprehensive wholesale product data from 1688.com product detail pages: title, tiered pricing, SKU variants with dimensions/weight, product images, seller info, shop scores, buyer protection, cross-border flags, product attributes, coupon/promotion data, and review stats. Use when user mentions 1688…

browser-act/skills · 212 tokens

amazon-bestseller-listing

Amazon Best Sellers listing scraper: extract product cards from any Amazon Best Sellers (zgbs) or /gp/bestsellers/ category page — returns rank (position on chart), asin, title, url, image, imageAlt, price, stars, reviewCount, ratingRaw per item, plus category metadata (categoryName, categoryFullName, categoryUrl) and…

browser-act/skills · 300 tokens

amazon-search-listing

Amazon search and category listing scraper: extract product listings from any Amazon search results page, keyword search URL, or category browse page and return per-item cards (asin, title, url, image, price, listPrice, stars, reviewCount, badges, isAmazonChoice, isBestSeller, isSponsored, delivery, boughtInPast…

browser-act/skills · 341 tokens

etsy-product-detail

Etsy product detail scraper: given an Etsy listing URL, returns full product detail including listingId, title, priceCurrent, priceOriginal, currency, images (all), description, shopName, shopUrl, rating, reviewCount, favorites, inCartCount, variations (with per-option price ranges), highlights, listedDate…

browser-act/skills · 187 tokens

goofish-search-list

A search tool for Goofish, a Chinese second-hand marketplace similar to an online classifieds site.

browser-act/skills · 203 tokens