Feishu

YouClaw can send reminders, notifications, and AI conversation summaries through a Feishu (Lark) Bot. Once connected, you can receive messages from YouClaw directly in Feishu, and also chat with YouClaw from Feishu.

Connect a Feishu Bot

Step 1: Create a Feishu App

  1. Go to the Feishu Open Platform and log in
  2. Create a new Custom App
  3. In Credentials & Basic Info, find your App ID and App Secret
  4. Under Bot capabilities, enable the bot feature
  5. Under Permissions, grant the following permissions:
    • im:message — send and receive messages
    • im:message.group_at_msg — receive group @mentions
    • im:resource — access message resources

Step 2: Enable WebSocket (Long Connection)

  1. In your app settings, go to Event Subscriptions
  2. Choose WebSocket as the connection mode — this allows YouClaw to receive messages via a persistent connection without deploying a public webhook
  3. Subscribe to the im.message.receive_v1 event

Step 3: Configure in YouClaw

Open YouClaw Settings > Channels > Feishu and enter:

App ID: your-app-id
App Secret: your-app-secret

Click Test Connection. If you receive a test message in Feishu, the setup is complete.

Supported Features

Scheduled Reminders

Set reminders using natural language. YouClaw sends them via Feishu when the time comes:

User: Remind me about the team standup every day at 10 AM
AI: Got it! I'll remind you via Feishu every day at 10:00

Task Notifications

When YouClaw finishes a background task, it notifies you of the result through Feishu.

Two-Way Conversations

You can chat with YouClaw directly in Feishu — send messages to the bot and receive AI-powered replies. The bot supports both plain text and rich text (post) messages.

Processing Indicators

When YouClaw is processing your message, a typing indicator (reaction) is shown on your message, and automatically removed when the response is ready.

Message Formats

YouClaw intelligently selects the best message format for Feishu:

FormatWhen UsedExample
Rich Text (Post)Regular text responsesSummaries, reminders, explanations
Interactive CardResponses with code blocks or tablesCode snippets, data analysis results

Group Chat Support

YouClaw supports Feishu group chats. Add the bot to a group and @mention it to start a conversation:

@YouClaw What were the action items from yesterday's meeting?

The bot will respond in the group with the AI-generated reply.

FAQ

Not receiving messages?

  1. Verify that the App ID and App Secret are correct
  2. Make sure WebSocket mode is enabled and the im.message.receive_v1 event is subscribed
  3. Click Test Connection in YouClaw settings to check connectivity
  4. Confirm the app has the necessary permissions

Can I use it in group chats?

Yes. Add the bot to a Feishu group, then @mention the bot to interact. The bot handles both 1:1 and group messages.

How do I stop certain notifications?

Go to YouClaw Settings > Channels > Feishu > Notification Preferences to toggle different notification categories on or off.