← Back to Skills Marketplace
vistoya

vistoya fashion search and shopping

by Vistoya · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
53
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install vistoya-fashion
Description
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...
README (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.
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vistoya-fashion
  3. After installation, invoke the skill by name or use /vistoya-fashion
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug vistoya-fashion
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install vistoya fashion search and shopping?

Run "/install vistoya-fashion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is vistoya fashion search and shopping free?

Yes, vistoya fashion search and shopping is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does vistoya fashion search and shopping support?

vistoya fashion search and shopping is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created vistoya fashion search and shopping?

It is built and maintained by Vistoya (@vistoya); the current version is v1.0.0.

💬 Comments