openclaw - 💡(How to fix) Fix [Bug]: @openclaw/feishu` 和 `@martian-engineering/lossless-claw无法共存 [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#77101Fetched 2026-05-05 05:52:12
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
2
Author
Timeline (top)
labeled ×2closed ×1commented ×1

在 OpenClaw 2026.5.2 中,同时安装 @openclaw/feishu和 @martian-engineering/lossless-claw时,无论安装顺序如何,安装第二个插件时会先将前一个插件的目录改名,然后删除,导致前一个插件完全消失。两个插件无法共存。

Root Cause

在 OpenClaw 2026.5.2 中,同时安装 @openclaw/feishu和 @martian-engineering/lossless-claw时,无论安装顺序如何,安装第二个插件时会先将前一个插件的目录改名,然后删除,导致前一个插件完全消失。两个插件无法共存。

RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

在 OpenClaw 2026.5.2 中,同时安装 @openclaw/feishu和 @martian-engineering/lossless-claw时,无论安装顺序如何,安装第二个插件时会先将前一个插件的目录改名,然后删除,导致前一个插件完全消失。两个插件无法共存。

Steps to reproduce

  1. 环境:Ubuntu (WSL2),OpenClaw 2026.5.2,Node v24.15.0
  2. 确保环境干净(卸载两个插件)
  3. 先安装第一个插件:

openclaw plugins install @openclaw/feishu

此时 feishu正常使用,openclaw plugins list 中可正常看到 feishu。

  1. 安装第二个插件:

openclaw plugins install @martian-engineering/lossless-claw

观察安装过程中的文件变化和 openclaw plugins list 结果。

安装第二个插件时,系统会将第一个插件的安装目录重命名 (例如 ~/.openclaw/npm/node_modules/@openclaw/feishu → feishu-MSdPELKS),随后删除该目录。

结果是第一个插件完全消失,openclaw plugins list 中只剩最后安装的那个插件。

配置文件中 plugins.entries 和 plugins.allow 中保留的条目被标记为 plugin not found: ... (stale config entry ignored)。

安装顺序对调结果相同,始终是后安装的存活,先安装的被清除。

Environment

<img width="884" height="267" alt="Image" src="https://github.com/user-attachments/assets/f66553f6-6c99-4f84-b37b-2109d9a0bcfb" />

Additional context 最新2026.5.2版本使用 "enabled": true 无法直接启动飞书,必须通过 openclaw plugins install @openclaw/feishu 手动安装。

plugins.allow 和 plugins.entries 中已正确包含两个插件的 ID,与安装顺序无关。

安装第二个插件过程中能观察到目录重命名及删除操作,表明不是单纯的覆盖,而是显式清理了之前的插件。

此问题导致飞书和 lossless-claw 无法同时使用,严重影响依赖双插件的用户。

Logs, screenshots, and evidence

extent analysis

TL;DR

The issue can be mitigated by investigating the installation process of @martian-engineering/lossless-claw to prevent it from renaming and deleting the directory of previously installed @openclaw/feishu.

Guidance

  • Review the installation script of @martian-engineering/lossless-claw to identify the cause of the directory renaming and deletion.
  • Verify if the issue is specific to the combination of @openclaw/feishu and @martian-engineering/lossless-claw or if it occurs with other plugins as well.
  • Check the plugins.allow and plugins.entries configurations to ensure they are correctly set up for both plugins.
  • Consider reaching out to the maintainers of @martian-engineering/lossless-claw for assistance in resolving the issue.

Notes

The issue seems to be related to the installation process of @martian-engineering/lossless-claw, and resolving it may require changes to the plugin's installation script.

Recommendation

Apply workaround: Modify the installation process of @martian-engineering/lossless-claw to prevent it from interfering with previously installed plugins, or seek assistance from the plugin maintainers to resolve the issue.

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 [Bug]: @openclaw/feishu` 和 `@martian-engineering/lossless-claw无法共存 [1 comments, 2 participants]