jpskill.com
🛠️ 開発・MCP コミュニティ 🔴 エンジニア向け 👤 エンジニア・AI開発者

🛠️ BuywhereプロダクトCatalog

buywhere-product-catalog

AIショッピングエージェントに、商品の検索、価格の

⏱ コードレビュー 1時間 → 10分

📺 まず動画で見る(YouTube)

▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗

※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。

📜 元の英語説明(参考)

Use BuyWhere's MCP and API surfaces to add product search, price comparison, and deal discovery to AI shopping agents.

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

一言でいうと

AIショッピングエージェントに、商品の検索、価格の

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

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

🎯 この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
同梱ファイル
1

💬 こう話しかけるだけ — サンプルプロンプト

  • Buywhere Product Catalog を使って、最小構成のサンプルコードを示して
  • Buywhere Product Catalog の主な使い方と注意点を教えて
  • Buywhere Product Catalog を既存プロジェクトに組み込む方法を教えて

これをClaude Code に貼るだけで、このSkillが自動発動します。

📖 Claude が読む原文 SKILL.md(中身を展開)

この本文は AI(Claude)が読むための原文(英語または中国語)です。日本語訳は順次追加中。

BuyWhere Product Catalog

Overview

BuyWhere gives AI agents a product-catalog surface for shopping flows, price comparison, and deal discovery. Use this skill when you want an agent to connect product search or merchant-aware commerce actions through BuyWhere's MCP setup path or API onboarding flow.

The safest public starting points are the live developer portal, API key signup flow, MCP guide, and the official Cursor plugin repository.

When to Use This Skill

  • Use when you want to add structured product search to an AI shopping or recommendation agent.
  • Use when the user asks for BuyWhere MCP setup in Cursor, Claude Desktop, or a custom agent runtime.
  • Use when you need a concrete onboarding path for BuyWhere API keys, MCP configuration, or plugin discovery.

How It Works

Step 1: Choose the integration surface

Start from the public BuyWhere entry point that matches the user's setup:

  • Developer portal: https://buywhere.ai/developers/
  • API key signup: https://buywhere.ai/api-keys/
  • MCP integration guide: https://api.buywhere.ai/docs/guides/mcp
  • Cursor plugin repo: https://github.com/BuyWhere/buywhere-cursor-plugin

Step 2: Confirm the user's runtime

Ask which host the user is integrating with before giving setup instructions:

  • Cursor or another MCP-capable coding assistant
  • Claude Desktop
  • A custom MCP client
  • A direct REST API integration

Do not assume the same config file or launch command works across all hosts.

Step 3: Guide the first successful connection

Prefer a minimal first-run path:

  1. Get a BuyWhere API key.
  2. Follow the MCP or plugin setup path for the host runtime.
  3. Run one simple product-search request before expanding to comparison or deal workflows.

Step 4: Expand into commerce workflows

Once the first query works, help the user branch into the next layer:

  • product search and discovery
  • price comparison across merchants
  • deal discovery flows
  • shopping-agent orchestration that routes users to merchant destinations

Examples

Example 1: Cursor plugin discovery

Use BuyWhere Product Catalog to help me connect BuyWhere inside Cursor and verify one product-search query.

Example 2: MCP onboarding

Use BuyWhere Product Catalog to set up BuyWhere MCP for my shopping agent and keep the first test minimal.

Best Practices

  • ✅ Start from the live developer portal or API key flow before giving configuration details.
  • ✅ Keep the first proof of integration to one successful query.
  • ✅ Ask which MCP host or API runtime the user is using.
  • ❌ Do not claim a specific product-count or retailer-count unless you have current runtime evidence.
  • ❌ Do not send users to deprecated or broken documentation surfaces when a working public page exists.

Limitations

  • This skill does not replace environment-specific validation inside the target MCP host or API client.
  • Public BuyWhere surfaces can change, so re-check live URLs when precise setup details matter.

Security & Safety Notes

  • Treat API keys as secrets. Use placeholders in examples and never paste live credentials into chat, docs, or screenshots.
  • Confirm the user's target host before suggesting filesystem paths, launch commands, or local config edits.

Common Pitfalls

  • Problem: The user wants BuyWhere setup help but has not created an API key yet. Solution: Start at https://buywhere.ai/api-keys/ and only move to config after that step is complete.

  • Problem: A documentation hostname is unavailable. Solution: Prefer the live developer portal, API key flow, MCP guide on api.buywhere.ai, and the official GitHub plugin repo.

Related Skills

  • @api-design-principles - Use when the user needs API-shape guidance around a commerce integration.
  • @mcp-builder - Use when the user is building or extending an MCP server rather than consuming one.