vistoya-fashion-shop

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 buy clothing, shoes, bags, jewelry, or accessories — natural-language queries, structured filters, similar-item lookup, multi-currency pricing, and direct merchant links.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "vistoya-fashion-shop" with this command: npx skills add vistoya/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

ToolPurpose
discover_productsNatural-language + filtered product search (start here)
find_similar_products"More like this" given a product ID
get_productFull detail — variants, SKUs, all images, exact prices, buy link
discover_brandsNatural-language brand search
find_similar_brandsBrands similar to a known one
get_filtersCatalog-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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Criticaster

Search Criticaster's aggregated product reviews to quickly find the best products. Use when the user needs trustworthy product recommendations, reviews, comp...

Registry SourceRecently Updated
5630Profile unavailable
Automation

Lululemon AU Finder

Find a product on the Lululemon Australia site from a natural-language clothing description and return structured details such as product name, variant color...

Registry SourceRecently Updated
1830Profile unavailable
Automation

Tokopedia Unofficial MCP Skill

Use Tokopedia MCP tools to find, compare, and evaluate products, reviews, and shops for informed online shopping decisions.

Registry SourceRecently Updated
2581Profile unavailable
Automation

Buy from Amazon — Search, Cart & Order for AI Agents

Need to buy something from Amazon? Search and shop on Amazon.com — compare prices and ratings, add items to cart, and place real orders shipped to any US add...

Registry SourceRecently Updated
1.5K12Profile unavailable