product-lookup
Direct UPC/SKU product lookup. Returns a structured card with price, availability, and store location. Falls back to text search if UPC misses.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Direct UPC/SKU product lookup. Returns a structured card with price, availability, and store location. Falls back to text search if UPC misses.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | product-lookup |
| description | Direct UPC/SKU product lookup. Returns a structured card with price, availability, and store location. Falls back to text search if UPC misses. |
A focused skill for direct UPC/SKU lookups. Use this when the customer has already identified a specific item and only needs structured information: price, availability, store location, or product specs.
Extract the UPC or SKU from the customer's message.
Call the product lookup tool. If it returns no result, fall back to a text search using the product name.
Format the response as a structured card:
Product: <name>
UPC: <upc>
Price: $<price>
Stock: <units> units (store: <store_id>)
Specs: <one-line summary>
If multiple stores have stock, list the closest two by store_id.
If the customer wants comparison, recommendations, or general advice, hand back to the main agent — that is a different skill.