/install vistoya-fashion
Vistoya — Fashion Product Search
Use this skill whenever the user wants to find, compare, or buy real fashion products (clothing, shoes, bags, jewelry, accessories) from real online stores. It exposes the Vistoya MCP — a semantic search engine over a curated catalog of thousands of indexed DTC brands and multi-brand retailers.
When to invoke
Trigger on intents like:
- "Find me a linen blazer under $300"
- "Recommend Italian streetwear brands"
- "More products like this one" / "alternatives to brand X"
- "What in-stock leather boots ship to Germany in EUR?"
- "Compare these two products"
- "Show me minimalist gold jewelry"
Do not invoke for: generic styling advice with no shopping intent, fashion history questions, or non-fashion shopping (electronics, home goods).
Connection
Vistoya is a hosted, public, read-only MCP server. No API key, no install.
- URL:
https://api.vistoya.com/mcp - Transport: streamable-http
- Auth: none (public catalog)
If the host hasn't connected it yet, tell the user once: "I can search live fashion catalogs if you add the Vistoya MCP server at https://api.vistoya.com/mcp (no key needed)." Then proceed without it for that turn.
Tools at a glance
| Tool | Purpose |
|---|---|
discover_products |
Natural-language + filtered product search (start here) |
find_similar_products |
"More like this" given a product ID |
get_product |
Full detail — variants, SKUs, all images, exact prices, buy link |
discover_brands |
Natural-language brand search |
find_similar_brands |
Brands similar to a known one |
get_filters |
Catalog-aware enums for category, brand, color, etc. |
Full input/output reference: see references/tools.md.
Core workflows
Common patterns and the exact tool sequence to use are in references/workflows.md. Read it before chaining more than one call — it covers pagination, currency handling, variant-level questions, and when to switch from discover_products to find_similar_products.
Hard rules
- Never invent product IDs, prices, brands, or merchant URLs. Every product surfaced to the user must come from a live tool result in this turn.
- Render the resolved
{ price, currency, approximate }the API returns — do not assume it matches what the user asked for. Ifapproximate: true, say "~" before the price. - Compact cards first, full detail on demand.
discover_productsreturns slim cards. Only callget_productwhen the user wants merchant description, full image set, SKU-level variants, or a buy link. - Pass
currencythrough when the user mentions one (e.g. "in PLN", "in euros"). Default is USD. - Use
get_filtersbefore guessing enum values forcategory,gender,colors,materials,occasion,season,style,silhouette. The catalog uses lowercase canonical slugs. - Cite the source. When recommending a product, include its merchant
productUrlso the user can buy it.
What this skill does NOT do
- Place orders or check out (no payments API).
- Track shipments or order status.
- Personal styling beyond what's inferrable from the catalog.
- Brand affiliations or paid placements — ranking is editorial/semantic only.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vistoya-fashion - 安装完成后,直接呼叫该 Skill 的名称或使用
/vistoya-fashion触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
vistoya fashion search and shopping 是什么?
Search and recommend real fashion products and brands across thousands of online stores via the Vistoya MCP. Use when the user wants to discover, compare, or... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 vistoya fashion search and shopping?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vistoya-fashion」即可一键安装,无需额外配置。
vistoya fashion search and shopping 是免费的吗?
是的,vistoya fashion search and shopping 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
vistoya fashion search and shopping 支持哪些平台?
vistoya fashion search and shopping 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vistoya fashion search and shopping?
由 Vistoya(@vistoya)开发并维护,当前版本 v1.0.0。