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

相关推荐
老王IT21 小时前
解决飞书占用C盘空间过大的问题
飞书
不爱记笔记3 天前
音视频转笔记工具横评2026,通义听悟、Ai好记、NotebookLM 实测对比
人工智能·笔记·ai·音视频·飞书·obsidian
gtstore5 天前
飞书仓库管理系统技术选型:从手工台账到系统化管理的演进路径
飞书·仓库管理系统·飞书仓库管理·saas选型·飞书仓库管理系统选型
云间月13145 天前
搭一套截图识别通知机器人:OCR、飞书Webhook与远程触发实战
机器人·ocr·飞书
看-是灰机6 天前
使用go语言实现对接
linux·开发语言·后端·docker·语言模型·golang·飞书
汤姆百宝箱7 天前
AI提效手册:豆包 即梦 剪映 飞书 扣子5合1实操指南+豆包AI赚钱手册(完整电子版pdf)
飞书·扣子·剪映·豆包·即梦·ai提效手册·豆包ai赚钱手册
woshikejimi17 天前
2026年高音质免费开车听书工具实测
飞书
AI的探索之旅9 天前
飞书里跟 AI 聊天,让 Hermes + LCEDA Pro 结合本地llmwiki理解电路
人工智能·飞书
SL-staff11 天前
企业文档系统私有化部署方案技术对比:JVS企业文档 vs 语雀 vs 飞书
低代码·私有化部署·飞书·jvs·企业文档·jvs企业文档·生态集成
一次旅行11 天前
【AI技术_工具_资讯】用 Python 写一个「自愈式」定时任务:失败自动重试 + 飞书告警
开发语言·python·飞书