• Projects
  • Service
  • About
  • branding.bz
  • Podcast
  • Tips
  • FAQ
  • Recruit
  • Download
  • Contact
  • branding.bz(ブランド構築SaaS)
  • DESIGN NOW(デザインメディア)
  • X
  • LinkedIn
  • Spotify
  • Facebook

213-0011 神奈川県川崎市高津区久本3-6-7-303

© 2026 ID INC. All rights reserved

claude-skills/スキル
SKILLKnowledge Workproductivity

ai-tools-setup

プラグイン
desktop-commander
ソース
GitHub で見る ↗
説明

Desktop Commander を使って Claude Desktop と MCP(外部機能を提供するプログラム)サーバーの設定、接続、検証、修復を行えます。mcp.json や claude_desktop_config.json といった設定ファイルの確認・修正、MCP サーバーの接続サポート、ローカル AI ツール(パソコン内で動作する AI 機能)の診断が可能です。 **次のような場合に使用:** - ユーザーが Claude Desktop、MCP サーバー、MCP 設定ファイル、またはローカル AI エージェント(AI タスク実行者)やゲートウェイ(仲介役)のインストール、設定、接続、検証、修復を望んでいる場合 **トラブル対応例:** 「Claude が私のツールを認識しない」「MCP サーバーが表示されない」「Claude でツールが読み込まれない」「MCP サーバーを追加したい」「MCP が接続しない」「Claude Desktop の設定を修正したい」「エージェントが応答しない」「Ollama(ローカル AI 実行環境)や LM Studio を接続したい」「Claude Desktop を再起動したい」といった症状が報告された場合にも対応できます。 また、OpenClaw や Hermes といったローカル AI エージェント用の仲介ツールにも対応しています。

原文を表示

Set up, connect, validate, and repair Claude Desktop and MCP servers using Desktop Commander — inspecting and fixing mcp.json / claude_desktop_config.json, getting MCP servers to connect, and diagnosing local AI tooling. Use when a user wants to install, configure, connect, validate, or fix Claude Desktop, an MCP server, an MCP config file, or a local AI agent/gateway. Trigger on the symptoms that actually bring people in: "Claude can't see my tools", "my MCP server isn't showing up", "tools aren't loading in Claude", "add an MCP server", "my MCP isn't connecting", "fix my Claude Desktop config", "the agent won't respond", "wire up Ollama / LM Studio", "restart Claude Desktop". Also covers local agent gateways like OpenClaw and Hermes.

ユースケース
  • Claude Desktop と MCP サーバーを設定する
  • MCP サーバーの接続を検証・修復する
  • 設定ファイルを確認・修正する
  • ローカル AI ツールを診断する
  • MCP 接続トラブルを対応する
本文(日本語訳)

AI ツール設定アシスタント

デスクトップ・コマンダー(ファイルとターミナル操作ツール)を使って、ユーザーが自分のコンピュータ上で AI ツールをインストール、設定、修復するのを支援します。ほとんどの場合、きれいな新規インストールではなく設定の調整と問題解決が中心になります。すでに何かが存在していて、半分壊れているかもしれないと考えてください。

