What problem does it solve?
This Skill removes the manual effort of wiring a Feishu messaging channel into NanoClaw so you can operate Claude directly from Feishu with persistent WebSocket delivery, sender/chat metadata, and trigger handling already set up.
Core Features & Use Cases
- Deterministic Code Application: applies the NanoClaw skills package to add the Feishu channel implementation, unit tests, and npm dependency, then updates the channel barrel import for auto-registration.
- Secure Setup and Registration: walks through creating or sourcing a Feishu custom bot app, configuring FEISHU_APP_ID and FEISHU_APP_SECRET, and registering chats with or without trigger keywords.
- Real-time Messaging Support: maintains a WebSocket connection to Feishu, captures text and media placeholders, resolves sender/chat names, handles @mentions, and lets Claude respond through
sendMessage.
- Use Case: enable a Claude assistant to react to Feishu group or direct messages, log chat IDs for registration, and respond automatically without exposing a public webhook.
Quick Start
Use the add-feishu skill to apply the channel package and add FEISHU_APP_ID and FEISHU_APP_SECRET to your .env file so Claude can connect via Feishu.