openclaw添加飞书channel

我们应该都知道,openclaw默认是没有飞书的,需要添加飞书

一、安装飞书

复制代码
openclaw plugins install @m1heng-clawd/feishu

异常情况:

1、没有权限异常

🦞 OpenClaw 2026.3.2 (85377a2)

I'm like tmux: confusing at first, then suddenly you can't live without me.

Downloading @m1heng-clawd/feishu...

npm pack failed: npm error code EACCES

npm error syscall mkdir

npm error path /Users/shine/.npm/_cacache/index-v5/d1/0f

npm error errno -13

npm error

npm error Your cache folder contains root-owned files, due to a bug in

npm error previous versions of npm which has since been addressed.

npm error

npm error To permanently fix this problem, please run:

npm error sudo chown -R 501:20 "/Users/shine/.npm"

npm error A complete log of this run can be found in: /Users/shine/.npm/_logs/2026-03-06T14_59_16_385Z-debug-0.log

原因:

这个报错其实很常见,本质是 npm 缓存目录权限错了

你的 .npm 目录里有 root 权限的文件 ,导致当前用户 shine 没法写入。

解决办法:

1、终端输入命令授权

复制代码
sudo chown -R $(whoami) ~/.npm

2、输入你的密码

3、再输入安装命令即可

复制代码
openclaw plugins install @m1heng-clawd/feishu

2)已经安装重复安装异常

Password:

shine@ShinedeMacBook-Pro ~ % openclaw plugins install @m1heng-clawd/feishu

15:04:38 plugins plugins.allow is empty; discovered non-bundled plugins may auto-load: feishu (/Users/shine/.openclaw/extensions/feishu/index.ts). Set plugins.allow to explicit trusted ids.

🦞 OpenClaw 2026.3.2 (85377a2)

Gateway online---please keep hands, feet, and appendages inside the shell at all times.

Downloading @m1heng-clawd/feishu...

Extracting /var/folders/8n/svqkl_ld48dd1f9_5sc3n7r00000gn/T/openclaw-npm-pack-K2iIi8/m1heng-clawd-feishu-0.1.15.tgz...

plugin already exists: /Users/shine/.openclaw/extensions/feishu (delete it first)

原因:我们刚刚已经安装,但是失败了,可能会遗留一些依赖

解决办法:

1、删除旧插件

复制代码
rm -rf ~/.openclaw/extensions/feishu

2、重新安装命令

复制代码
openclaw plugins install @m1heng-clawd/feishu

安装成功

二、添加飞书并配置

复制代码
openclaw channels add

三、channel配置

1)选择yes

2)选择飞书

输入密钥

输入API

(略截图)

飞书版本(如果是国内,选择CN)

policy配置,选择open

相关推荐
lisanmengmeng18 小时前
飞书 API使用
飞书·监控·日志·日志监控·监控及日志
浪潮BB机2 天前
2026飞书妙记与通义听悟会议录音转写工具实测横评
飞书·语音识别·效率工具·ai工具·录音转写·会议纪要
站长工具箱8 天前
讯飞Loomy测评:整合飞书钉钉QQ消息的AI自动办公工具深度体验
人工智能·钉钉·飞书
edtoplort10 天前
迎战WorkBuddy、千问办公上线、飞书并入豆包,AI办公谁胜出
java·人工智能·飞书
极客猴子10 天前
Android录音转写频繁卡顿?多款APP长时间会议场景稳定性实测
android·人工智能·智能手机·飞书
皮皮虾❀11 天前
企业协同办公平台深度对比:钉钉、飞书、企微的区别与钉钉服务商典铭云赛推荐
钉钉·飞书·企业微信
杰瑞学AI12 天前
一个回答需要10分钟:飞书问答机器人踩坑实录——纯Agent自由检索,差点让我们的机器人“难产”
人工智能·机器人·prompt·transformer·飞书·ai-native
极客猴子15 天前
AI会议记录工具横评:科会通、通义听悟、飞书妙记的自动整理效果有什么区别?
人工智能·飞书
数聚天成DeepSData16 天前
内网多人在线填表自动汇总系统搭建:飞书钉钉与开源Baserow、NocoDB方案
开源·钉钉·飞书
qq_3494479516 天前
OpenClaw连接飞书
飞书