mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-19 18:39:20 -05:00
833 B
833 B
@openclaw/feishu
Feishu/Lark channel plugin for OpenClaw (WebSocket bot events).
Install (local checkout)
openclaw plugins install ./extensions/feishu
Install (npm)
openclaw plugins install @openclaw/feishu
Onboarding: select Feishu/Lark and confirm the install prompt to fetch the plugin automatically.
Config
{
channels: {
feishu: {
accounts: {
default: {
appId: "cli_xxx",
appSecret: "xxx",
domain: "feishu",
enabled: true,
},
},
dmPolicy: "pairing",
groupPolicy: "open",
blockStreaming: true,
},
},
}
Lark (global) tenants should set domain: "lark" (or a full https:// domain).
Restart the gateway after config changes.