@opin-cli/feishu
v2026.2.10
Published
Opin Feishu/Lark channel plugin (community maintained by @m1heng)
Readme
@opin-cli/feishu
Feishu / Lark channel plugin for Opin.
Connect your Opin gateway to Feishu (Lark) — receive and reply to messages in Feishu DMs, group chats, and bots using the Lark Open Platform API.
Install
opin plugins install @opin-cli/feishuRestart the gateway after install.
Requirements
- A Feishu / Lark app (create one here)
- App ID and App Secret from the Lark Developer Console
Quick Setup
- Create an app at open.feishu.cn
- Enable Bot capability and subscribe to message events
- Configure Opin:
{
"channels": {
"feishu": {
"appId": "${FEISHU_APP_ID}",
"appSecret": "${FEISHU_APP_SECRET}"
}
}
}- Set the webhook URL in your app's Event Subscriptions to your gateway endpoint
Configuration
| Key | Type | Default | Description |
|---|---|---|---|
| appId | string | required | Lark app ID |
| appSecret | string | required | Lark app secret |
| enabled | boolean | true | Enable/disable the channel |
Features
- Receive and reply to Feishu DMs and group messages
- Rich card message support
- Webhook-based event handling
Links
License
MIT
