feishu-perm

List, add, and remove Feishu document collaborators with permission levels.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/nomad3/openclaw-k8s --skill feishu-perm-nomad3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-perm
Source: https://github.com/nomad3/openclaw-k8s/tree/main/package/extensions/feishu/skills/feishu-perm
Command: npx skills add https://github.com/nomad3/openclaw-k8s --skill feishu-perm-nomad3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of granting, updating, and revoking Feishu access to documents and files without manually navigating permission dialogs.

Core Features & Use Cases

  • List collaborators: Inspect who currently has access and with what permission level.
  • Add collaborator: Grant a specific permission (such as view, edit, or full_access) to a user or group for a supported Feishu document/file type.
  • Remove collaborator: Revoke access for a specific member on a supported Feishu document/file type.
  • Scope: Works across multiple token types (doc, docx, sheet, bitable, folder, file, wiki, mindnote) using member identifiers such as email, openid, userid, unionid, openchat, and opendepartmentid.

Quick Start

Grant edit access to [email protected] on the Feishu docx token you have by requesting the action add with token, type, member_type, member_id, and perm.

Frequently Asked Questions about feishu-perm

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

FAQPage Schema
How do I manage Feishu document sharing permissions for multiple collaborators?

You can manage Feishu document sharing permissions by listing, adding, or removing collaborators across docx, sheet, and wiki files. It requires a valid permission-management token to apply view, edit, or full_access levels for specific members.

Can I use email addresses to grant edit access on Feishu sheets?

Yes, you can use email addresses to grant edit access on Feishu sheets. The Skill supports member identifiers like email, openid, userid, and unionid to apply specific permission levels across supported token types.

What Feishu file types are supported for access control updates?

Supported Feishu file types for access control updates include doc, docx, sheet, bitable, folder, file, wiki nodes, and mindnotes. Permission management actions can be applied across all these supported token types.

Do I need a specific token to revoke access to a Feishu wiki node?

Yes, you need a valid permission-management token with channels.feishu.tools.perm enabled to revoke access to a Feishu wiki node. This token authorizes the removal of specified collaborators from supported shared resources.

How do I check who currently has access to my shared Feishu folder?

To check who has access to your shared Feishu folder, use the list collaborators function. This inspects current members and displays their assigned permission levels for the target folder token.

Is there a way to automate Feishu permission management without manual navigation?

Yes, you can automate Feishu permission management by listing, adding, and removing collaborators programmatically. This bypasses manual permission dialogs to grant, update, or revoke access directly for supported file types.