← Back to Skills Marketplace
sumuzhi4843-a

Feishu Perm

by sumuzhi4843-a · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
33
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-perm
Description
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
README (SKILL.md)

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

Usage Guidance
Install or enable this only if you want the agent to help manage Feishu document and file access. Before using add, remove, or full_access, verify the file token, recipient identity, member type, and permission level, and treat full_access as administrative delegation.
Capability Assessment
Purpose & Capability
The documented capabilities match the stated purpose: listing, adding, and removing Feishu file or document collaborators, including view, edit, and full_access permission levels.
Instruction Scope
The activation wording is broad around sharing, permissions, and collaborators; ambiguous user requests should be treated as read-only until the user explicitly asks to change access.
Install Mechanism
The artifact contains only a SKILL.md file with usage documentation and no executable scripts, dependencies, package installation steps, or hidden install behavior.
Credentials
The required Feishu drive:permission scope is sensitive but proportionate for a tool whose sole purpose is permission management, and the documentation says the tool is disabled by default.
Persistence & Privilege
The skill can grant or revoke collaborator access, including full_access that can manage permissions, but this is disclosed and aligned with the skill purpose; no persistence, background execution, credential harvesting, or unrelated privilege behavior is shown.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-perm
  3. After installation, invoke the skill by name or use /feishu-perm
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
feishu-perm 1.0.0 - Initial release of Feishu permission management tool for documents and files. - Provides commands to list, add, and remove collaborators for various document types. - Supports multiple member types (email, openid, userid, unionid, group, department). - Handles specific permission levels: view, edit, and full_access. - Tool is disabled by default for security; enable explicitly in configuration. - Requires Feishu permission scope: drive:permission.
Metadata
Slug feishu-perm
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

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.

💬 Comments