settings.json

syncClaudeAiSkills

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

claude.ai で有効にしたスキルのダウンロードをオフにします。

既定値: unset, so a non-interactive run with CLAUDE_CODE_SYNC_SKILLS set downloads the skills

記述例

{
  "syncClaudeAiSkills": false
}

使い方・用途

  • デフォルト値は未設定(CLAUDE_CODE_SYNC_SKILLS を設定して -p フラグで非対話モードを実行するとダウンロードされます)
  • false に設定するとダウンロードを停止し、既に同期されたスキルを非表示にします
  • true は未設定と同じで、同期をオンにしません
  • 管理設定で優先されます
英語原文(公式ドキュメントより)

Turn off the download of the [skills you enable on claude.ai](/docs/en/skills#how-synced-skills-behave). Claude Code downloads them into ~/.claude/skills/synced/ when you run it in [non-interactive mode](/docs/en/headless) with the -p flag and [CLAUDE_CODE_SYNC_SKILLS](/docs/en/env-vars#variables) set. Set false to stop that download and hide the skills it already synced. Claude Code honors only false: true is the same as unset and doesn't turn syncing on.

関連する変更履歴

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 で有効化したスキルやプラグインを再設定なしでそのまま利用できる。