← 返回 Skills 市场
263
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-perm-help
功能描述
启用飞书权限管理工具,支持添加、查看和移除飞书文档/表格协作者权限操作。
使用说明 (SKILL.md)
feishu-perm-helper
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
🎯 功能
- ✅ 自动启用
feishu_perm工具 - ✅ 支持添加/查看/移除协作者
- ✅ 提供常用命令示例
📦 安装
clawhub install feishu-perm-helper
或者手动安装:
cp -r feishu-perm-helper ~/.openclaw/workspace/skills/
🚀 使用
安装后自动启用
安装完成后,Skill 会自动修改配置文件并重启 Gateway。
手动启用(可选)
如果自动启用失败,可以手动执行:
node ~/.openclaw/workspace/skills/feishu-perm-helper/scripts/enable-perm-tool.js
使用命令
安装后,在飞书里对机器人说:
添加协作者:
给这个表格添加编辑权限
https://xxx.feishu.cn/base/XXX
用户:ou_xxxxxxxxxxxx
查看协作者列表:
查看这个表格的协作者
https://xxx.feishu.cn/base/XXX
移除协作者:
移除 XX 的编辑权限
https://xxx.feishu.cn/base/XXX
用户:ou_xxxxxxxxxxxx
📝 配置说明
配置文件位置
~/.openclaw/openclaw.json
需要添加的配置
{
"channels": {
"feishu": {
"tools": {
"perm": true
},
"accounts": {
"default": {
"tools": {
"perm": true
}
}
}
}
}
}
需要的飞书应用权限
确保飞书应用有以下权限:
docs:permission.member:create- 添加协作者docs:permission.member:read- 查看协作者docs:permission.member:delete- 移除协作者
这些权限在飞书开放平台默认已授予。
🆘 故障排查
工具未启用
检查 Gateway 日志:
openclaw gateway status
应该看到:
[plugins] feishu_perm: Registered feishu_perm tool
权限不足错误
确保:
- 飞书应用有相关 API 权限
- 应用是表格的协作者(可管理权限)
配置不生效
重启 Gateway:
openclaw gateway restart
📞 反馈
遇到问题或有建议,欢迎反馈!
📄 许可证
MIT License
安全使用建议
This skill appears to do exactly what it says: it edits ~/.openclaw/openclaw.json to enable the feishu perm tool and restarts the OpenClaw gateway. Before installing: (1) inspect the scripts/enable-perm-tool.js file (it is small and readable); (2) back up ~/.openclaw/openclaw.json so you can roll back changes; (3) verify you trust the skill author/source; (4) be prepared to run 'openclaw gateway status' / restart manually if automatic restart fails. No credentials or external network downloads are requested, which reduces risk.
功能分析
Type: OpenClaw Skill
Name: feishu-perm-help
Version: 1.0.0
The feishu-perm-helper skill is a utility designed to automate the configuration of Feishu permission management within OpenClaw. The core logic in scripts/enable-perm-tool.js modifies the local ~/.openclaw/openclaw.json file to enable the 'perm' tool and restarts the gateway service via execSync. These actions are transparently documented in SKILL.md and README.md and are strictly aligned with the stated purpose of the skill, with no evidence of data exfiltration, malicious payloads, or unauthorized access.
能力评估
Purpose & Capability
The skill says it will enable a Feishu permissions tool and the included script explicitly reads ~/.openclaw/openclaw.json, sets channels.feishu.tools.perm and per-account tools.perm to true, saves the file, and restarts the OpenClaw gateway — all consistent with the stated purpose.
Instruction Scope
Runtime instructions and the script operate only on the agent's OpenClaw config (~/.openclaw/openclaw.json) and call local gateway commands. This is expected for enabling a tool, but the script does modify a user config file and restarts the gateway — an intrusive action that should be disclosed to users and done with care (backup the config first).
Install Mechanism
There is no download/install from external URLs; the package is instruction-only with a small local script. No archives or network installs are performed by the skill itself.
Credentials
The skill requests no environment variables, no credentials, and only touches the OpenClaw config file it claims to. There are no requests for unrelated secrets or external service tokens.
Persistence & Privilege
The skill writes to the agent's own configuration and restarts the gateway to enable the tool. It is not marked always:true and does not request elevated system privileges beyond invoking the 'openclaw' CLI, but modifying config and restarting services is a meaningful privilege — users should ensure they trust the skill source.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-perm-help - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-perm-help触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
feishu-perm-help v1.0.0
该工具是解决飞书机器人创建的文档无法编辑问题
- 新增飞书权限管理助手,支持自动启用 feishu_perm 工具。
- 支持在飞书中添加、查看、移除文档/表格协作者权限。
- 安装后自动配置并重启 Gateway,降低手动操作成本。
- 提供常用指令示例和详细配置、故障排查说明。
- 明确所需飞书 API 权限及应用配置方法。
元数据
常见问题
feishu-perm-help 是什么?
启用飞书权限管理工具,支持添加、查看和移除飞书文档/表格协作者权限操作。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 263 次。
如何安装 feishu-perm-help?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-perm-help」即可一键安装,无需额外配置。
feishu-perm-help 是免费的吗?
是的,feishu-perm-help 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
feishu-perm-help 支持哪些平台?
feishu-perm-help 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 feishu-perm-help?
由 BenleyL(@benleyl)开发并维护,当前版本 v1.0.0。
推荐 Skills