feishu-perm

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

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/srgaba/open-claw --skill feishu-perm-srgaba
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-perm
Source: https://github.com/srgaba/open-claw/tree/main/project/extensions/feishu/skills/feishu-perm
Command: npx skills add https://github.com/srgaba/open-claw --skill feishu-perm-srgaba

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing sharing permissions on Feishu documents, spreadsheets, folders, and files manually through the UI is repetitive, especially when granting access to multiple users, groups, or departments. This Skill exposes a single feishu_perm tool to list, add, and remove collaborators programmatically. ## Core Features & Use Cases - List Collaborators: Retrieve all members with their member_type, member_id, permission level, and name for any Feishu resource. - Add Collaborators: Grant view, edit, or full_access permissions to users identified by email, open_id, user_id, union_id, group chat, or department. - Remove Collaborators: Revoke access from any member on documents, sheets, bitables, folders, files, wiki nodes, or mind maps. - Use Case: Share a new project document with [email protected] as an editor and simultaneously grant view access to a whole group chat, all in one conversation. ## Quick Start Ask the assistant to share the Feishu document with token doxcnXXX by adding [email protected] as an editor 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 edit. This grants the user access without opening the Feishu sharing UI.

How to list all collaborators on a Feishu document?

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

What Feishu resource types support permission management?

The tool supports doc, docx, sheet, bitable, folder, file, wiki, and mindnote token types. Each type corresponds to a different Feishu resource, from old-format documents to wiki nodes and mind maps.

Why is the feishu_perm tool not working by default?

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

What permission levels can I grant on Feishu files?

Three levels are available: view for read-only access, edit for editing rights, and full_access which also allows managing permissions. Choose the minimum level needed for each collaborator.