← Back to Skills Marketplace
benleyl

feishu-perm-help

by BenleyL · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
263
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-perm-help
Description
启用飞书权限管理工具,支持添加、查看和移除飞书文档/表格协作者权限操作。
README (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

权限不足错误

确保:

  1. 飞书应用有相关 API 权限
  2. 应用是表格的协作者(可管理权限)

配置不生效

重启 Gateway:

openclaw gateway restart

📞 反馈

遇到问题或有建议,欢迎反馈!

📄 许可证

MIT License

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-perm-help
  3. After installation, invoke the skill by name or use /feishu-perm-help
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
feishu-perm-help v1.0.0 该工具是解决飞书机器人创建的文档无法编辑问题 - 新增飞书权限管理助手,支持自动启用 feishu_perm 工具。 - 支持在飞书中添加、查看、移除文档/表格协作者权限。 - 安装后自动配置并重启 Gateway,降低手动操作成本。 - 提供常用指令示例和详细配置、故障排查说明。 - 明确所需飞书 API 权限及应用配置方法。
Metadata
Slug feishu-perm-help
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is feishu-perm-help?

启用飞书权限管理工具,支持添加、查看和移除飞书文档/表格协作者权限操作。 It is an AI Agent Skill for Claude Code / OpenClaw, with 263 downloads so far.

How do I install feishu-perm-help?

Run "/install feishu-perm-help" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is feishu-perm-help free?

Yes, feishu-perm-help is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does feishu-perm-help support?

feishu-perm-help is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created feishu-perm-help?

It is built and maintained by BenleyL (@benleyl); the current version is v1.0.0.

💬 Comments