← 返回 Skills 市场
vistoya

vistoya fashion search and shopping

作者 Vistoya · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
53
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vistoya-fashion
功能描述
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...
使用说明 (SKILL.md)

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

  1. 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.
  2. Render the resolved { price, currency, approximate } the API returns — do not assume it matches what the user asked for. If approximate: true, say "~" before the price.
  3. Compact cards first, full detail on demand. discover_products returns slim cards. Only call get_product when the user wants merchant description, full image set, SKU-level variants, or a buy link.
  4. Pass currency through when the user mentions one (e.g. "in PLN", "in euros"). Default is USD.
  5. Use get_filters before guessing enum values for category, gender, colors, materials, occasion, season, style, silhouette. The catalog uses lowercase canonical slugs.
  6. Cite the source. When recommending a product, include its merchant productUrl so 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.
安全使用建议
This appears safe to install for fashion product search. Be aware that your shopping queries go to Vistoya’s hosted MCP service and that buy links take you to external merchants where you should verify prices, stock, shipping, and checkout details yourself.
功能分析
Type: OpenClaw Skill Name: vistoya-fashion Version: 1.0.0 The skill is a standard integration for the Vistoya fashion search MCP server. It provides tools for product discovery, brand search, and price comparison using a public, read-only API (api.vistoya.com). There are no requests for sensitive environment variables, local file access, or shell execution, and the instructions in SKILL.md are strictly focused on accurate product representation and user assistance.
能力标签
cryptocan-make-purchasesrequires-sensitive-credentials
能力评估
Purpose & Capability
The artifacts consistently describe fashion product and brand discovery, comparison, and merchant buy links, while explicitly excluding checkout and payments.
Instruction Scope
Invocation is scoped to fashion shopping/search intents and excludes unrelated shopping or generic styling-only requests.
Install Mechanism
There is no local install or code, but the skill asks the user to connect a hosted Vistoya MCP endpoint if unavailable; this is disclosed and central to the skill.
Credentials
The artifacts declare no required binaries, environment variables, API keys, local files, or credentials; the credential-related capability signal is not corroborated by the skill text.
Persistence & Privilege
No persistence, background execution, local indexing, local credential access, or privilege escalation is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vistoya-fashion
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vistoya-fashion 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of vistoya-fashion-shop skill. - Enables searching and recommending real fashion products and brands from thousands of online stores via Vistoya MCP. - Supports natural-language queries, structured filters, similar-item lookup, multi-currency pricing, and direct merchant links. - Provides dedicated tools for product and brand discovery, as well as catalog-aware filtering. - Strict rules: no inventing product details, render API prices accurately, and always include merchant links for recommendations.
元数据
Slug vistoya-fashion
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论