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

相关推荐
yzk_201715 小时前
OpenClaw 完整部署指南:安装 + 三大 Coding Plan 配置 + CC Switch + 飞书机器人
arcgis·机器人·飞书
草履虫君2 天前
wsl的装龙虾方式,接入飞书的时候需要在wsl环境装飞书插件,那么node模式接入飞书,需要怎么装飞书插件?
服务器·经验分享·飞书
SL-staff2 天前
2026 企业项目管理工具选型:JIRA、飞书、JVS企业计划功能对比
项目管理·飞书·团队开发·jira·okr·jvs企业计划·决策流程
tianxiaxue12 天前
企微群内超时提醒通知到飞书/钉钉?
钉钉·飞书·企业微信
想拿大厂offer3 天前
【MarkDown】MarkDown 常用语法
飞书
comcoo3 天前
飞书联动 OpenClaw 配置方法,办公效率拉满
飞书·open claw部署
产业家3 天前
项目管理AI第一枪,为什么是飞书项目?
人工智能·飞书
hjhcos4 天前
【Hermes】Windows通过WSL的Ubuntu安装部署Hermes并配置飞书
windows·ubuntu·飞书
Teable任意门互动5 天前
多维表格哪家最好用最容易上手?国产开源 Teable 测评
开发语言·数据库·开源·excel·飞书·开源软件
bingyan03716 天前
openclaw-基于飞书的多agent自主交互配置
飞书·配置·多agent·openclaw