2026-02-03 14:27:13 -08:00
|
|
|
{
|
|
|
|
|
"name": "@openclaw/feishu",
|
2026-03-13 01:37:52 +00:00
|
|
|
"version": "2026.3.12",
|
2026-02-05 18:26:05 +08:00
|
|
|
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
|
2026-02-03 14:27:13 -08:00
|
|
|
"type": "module",
|
2026-02-05 18:26:05 +08:00
|
|
|
"dependencies": {
|
2026-02-12 22:58:29 +01:00
|
|
|
"@larksuiteoapi/node-sdk": "^1.59.0",
|
2026-02-06 16:37:48 -08:00
|
|
|
"@sinclair/typebox": "0.34.48",
|
2026-03-11 20:10:23 +00:00
|
|
|
"https-proxy-agent": "^8.0.0",
|
2026-02-05 18:26:05 +08:00
|
|
|
"zod": "^4.3.6"
|
|
|
|
|
},
|
2026-02-03 14:27:13 -08:00
|
|
|
"openclaw": {
|
|
|
|
|
"extensions": [
|
|
|
|
|
"./index.ts"
|
|
|
|
|
],
|
|
|
|
|
"channel": {
|
|
|
|
|
"id": "feishu",
|
|
|
|
|
"label": "Feishu",
|
2026-02-05 18:26:05 +08:00
|
|
|
"selectionLabel": "Feishu/Lark (飞书)",
|
2026-02-03 14:27:13 -08:00
|
|
|
"docsPath": "/channels/feishu",
|
|
|
|
|
"docsLabel": "feishu",
|
2026-02-05 18:26:05 +08:00
|
|
|
"blurb": "飞书/Lark enterprise messaging with doc/wiki/drive tools.",
|
2026-02-03 14:27:13 -08:00
|
|
|
"aliases": [
|
|
|
|
|
"lark"
|
|
|
|
|
],
|
|
|
|
|
"order": 35,
|
|
|
|
|
"quickstartAllowFrom": true
|
|
|
|
|
},
|
|
|
|
|
"install": {
|
|
|
|
|
"npmSpec": "@openclaw/feishu",
|
|
|
|
|
"localPath": "extensions/feishu",
|
|
|
|
|
"defaultChoice": "npm"
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|