Best use case
feishu-perm-helper is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
Teams using feishu-perm-helper should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/feishu-perm-help/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How feishu-perm-helper Compares
| Feature / Agent | feishu-perm-helper | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# feishu-perm-helper
一键启用飞书权限管理工具,让 OpenClaw 可以管理飞书文档/表格的协作者权限。
## 🎯 功能
- ✅ 自动启用 `feishu_perm` 工具
- ✅ 支持添加/查看/移除协作者
- ✅ 提供常用命令示例
## 📦 安装
```bash
clawhub install feishu-perm-helper
```
或者手动安装:
```bash
cp -r feishu-perm-helper ~/.openclaw/workspace/skills/
```
## 🚀 使用
### 安装后自动启用
安装完成后,Skill 会自动修改配置文件并重启 Gateway。
### 手动启用(可选)
如果自动启用失败,可以手动执行:
```bash
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`
### 需要添加的配置
```json
{
"channels": {
"feishu": {
"tools": {
"perm": true
},
"accounts": {
"default": {
"tools": {
"perm": true
}
}
}
}
}
}
```
### 需要的飞书应用权限
确保飞书应用有以下权限:
- `docs:permission.member:create` - 添加协作者
- `docs:permission.member:read` - 查看协作者
- `docs:permission.member:delete` - 移除协作者
这些权限在飞书开放平台默认已授予。
## 🆘 故障排查
### 工具未启用
检查 Gateway 日志:
```bash
openclaw gateway status
```
应该看到:
```
[plugins] feishu_perm: Registered feishu_perm tool
```
### 权限不足错误
确保:
1. 飞书应用有相关 API 权限
2. 应用是表格的协作者(可管理权限)
### 配置不生效
重启 Gateway:
```bash
openclaw gateway restart
```
## 📞 反馈
遇到问题或有建议,欢迎反馈!
## 📄 许可证
MIT LicenseRelated Skills
Building Permit & Construction Permitting Agent
You are a construction permitting specialist. Help contractors, developers, and property owners navigate the building permit process from application through final inspection.
git-commit-helper
Generate standardized git commit messages following Conventional Commits format. Use this skill when the user asks to commit code, write a commit message, or create a git commit. Enforces team conventions for type prefixes, scope naming, message length, and breaking change documentation.
supermarket-deals
Search German supermarket flyers (Aldi, Lidl, REWE, EDEKA, Kaufland) for product deals via Marktguru. Results ranked by best price per litre (EUR/L). No API key needed.
resume-helper
简历优化助手。帮我写简历,改简历、导出PDF、准备面试问答。适用于:更新简历、补充项目经验、排版调整、导出PDF、准备面试问答。
supermetrics
Official Supermetrics skill. Query marketing data from 100+ platforms including Google Analytics, Meta Ads, Google Ads, and LinkedIn. Requires API key.
feishu-leave-request
Submit a leave request through Feishu (Lark). Use when the user wants to request time off, submit a leave application, or mentions taking leave.
Feishu SuperToolkit
飞书超级工具包 - 集成文件发送(含音频卡片)、日历、审批、多维表格、通讯录、考勤六大模块
feishu-send
飞书发送图片/文件/语音。用 curl 调用飞书 API 发送,比 message 工具更可靠。用于需要发送图片、文件、语音到飞书时触发。
semver-helper
Semantic Versioning 2.0.0 reference guide. Quick decision trees and examples for choosing MAJOR, MINOR, or PATCH version bumps.
feishu-voice-assistant
Sends voice messages (audio) to Feishu chats using Duby TTS.
feishu-sticker
Send images as native Feishu stickers. Features auto-upload, caching, and GIF-to-WebP conversion.
Feishu Post (RichText) Skill
Send Rich Text (Post) messages to Feishu.