settings.json

syncClaudeAiPlugins

boolean記述場所ユーザー設定・ローカル設定・管理者設定

claude.ai アカウントで有効化されているプラグインのダウンロードをオフにします。

既定値: 未設定。そのため claude.ai アカウントでサインインしたセッションではプラグインが同期されます。

記述例

{
  "syncClaudeAiPlugins": false
}

使い方・用途

  • claude.ai アカウントで有効化したプラグインは、claude.ai アカウントでサインインしたターミナルセッションや Cowork・クラウドセッションの開始時に ~/.claude/plugins/synced/ へダウンロードされ、<name>@synced として読み込まれます
  • このダウンロードと既に同期済みプラグインの読み込みを止めるには false を設定します。次回起動時に同期済みプラグインは ~/.claude/plugins/.trash/ へ移動され、読み込まれなくなります
  • Claude Code が尊重するのは false のみで、true は未設定と同じ扱いです。syncing が無効な環境で有効化することはできません
  • 既定値は未設定です
  • ユーザー設定のほか、組織としてはマネージド設定で同じキーを設定するか、claude.ai 側で Skills をオフにすることでも同期を止められます
  • Claude Code v2.1.273 以降が必要です
英語原文(公式ドキュメントより)

Turn off the download of the [plugins enabled for your claude.ai account](/docs/en/plugins-reference#synced-plugins). Claude Code downloads them into ~/.claude/plugins/synced/ at the start of terminal sessions where you sign in with your claude.ai account, and in Cowork and cloud sessions, and loads each one as <name>@synced. Set false to stop that download and stop loading the plugins it already synced. Claude Code honors only false: true is the same as unset and doesn't turn syncing on where it's otherwise off. Requires Claude Code v2.1.273 or later.

関連する変更履歴

v2.1.275(1件)

Added
claude.ai アカウントで有効化したスキルとプラグインを、そのアカウントでサインインしているターミナルセッションに同期するようになった。無効化するには syncClaudeAiSkills: false または syncClaudeAiPlugins: false を設定する。
英語原文を表示
Added syncing of the skills and plugins enabled on your claude.ai account to terminal sessions signed in with it; opt out with syncClaudeAiSkills: false or syncClaudeAiPlugins: false

変更前

claude.ai アカウントで有効化したスキルやプラグインは claude.ai 上と Cowork・クラウドセッションでは同期されたが、ターミナルセッションでは同期されなかった。

変更後

設定キー syncClaudeAiSkills と syncClaudeAiPlugins が追加され、claude.ai アカウントで有効化したスキルとプラグインが claude.ai でのサインイン済みターミナルセッションに自動的に同期されるようになった。オプトアウトしたければ設定で syncClaudeAiSkills: false または syncClaudeAiPlugins: false を指定する。

ユーザーへの恩恵

同じ claude.ai アカウントでサインインしたターミナルセッションでも、claude.ai で有効化したスキルやプラグインを再設定なしでそのまま利用できる。