重要なルール(何をする前に読んでください)

  1. 最初に OS とシェル(コマンド入力環境)を確認する

    • get_config を読み込み、その中の systemInfo と allowedDirectories を確認してください
    • ファイルパス、コマンド、設定ファイルの場所は macOS・Windows・Linux で異なるため、何かを仮定する前に必ずプラットフォームを確認してください
  2. 設定を進める前に、モデル / API キーが機能することを確認する

    • これらのセッションが行き止まりになる最も一般的な原因は、多くの設定作業の後で初めて見つかる認証またはアカウント残高エラーです
    • start_process(プロバイダへの簡単な確認リクエスト)で早めに小さなテストを実行し、キーが無効または残高不足の場合は、ユーザーにはっきり伝えてください
  3. エラーを翻訳し、そのまま丸投げしない

    • ツールが生の JSON / HTTP エラーを返したときは、1 行で意味と次のアクションを説明してください
    • モデルが見つからない、廃止されている、リクエスト制限を超えている、またはツール呼び出しに対応していない場合は、同じことを何度も試すのではなく、実際に動作する別の選択肢を提案してください
  4. 秘密情報(API キーなど)を絶対に繰り返し表示しない

    • API キー、トークン、パスワードは「適切な設定ファイルまたは .env ファイルに入力される」べきであり、チャットで繰り返し表示してはいけません
    • ユーザーが実際に使用中の秘密情報を貼り付けてきた場合は、警告し、それを使用した上で、不安全に共有されたのであれば再発行を提案してください
    • 出力、ログ、サマリーに含まれる秘密情報は必ずマスクしてください
  5. 編集の前にバックアップを取る

    • start_process を使って設定ファイルをまず .bak にコピーしてください(cp file.json file.json.bak、Windows の場合は copy)
    • その後 edit_block で変更を加えれば、既存のエントリが保護されます
    • 新規作成ファイルの場合だけ write_file を使ってください
    • 編集後は必ず start_process で JSON を解析して検証してください
  6. 確認してから完了とする

    • 変更後、実際に機能したか確認してください
    • list_processes でプロセスが実行されているか確認し、start_process(lsof / netstat)でポートがリッスンしているか確認し、クライアントが再接続してツール一覧が表示されるか確認してください
    • 推測で成功を宣言しないでください
  7. 繰り返し可能にする

    • 動作確認できたら、ユーザーが後で同じことを再現できるよう、手順を短いメモやスクリプトとして保存する方法を提案してください

このスキルが対応する内容

このスキルは、タスクに応じて 3 つのリファレンスファイルのいずれかに振り分けます。動作を始める前に関連ファイルを読んでください。正確なパス、コマンド、既知の問題が記載されています。

  • Claude Desktop & MCP サーバー — Claude Desktop のインストール、MCP サーバーの追加、MCP 設定ファイル(claude_desktop_config.json、.claude/mcp.json、~/.lmstudio/mcp.json など)の確認・検証・修復、接続ヘルスチェック → references/claude-desktop-mcp.md を読んでください

  • OpenClaw — AI エージェント用の自社ホスト型マルチチャネルゲートウェイ(複数の通信経路を統一管理するツール)。インストール、セットアップ、モデル/プロバイダの接続、チャネル(Telegram、Slack、iMessage など)の接続、ゲートウェイの診断、アンインストール → references/openclaw.md を読んでください

  • Hermes — 最初に確認が必要です:Hermes Agent(Nous Research 開発の自己改善型エージェントフレームワーク)か Hermes 3(Ollama で実行するローカル AI モデル)か。インストール、hermes setup --portal の実行、プロバイダの設定、パーソナリティ(SOUL.md)、メモリ/スキル、MCP、メッセージング機能の設定 → references/hermes.md を読んでください

ツールの現在の動作について確信が持てない場合は、公式ドキュメントを参照してください: OpenClaw — https://docs.openclaw.ai/ · Hermes — https://hermes-agent.nousresearch.com/docs/

一般的なワークフロー

  1. 目的とプラットフォームを明確にする

    • インストール、設定、修復のどれか?どの OS?どのツール / クライアント?
  2. 現在の状態を確認する

    • read_file で関連設定ファイルを読み込み、list_processes で関連プロセス/ポート/サービスが既に実行されているかを確認してから変更を加えてください
  3. マッチするリファレンスファイルを読む

    • 正確なパスとコマンドを確認してください
  4. 前に進む最小限の変更をする

    • 設定ファイルをバックアップしてから実行してください
  5. 結果を具体的に確認する

  6. 何が変わったか、どこで、どうやって元に戻すかをまとめる

    • 秘密情報はマスクしてください

一般的な「エージェントが応答しない」診断

OpenClaw、Hermes、またはその他のローカルエージェント/ゲートウェイの場合、この順序で確認してください:

  1. プロバイダ/認証 — 有効な API キーが有効なプロバイダ用に設定されていて、クレジットがありますか?(ほとんどの問題はここで止まります)

  2. モデル — 選択されたモデルは存在し、ツール呼び出しに対応していますか?ローカルモデルは特に対応していないことが多いです

  3. プロセス/ポート — ゲートウェイ/デーモンは実際に実行されていて、その指定ポートでリッスンしていますか?別のプロセスがそのポートを使用していませんか?

  4. 接続 — チャットクライアント / ウェブソケットの場合、接続できるがメッセージを最初に送信したときに切断されますか?通常、ネットワークの問題ではなくプロバイダ/モデルが原因です

  5. ログ — ツールのログから最後のエラーではなく最初の実エラーを読んでください

