feishu-perm

Manage Feishu document and file permissions by listing, adding, and removing collaborators.

1|Updated Jun 9, 2026
One-click install
npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill feishu-perm-jerome-prakash-l
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-perm
Source: https://github.com/JEROME-PRAKASH-L/openclaw/tree/main/extensions/feishu/skills/feishu-perm
Command: npx skills add https://github.com/JEROME-PRAKASH-L/openclaw --skill feishu-perm-jerome-prakash-l

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing sharing permissions on Feishu documents, spreadsheets, folders, and files normally requires manual clicks through the Feishu interface. This Skill lets you list, add, and remove collaborators on Feishu resources directly through a single tool call. ## Core Features & Use Cases - List Collaborators: Retrieve all members with their permission levels on any Feishu document, sheet, bitable, folder, file, wiki, or mindnote. - Add Collaborators: Grant view, edit, or full_access permissions to users by email, open_id, user_id, union_id, group chat, or department. - Remove Collaborators: Revoke access from any member on a Feishu resource. - Use Case: Share a new project document with your team by adding [email protected] as an editor on a docx token, or grant an entire group chat view access to a shared folder. ## Quick Start Ask the assistant to share the Feishu document with token doxcnXXX by giving [email protected] edit permission using the feishu_perm tool.

Frequently Asked Questions about feishu-perm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I share a Feishu document with someone by email?

Use the feishu_perm tool with action add, the document token, type docx, member_type email, the recipient's email address, and a perm level such as view or edit. The collaborator is added immediately to the document.

How to list all collaborators on a Feishu document?

Call feishu_perm with action list, the resource token, and its type such as docx, sheet, or folder. It returns all members with their member_type, member_id, permission level, and name.

What permission levels does Feishu document sharing support?

Three levels are supported: view for read-only access, edit for content modification, and full_access which also allows managing permissions. Choose the lowest level needed for each collaborator.

Why is the feishu_perm tool not working or unavailable?

The tool is disabled by default because permission management is a sensitive operation. Enable it explicitly by setting channels.feishu.tools.perm to true in your configuration, and ensure the drive:permission scope is granted.

Can I share a Feishu folder with an entire group chat?

Yes, set member_type to openchat and provide the group chat's open_id as member_id. This grants the specified permission level to all members of that group chat on the folder or document.