/ ディレクトリ / プレイグラウンド / Shopify Agent Skills
● 公式 Shopify ⚡ 即起動

Shopify Agent Skills

作者 Shopify · Shopify/agent-skills

Official Shopify agent skills — API context, docs search, and code validation for Shopify surfaces.

Shopify Agent Skills is a skill that official shopify agent skills — api context, docs search, and code validation for shopify surfaces Use it from Claude Code, Cursor, Codex, or any MCP-compatible / skills-compatible agent.

なぜ使うのか

主な機能

ライブデモ

実際の動作

shopify-agent-skills.replay ▶ 準備完了
0/0

インストール

クライアントを選択

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "shopify-agent-skills": {
      "command": "npx",
      "args": [
        "skills",
        "install",
        "Shopify/agent-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop → Settings → Developer → Edit Config を開く。保存後、アプリを再起動。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "shopify-agent-skills": {
      "command": "npx",
      "args": [
        "skills",
        "install",
        "Shopify/agent-skills"
      ],
      "_inferred": true
    }
  }
}

Cursor は Claude Desktop と同じ mcpServers スキーマを使用。プロジェクト設定はグローバルより優先。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "shopify-agent-skills": {
      "command": "npx",
      "args": [
        "skills",
        "install",
        "Shopify/agent-skills"
      ],
      "_inferred": true
    }
  }
}

Cline サイドバーの MCP Servers アイコンをクリックし、"Edit Configuration" を選択。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "shopify-agent-skills": {
      "command": "npx",
      "args": [
        "skills",
        "install",
        "Shopify/agent-skills"
      ],
      "_inferred": true
    }
  }
}

Claude Desktop と同じ形式。Windsurf を再起動して反映。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "shopify-agent-skills",
      "command": "npx",
      "args": [
        "skills",
        "install",
        "Shopify/agent-skills"
      ]
    }
  ]
}

Continue はマップではなくサーバーオブジェクトの配列を使用。

~/.config/zed/settings.json
{
  "context_servers": {
    "shopify-agent-skills": {
      "command": {
        "path": "npx",
        "args": [
          "skills",
          "install",
          "Shopify/agent-skills"
        ]
      }
    }
  }
}

context_servers に追加。保存時に Zed がホットリロード。

claude mcp add shopify-agent-skills -- npx skills install Shopify/agent-skills

ワンライナー。claude mcp list で確認、claude mcp remove で削除。

ユースケース

実用的な使い方: Shopify Agent Skills

Use Shopify Agent Skills for its core workflow

👤 Engineers and power users ⏱ ~15 min intermediate

使うタイミング: You want skill integration for skill work without writing glue code.

前提条件
  • Repo installed / cloned — See repo README
フロー
  1. Install
    Set up the Shopify Agent Skills skill.✓ コピーしました
    → skill listed in your agent config
  2. Invoke
    Use Shopify Agent Skills to run a representative task in skill.✓ コピーしました
    → Tool call succeeds; result returned

結果: Real skill work completed via Shopify Agent Skills with one chat.

注意点
  • Auth/credential setup is the most common blocker. — Follow the repo README for env vars and tokens.
組み合わせ: filesystem

組み合わせ

他のMCPと組み合わせて10倍の力を

shopify-agent-skills + filesystem

Pair with filesystem for skill workflows that need local file IO.

Use Shopify Agent Skills together with filesystem.✓ コピーしました

ツール

このMCPが提供する機能

ツール入力呼び出すタイミングコスト
primary_call task-specific For the main use case Varies

コストと制限

運用コスト

APIクォータ
Provider rate limits apply
呼び出しあたりのトークン
Varies
金額
Free / pay provider directly
ヒント
Cache results; batch calls.

セキュリティ

権限、シークレット、影響範囲

認証情報の保管: Use environment variables or your OS keychain.
データ送信先: Depends on integration

トラブルシューティング

よくあるエラーと対処法

Confirm install and restart your agent.

その他

リソース

📖 GitHub の公式 README を読む

🐙 オープンな issue を見る

🔍 400以上のMCPサーバーとSkillsを見る