Add Feishu (飞书) channel plugin for enterprise messaging in China/International. Features: - WebSocket and Webhook connection modes - DM and group chat support with @mention gating - Inbound media support (images, files, PDFs) - Card render mode with syntax highlighting - Typing indicator via emoji reactions - Pairing flow for DM approval Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
267 B
JSON
15 lines
267 B
JSON
{
|
|
"name": "@openclaw/feishu",
|
|
"version": "2026.1.29",
|
|
"type": "module",
|
|
"description": "OpenClaw Feishu/Lark channel plugin",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@larksuiteoapi/node-sdk": "^1.30.0"
|
|
}
|
|
}
|