すべてのプロダクト
Search
ドキュメントセンター

Cloud Phone:Wuying JVS Mobile と IM プラットフォームの統合

最終更新日:Jul 07, 2026

Wuying JVS Mobile の OpenClaw を DingTalk または Feishu に接続すると、IM ユーザーはチャットを通じて OpenClaw を制御し、タスクを実行できます。

概要

OpenClaw は DingTalk と Feishu との統合をサポートしています。統合ワークフローはどちらのプラットフォームでも同様で、手順は以下のとおりです。

  1. IM プラットフォームでアプリケーションを作成し、ボットを設定します。

  2. OpenClaw にチャネルの認証情報を設定します。

  3. ボットがメッセージに応答することを確認します。

DingTalk との統合

手順1:アプリケーションの作成

  1. DingTalk Open Platform にログインします。

    説明
    • 開発者権限を持つ組織を選択するか、 [Get Developer Permissions] をクリックします。

    • 組織を作成するには、DingTalk アプリで以下の QR コードをスキャンします。image

  2. 上部メニューで [Application development] をクリックします。[DingTalk application] ページで、[Create an OpenClaw bot application in one click to start your intelligent collaboration journey] を見つけ、[Create now] をクリックします。

手順2:ボットの作成

  1. [Create OpenClaw bot] ページで、必要な情報を入力し、[OK] をクリックします。

  2. OpenClaw ボットの [Client ID][Client Secret] を控えます。

  3. [DingTalk application] ページで、先ほど作成したアプリケーションを選択します。左側メニューで、[Bot] を選択します。

  4. ボット設定ページで、[Message receiving mode][Stream mode] に設定し、[Publish] をクリックします。

手順3:アプリケーションの公開

アプリケーションを公開すると、組織のメンバーは DingTalk でボットを見つけて使用できます。

  1. 左側メニューで [Version management and publishing] を選択し、[Create new version] をクリックします。

  2. 設定を完了し、ページ下部にある [Save] をクリックしてバージョンを公開します。

手順4:OpenClaw アクセスの設定

OpenClaw の対話で、以下のコマンドを実行して DingTalk チャネルのクライアント ID とクライアントシークレットを設定します。

openclaw plugins enable dingtalk-connector
openclaw config set channels.dingtalk-connector.clientId <clientId>
openclaw config set channels.dingtalk-connector.clientSecret <clientSecret>
openclaw restart

手順5:設定の検証

グループチャットでのボットとの対話

  1. DingTalk クライアントを開き、任意のグループチャットに移動します。

    • 既存のグループチャットを使用する場合、そのグループチャットがボットを作成した組織と同じ組織に属していることを確認してください。

    • 新しいグループチャットを作成する場合、ボットを作成した組織と同じ組織を選択してください。

  2. 右上隅の [Group settings] をクリックし、[Bot] を選択します。

  3. ボット管理モジュールで、[ボットの追加] を選択します。

  4. [Add bot] ページで、公開したボットを検索し、クリックして追加します。

  5. ボットを追加した後、グループでボットに @メンションすると、自動返信が届きます。

ダイレクトメッセージでのボットとの対話

  1. DingTalk の検索バーにボットの名前を入力して、対話を開始します。

  2. ボットにメッセージを送信します。

Feishu との統合

手順1:Feishu アプリケーションの作成

  1. Feishu Open Platform にログインし、[Create custom app] をクリックします。

  2. 左側メニューで [Credentials and basic information] をクリックし、[App ID][App Secret] を控えます。

手順2:ボットの追加とイベントのサブスクライブ

  1. 左側メニューで [Add app features] を選択します。[Bot] カードの下にある [Add] をクリックします。

  2. 左側メニューで [Events and callbacks] をクリックし、[Add event] をクリックして、以下のイベントをサブスクライブします:

    • im.message.receive_v1

    • im.message.reaction.created_v1

    • im.message.reaction.deleted_v1

    • application.bot.menu_v6

手順3:権限の設定と公開

  1. 左側メニューで [Permission management] をクリックし、[Bulk import/export permissions] をクリックして、以下のコードを入力します:

    {
     "scopes": {
     "tenant": [
     "aily:file:read",
     "aily:file:write",
     "application:application.app_message_stats.overview:readonly",
     "application:application:self_manage",
     "application:bot.menu:write",
     "cardkit:card:write",
     "contact:user.employee_id:readonly",
     "corehr:file:download",
     "docs:document.content:read",
     "event:ip_list",
     "im:chat",
     "im:chat.access_event.bot_p2p_chat:read",
     "im:chat.members:bot_access",
     "im:message",
     "im:message.group_at_msg:readonly",
     "im:message.group_msg",
     "im:message.p2p_msg:readonly",
     "im:message:readonly",
     "im:message:send_as_bot",
     "im:resource",
     "sheets:spreadsheet",
     "wiki:wiki:readonly"
     ],
     "user": ["aily:file:read", "aily:file:write", "im:chat.access_event.bot_p2p_chat:read"]
     }
    }
  2. 左側メニューで [Version management and publishing] に移動し、アプリケーションを公開します。

手順4:OpenClaw アクセスの設定

OpenClaw の対話で、以下のコマンドを実行して Feishu チャネルのアプリ ID と App シークレットを設定します。

openclaw plugins enable feishu
openclaw config set channels.feishu.accounts.main.appId <appId>
openclaw config set channels.feishu.accounts.main.appSecret <appSecret>
openclaw restart

手順5:設定の検証

  1. Feishu クライアントで、ボットを検索します。

  2. ボットにメッセージを送信します。