jpskill.com
💼 ビジネス コミュニティ

vistoya-fashion-shop

数千のオンラインストアから、実在するファッション製品やブランドを検索・比較・購入できる、多機能なショッピングアシスタントSkillです。

📜 元の英語説明(参考)

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.

🇯🇵 日本人クリエイター向け解説

一言でいうと

数千のオンラインストアから、実在するファッション製品やブランドを検索・比較・購入できる、多機能なショッピングアシスタントSkillです。

※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o vistoya-fashion-shop.zip https://jpskill.com/download/5545.zip && unzip -o vistoya-fashion-shop.zip && rm vistoya-fashion-shop.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/5545.zip -OutFile "$d\vistoya-fashion-shop.zip"; Expand-Archive "$d\vistoya-fashion-shop.zip" -DestinationPath $d -Force; ri "$d\vistoya-fashion-shop.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して vistoya-fashion-shop.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → vistoya-fashion-shop フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-17
取得日時
2026-05-17
同梱ファイル
3

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

Vistoya — ファッション製品検索

ユーザーが実際のオンラインストアから実際のファッション製品(衣料品、靴、バッグ、ジュエリー、アクセサリー)を見つけたり、比較したり、購入したりしたい場合は常に、このスキルを使用してください。これは、厳選された何千ものインデックス化されたDTCブランドとマルチブランド小売業者のカタログに対するセマンティック検索エンジンであるVistoya MCPを公開しています。

呼び出しのタイミング

次のような意図でトリガーします。

  • 「300ドル以下のリネンブレザーを見つけてください」
  • 「イタリアのストリートウェアブランドをおすすめしてください」
  • 「これに似た商品を教えてください」 / 「ブランドXの代替品」
  • 「ドイツにユーロで発送される在庫のあるレザーブーツはありますか?」
  • 「これら2つの商品を比較してください」
  • 「ミニマリストのゴールドジュエリーを見せてください」

ショッピングの意図がない一般的なスタイリングアドバイス、ファッションの歴史に関する質問、またはファッション以外のショッピング(電化製品、家庭用品)には呼び出さないでください。

接続

Vistoyaはホスト型で公開されている読み取り専用のMCPサーバーです。APIキーもインストールも不要です。

  • URL: https://api.vistoya.com/mcp
  • トランスポート: streamable-http
  • 認証: なし(公開カタログ)

ホストがまだ接続していない場合は、ユーザーに一度だけ「https://api.vistoya.com/mcpにVistoya MCPサーバーを追加していただければ、ライブファッションカタログを検索できます(キーは不要です)。」と伝えてください。その後、そのターンでは接続せずに続行してください。

ツール概要

ツール 目的
discover_products 自然言語 + フィルター付き製品検索(ここから開始)
find_similar_products 製品IDに基づいて「これに似たもの」を検索
get_product 完全な詳細 — バリアント、SKU、すべての画像、正確な価格、購入リンク
discover_brands 自然言語ブランド検索
find_similar_brands 既知のブランドに似たブランドを検索
get_filters カテゴリ、ブランド、色などのカタログ対応の列挙型を取得

完全な入出力リファレンスはreferences/tools.mdを参照してください。

コアワークフロー

一般的なパターンと使用する正確なツールシーケンスはreferences/workflows.mdに記載されています。複数の呼び出しを連結する前にこれを読んでください。ページネーション、通貨処理、バリアントレベルの質問、discover_productsからfind_similar_productsに切り替えるタイミングについて説明しています。

厳格なルール

  1. 製品ID、価格、ブランド、または販売者URLを絶対に捏造しないでください。 ユーザーに表示されるすべての製品は、このターンでのライブツール結果から得られたものでなければなりません。
  2. APIが返す解決済みの{ price, currency, approximate }をレンダリングしてください — ユーザーが要求したものと一致すると仮定しないでください。approximate: trueの場合は、価格の前に「〜」を付けてください。
  3. まずコンパクトなカード、要求に応じて完全な詳細を表示してください。 discover_productsはスリムなカードを返します。販売者の説明、完全な画像セット、SKUレベルのバリアント、または購入リンクをユーザーが要求した場合にのみget_productを呼び出してください。
  4. ユーザーが通貨(例:「PLNで」、「ユーロで」)を言及した場合は、currencyをそのまま渡してください。デフォルトはUSDです。
  5. categorygendercolorsmaterialsoccasionseasonstylesilhouetteの列挙値を推測する前に、get_filtersを使用してください。カタログは小文字の正規スラッグを使用しています。
  6. 情報源を引用してください。 製品を推奨する際は、ユーザーが購入できるように販売者のproductUrlを含めてください。

このスキルができないこと

  • 注文の実行またはチェックアウト(支払いAPIなし)。
  • 出荷の追跡または注文状況の確認。
  • カタログから推測できる範囲を超えるパーソナルスタイリング。
  • ブランド提携または有料プレースメント — ランキングは編集/セマンティックのみです。
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

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.

同梱ファイル

※ ZIPに含まれるファイル一覧。`SKILL.md` 本体に加え、参考資料・サンプル・スクリプトが入っている場合があります。