原文(English)を表示

AI Tools Setup Assistant

Help users install, configure, and repair AI tooling on their own machine using Desktop Commander's file and terminal tools. The work is usually configure-and-troubleshoot, not clean installs — assume something already exists and may be half-broken.

Golden rules (read before doing anything)

  1. Detect the OS and shell first. Read get_config and use its systemInfo and allowedDirectories — file paths, commands, and config locations differ across macOS, Windows, and Linux, so confirm the platform before assuming anything.
  2. Verify the model/API key works before you build. The most common reason these sessions dead-end is a provider auth or billing error discovered after a lot of setup work. Make one tiny test call with start_process (a quick curl to the provider) early, and tell the user plainly if the key is invalid or out of credit.
  3. Translate errors, don't dump them. When a tool returns a raw JSON/HTTP error, explain in one line what it means and what to do next. If a model is missing, deprecated, rate-limited, or doesn't support tool-calling, suggest a concrete working alternative instead of retrying the same thing.
  4. Never echo secrets. API keys, tokens, and passwords go into the right config or .env file — never repeated back in chat. If a user pastes a live secret, warn them, use it, and suggest they rotate it if it was shared insecurely. Redact secrets in any output, logs, or summaries you produce.
  5. Back up before you edit. Copy the config to a .bak first with start_process (cp file.json file.json.bak, or copy on Windows), then make the change with edit_block so existing entries survive — reach for write_file only on a from-scratch config. Validate the JSON after every edit by parsing it with start_process.
  6. Verify, then stop. After a change, actually confirm it worked — use list_processes to confirm the process is running and start_process (lsof/netstat) to confirm the port is listening, then check the client reconnected and its tools are listed. Don't declare success on a guess.
  7. Make it repeatable. Once something works, offer to save the steps as a short note or script so the user can redo it later.

What this skill covers

This skill routes to one of three reference files depending on the task. Read the relevant file before acting — they contain the exact paths, commands, and known failure modes.

  • Claude Desktop & MCP servers — installing Claude Desktop, adding MCP servers, and inspecting / validating / repairing MCP config files (claude_desktop_config.json, .claude/mcp.json, ~/.lmstudio/mcp.json, and similar). Also connection health checks. → Read references/claude-desktop-mcp.md

  • OpenClaw — a self-hosted multi-channel gateway for AI agents. Install, onboard, wire a model/provider, connect channels (Telegram, Slack, iMessage, etc.), diagnose the gateway, and uninstall. → Read references/openclaw.md

  • Hermes — disambiguate first: Hermes Agent (the Nous Research self-improving agent framework) vs. Hermes 3 (just a local LLM you run via Ollama). Install, run hermes setup --portal, configure providers, personality (SOUL.md), memory/skills, MCP, and messaging. → Read references/hermes.md

When in doubt about a tool's current behavior, fetch the official docs: OpenClaw — https://docs.openclaw.ai/ · Hermes — https://hermes-agent.nousresearch.com/docs/

General workflow

  1. Clarify the goal and platform. Install vs. configure vs. fix? Which OS? Which tool/client?
  2. Inspect current state. read_file the relevant config files and use list_processes to check whether the relevant process/port/service is already running before changing anything.
  3. Read the matching reference file for exact paths and commands.
  4. Make the smallest change that moves forward, backing up configs first.
  5. Verify the result concretely.
  6. Summarize what changed, where, and how to undo it — with secrets redacted.

A generic "my agent isn't responding" diagnostic

Use this order for OpenClaw, Hermes, or any local agent/gateway:

  1. Provider/auth — is a valid API key configured for the active provider, and does it have credit? (Most failures stop here.)
  2. Model — does the chosen model exist, and does it support tool-calling? Local models especially often don't.
  3. Process/port — is the gateway/daemon actually running and listening on its port? Is another process holding that port?
  4. Connection — for chat clients/websockets, does it connect but drop on first message? That usually points back to provider/model, not networking.
  5. Logs — read the tool's logs for the first real error, not the last one.

原文・著作権は Anthropic および各プラグイン作者に帰属します。日本語訳は Claude API による自動翻訳です。