Channels: add Feishu/Lark support

This commit is contained in:
Josh Palmer
2026-02-03 14:27:13 -08:00
parent 4027b3583e
commit 2483f26c23
14 changed files with 1966 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
{
"name": "@openclaw/feishu",
"version": "2026.2.2",
"description": "OpenClaw Feishu channel plugin",
"type": "module",
"devDependencies": {
"openclaw": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "feishu",
"label": "Feishu",
"selectionLabel": "Feishu (Lark Open Platform)",
"detailLabel": "Feishu Bot",
"docsPath": "/channels/feishu",
"docsLabel": "feishu",
"blurb": "Feishu/Lark bot via WebSocket.",
"aliases": [
"lark"
],
"order": 35,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@openclaw/feishu",
"localPath": "extensions/feishu",
"defaultChoice": "npm"
}
}
}