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
- Go to the Feishu Open Platform and log in
- Create a new Custom App
- In Credentials & Basic Info, find your App ID and App Secret
- Under Bot capabilities, enable the bot feature
- Under Permissions, grant the following permissions:
im:message— send and receive messagesim:message.group_at_msg— receive group @mentionsim:resource— access message resources
Step 2: Enable WebSocket (Long Connection)
- In your app settings, go to Event Subscriptions
- Choose WebSocket as the connection mode — this allows YouClaw to receive messages via a persistent connection without deploying a public webhook
- Subscribe to the
im.message.receive_v1event
Step 3: Configure in YouClaw
Open YouClaw Settings > Channels > Feishu and enter:
App ID: your-app-id
App Secret: your-app-secretClick 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:
| Format | When Used | Example |
|---|---|---|
| Rich Text (Post) | Regular text responses | Summaries, reminders, explanations |
| Interactive Card | Responses with code blocks or tables | Code 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?
- Verify that the App ID and App Secret are correct
- Make sure WebSocket mode is enabled and the
im.message.receive_v1event is subscribed - Click Test Connection in YouClaw settings to check connectivity
- 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.