openclaw - 💡(How to fix) Fix 飞书官方插件加载失败 - feishu-openclaw-plugin error 状态 [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#49469Fetched 2026-04-08 00:54:55
View on GitHub
Comments
1
Participants
2
Timeline
1
Reactions
0
Timeline (top)
commented ×1

Error Message

飞书官方插件 @larksuiteoapi/feishu-openclaw-plugin 无法加载,状态显示为 error。 │ @larksuiteoapi/feishu-openclaw-plugin │ error │

Code Example

│ @larksuiteoapi/feishu-openclaw-plugin │ error │

---

plugins.entries.feishu-openclaw-plugin: plugin not found: feishu-openclaw-plugin
RAW_BUFFERClick to expand / collapse

问题描述

飞书官方插件 @larksuiteoapi/feishu-openclaw-plugin 无法加载,状态显示为 error

环境信息

  • OpenClaw 版本: 2026.3.13 (61d171a)
  • 插件版本: feishu-openclaw-plugin 2026.3.8
  • 操作系统: Linux 5.15.0-144-generic (x64)
  • Node 版本: v24.14.0

错误现象

│ @larksuiteoapi/feishu-openclaw-plugin │ error │

配置警告:

plugins.entries.feishu-openclaw-plugin: plugin not found: feishu-openclaw-plugin

已尝试的解决方案

  1. ✅ 删除插件目录后重新安装
  2. ✅ 清理配置后重新安装
  3. ✅ 重启 Gateway
  4. ❌ 插件仍然无法加载

安全警告

安装时检测到危险代码模式:

  • Environment variable access combined with network send(可能窃取凭证)
  • Shell command execution detected (child_process)

影响

  • OAuth 授权卡片无法发送
  • 无法使用高级功能(文档编辑、日历管理、任务管理)
  • 只能使用内置飞书插件的基础功能

期望行为

官方插件能够正常加载,OAuth 授权流程正常工作。

临时解决方案

使用内置飞书插件(feishu),基础功能正常但缺少高级功能。


优先级: 中 影响范围: 所有使用飞书官方插件的用户

extent analysis

Fix Plan

To resolve the issue with the @larksuiteoapi/feishu-openclaw-plugin not loading, we will attempt to manually install the plugin and configure the environment variables.

Step-by-Step Solution

  1. Uninstall the existing plugin:

npm uninstall @larksuiteoapi/feishu-openclaw-plugin

2. **Install the plugin manually**:
   ```bash
npm install @larksuiteoapi/[email protected]
  1. Configure environment variables: Ensure that the NODE_ENV variable is set to production to prevent development mode issues.

export NODE_ENV=production

4. **Restart the Gateway**:
   Restart the Gateway service to apply the changes.
   ```bash
sudo systemctl restart gateway
  1. Verify plugin installation: Check the plugin directory to ensure it exists and is correctly installed.

ls node_modules/@larksuiteoapi/feishu-openclaw-plugin


### Verification
To verify that the fix worked, check the plugin status:
```bash
@larksuiteoapi/feishu-openclaw-plugin

It should display a status other than error. Additionally, test the OAuth authorization flow and high-level features to ensure they are working as expected.

Extra Tips

  • Regularly update the @larksuiteoapi/feishu-openclaw-plugin to the latest version to prevent compatibility issues.
  • Monitor the plugin's security warnings and address any potential vulnerabilities.
  • Consider implementing additional security measures, such as input validation and secure coding practices, to prevent similar issues in the future.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix 飞书官方插件加载失败 - feishu-openclaw-plugin error 状态 [1 comments, 2 participants]