@karvin2c/feishu
v2026.2.6
Published
OpenClaw Feishu (Lark) channel plugin
Downloads
507
Maintainers
Readme
@karvin2c/feishu
Feishu (Lark) channel plugin for OpenClaw. Connects via Feishu Open Platform event subscription and messaging APIs.
Install (local checkout)
openclaw plugins install ./extensions/feishuInstall (npm / pnpm)
pnpm add @karvin2c/feishu
# or
npm install @karvin2c/feishuThen register the plugin in your OpenClaw config (e.g. plugins.paths or plugins.packages) or run onboarding and select Feishu.
Via CLI (if your config points at npm):
openclaw plugins install @karvin2c/feishuConfig
{
channels: {
feishu: {
enabled: true,
appId: "cli_xxx",
appSecret: "xxx",
dm: { allowFrom: ["ou_xxx"] }
}
}
}Or use env for the default account: FEISHU_APP_ID, FEISHU_APP_SECRET.
Event subscription
Set the Feishu app request URL to https://<your-gateway>/feishu/events, add event im.message.receive_v1. See Feishu channel setup for full setup.
