Connect OpenClaw in Wuying JVS Mobile to DingTalk or Feishu so that IM users can control OpenClaw and run tasks through chat.
Prerequisites
Before you begin, ensure that you have:
A Wuying JVS Mobile node. For more information, see Quick start for Wuying JVS Mobile
DingTalk integration
Step 1: Create an application
-
Log on to the DingTalk Open Platform.
NoteSelect an organization where you have developer permissions, or click Get Developer Permissions.
To create an organization, scan the QR code below with the DingTalk app.

In the top navigation bar, click Application development. On the DingTalk application page, find Create an OpenClaw bot application in one click to start your intelligent collaboration journey, and then click Create now.
Step 2: Create a bot
On the Create OpenClaw bot page, fill in the required information and click OK.
Record the Client ID and Client Secret for the OpenClaw bot.
On the DingTalk application page, select the application you just created. In the left-side navigation pane, choose Bot.
On the bot configuration page, set Message receiving mode to Stream mode, and click Publish.
Step 3: Publish the application
After you publish the application, members of your organization can find and use the bot in DingTalk.
In the left-side navigation pane, choose Version management and publishing, and then click Create new version.
Complete the configuration, then click Save at the bottom of the page to publish the version.
Step 4: Configure OpenClaw access
In an OpenClaw conversation, run the following commands to configure the Client ID and Client Secret for the DingTalk channel.
openclaw plugins enable dingtalk-connector
openclaw config set channels.dingtalk-connector.clientId <clientId>
openclaw config set channels.dingtalk-connector.clientSecret <clientSecret>
openclaw restart
Step 5: Verify the configuration
Interact with the bot in a group chat
-
Open the DingTalk client and go to any group chat.
If you use an existing group chat, make sure it belongs to the same organization where you created the bot.
If you create a new group chat, select the same organization where you created the bot.
Click Group settings in the upper-right corner, and then choose Bot.
In the Bot management module, select
Add Bot.On the Add bot page, search for the bot you published and click it to add.
After adding the bot, @mention it in the group to receive an automatic reply.
Interact with the bot in a direct message
In the DingTalk search bar, enter your bot's name to start a conversation.
Send a message to the bot.
Feishu integration
Step 1: Create a Feishu application
Log on to the Feishu Open Platform and click Create custom app.
In the left-side navigation pane, click Credentials and basic information and record the App ID and App Secret.
Step 2: Add a bot and subscribe to events
In the left-side navigation pane, choose Add app features. Under the Bot card, click Add.
-
In the left-side navigation pane, click Events and callbacks, click Add event, and subscribe to the following events:
im.message.receive_v1im.message.reaction.created_v1im.message.reaction.deleted_v1application.bot.menu_v6
Step 3: Set permissions and publish
-
In the left-side navigation pane, click Permission management, click Bulk import/export permissions, and enter the following code:
{ "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"] } } In the left-side navigation pane, go to Version management and publishing and publish the application.
Step 4: Configure OpenClaw access
In an OpenClaw conversation, run the following commands to configure the App ID and App Secret for the Feishu channel.
openclaw plugins enable feishu
openclaw config set channels.feishu.accounts.main.appId <appId>
openclaw config set channels.feishu.accounts.main.appSecret <appSecret>
openclaw restart
Step 5: Verify the configuration
In the Feishu client, search for your bot.
Send a message to the bot.