Feishu Perm
/install feishu-perm
Feishu Permission Tool
Single tool feishu_perm for managing file/document permissions.
Actions
List Collaborators
{ "action": "list", "token": "ABC123", "type": "docx" }
Returns: members with member_type, member_id, perm, name.
Add Collaborator
{
"action": "add",
"token": "ABC123",
"type": "docx",
"member_type": "email",
"member_id": "[email protected]",
"perm": "edit"
}
Remove Collaborator
{
"action": "remove",
"token": "ABC123",
"type": "docx",
"member_type": "email",
"member_id": "[email protected]"
}
Token Types
| Type | Description |
|---|---|
doc |
Old format document |
docx |
New format document |
sheet |
Spreadsheet |
bitable |
Multi-dimensional table |
folder |
Folder |
file |
Uploaded file |
wiki |
Wiki node |
mindnote |
Mind map |
Member Types
| Type | Description |
|---|---|
email |
Email address |
openid |
User open_id |
userid |
User user_id |
unionid |
User union_id |
openchat |
Group chat open_id |
opendepartmentid |
Department open_id |
Permission Levels
| Perm | Description |
|---|---|
view |
View only |
edit |
Can edit |
full_access |
Full access (can manage permissions) |
Examples
Share document with email:
{
"action": "add",
"token": "doxcnXXX",
"type": "docx",
"member_type": "email",
"member_id": "[email protected]",
"perm": "edit"
}
Share folder with group:
{
"action": "add",
"token": "fldcnXXX",
"type": "folder",
"member_type": "openchat",
"member_id": "oc_xxx",
"perm": "view"
}
Configuration
channels:
feishu:
tools:
perm: true # default: false (disabled)
Note: This tool is disabled by default because permission management is a sensitive operation. Enable explicitly if needed.
Permissions
Required: drive:permission
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install feishu-perm - After installation, invoke the skill by name or use
/feishu-perm - Provide required inputs per the skill's parameter spec and get structured output
What is Feishu Perm?
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators. It is an AI Agent Skill for Claude Code / OpenClaw, with 33 downloads so far.
How do I install Feishu Perm?
Run "/install feishu-perm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Feishu Perm free?
Yes, Feishu Perm is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Feishu Perm support?
Feishu Perm is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Feishu Perm?
It is built and maintained by sumuzhi4843-a (@sumuzhi4843-a); the current version is v1.0.0.