product-discovery

Installation
SKILL.md

Product Discovery

Uses the Channel3 CLI to query a catalog of 100M+ products across thousands of retailers. The CLI is generated from the API spec and stays in sync automatically.

Decision

User wants... Run
Find products by description, image, or both channel3 products search --query "..." --max-items N
More like this product I already found channel3 products find-similar --product-id <ID> --max-items N
Find a category slug to use as a filter channel3 categories search --query "..." --limit 5
See a category's allowed attribute keys/values for filters.attributes channel3 categories retrieve --slug <slug>
Filter by a color (blue, navy, red, ...) --filters '{"colors":{"palette":[{"hex":"#..."}]}}' (sRGB hex; never put color into filters.attributes)
Filter by non-color attributes (material, frame-color, ...) channel3 categories retrieve --slug <slug> first, then --filters '{"attributes":{"handle":["Value"]}}'
See variant options + live stock for a product channel3 products retrieve --product-id <ID> (read variants.options / variants.selected) — see Pattern 6
Find a brand ID to use as a filter channel3 brands search --query "<name>" --limit 5
Wire Channel3 into their agent host directly (no CLI) Channel3 MCP — see below

Setup

Installs
17
GitHub Stars
6
First Seen
Mar 12, 2026
product-discovery — channel3-ai/skills