Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
autogame-17 avatar

Feishu Perm

  • 2 installs
  • 20 repo stars
  • Updated April 11, 2026
  • autogame-17/feishu-skills

feishu-perm is a Claude skill that manages collaborators and public link settings for Feishu Drive files such as Docs, Sheets, Bitables, Wikis, and files.

About

feishu-perm manages collaborators and public link settings for Feishu Drive files, including Docs, Sheets, Bitables, Wikis, and raw files. It can add, list, update, and remove collaborators with view, edit, or full-access roles, and set the public link-sharing scope. Developers use it when an agent needs to share Feishu files or adjust who can access them. It reads file tokens from the document URL.

  • Manages collaborators and public-link settings for Feishu Drive files
  • Add, list, update, and remove collaborators by role (view/edit/full_access)
  • Sets public link sharing scope from closed to anyone-editable

Feishu Perm by the numbers

  • 2 all-time installs (skills.sh)
  • Ranked #1,842 of 2,719 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

feishu-perm capabilities & compatibility

Free skill; requires a Feishu app credential pair (FEISHU_APP_ID / FEISHU_APP_SECRET) via feishu-common.

Capabilities
feishu doc
Works with
google drive
Use cases
orchestration
From the docs

What feishu-perm says it does

Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
SKILL.md
Manage collaborators and public link settings for Feishu Drive files (Docs, Sheets, Bitables, Wikis, Files).
SKILL.md
npx skills add https://github.com/autogame-17/feishu-skills --skill feishu-perm

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars20
Last updatedApril 11, 2026
Repositoryautogame-17/feishu-skills

What it does

Add, list, update, or remove Feishu Drive collaborators and set public link-sharing scope.

Who is it for?

Adding, updating, listing, or removing collaborators and setting link-sharing scope on Feishu Drive files.

Skip if: Permission management on Google Drive, SharePoint, or non-Feishu storage.

When should I use this skill?

A user mentions sharing, permissions, or collaborators on a Feishu file.

What you get

Collaborators and public link scope on a Feishu Drive file are set programmatically.

  • Updated collaborator list or public link-sharing setting on a Feishu file

By the numbers

  • 5 actions (add, remove, list, update, public)
  • 3 permission levels (view, edit, full_access)

Files

SKILL.mdMarkdownGitHub ↗

Feishu Permission Skill

Manage collaborators and public link settings for Feishu Drive files (Docs, Sheets, Bitables, Wikis, Files).

Usage

# Add a collaborator (read-only)
node skills/feishu-perm/index.js --action add --token "shttc..." --type "sheet" --member_id "ou_..." --perm "view"

# List collaborators
node skills/feishu-perm/index.js --action list --token "docx..." --type "docx"

# Remove a collaborator
node skills/feishu-perm/index.js --action remove --token "docx..." --type "docx" --member_id "ou_..."

# Update a collaborator (to edit)
node skills/feishu-perm/index.js --action update --token "docx..." --type "docx" --member_id "ou_..." --perm "edit"

# Set public link sharing (Tenant Read)
node skills/feishu-perm/index.js --action public --token "docx..." --type "docx" --link_share_entity "tenant_readable"

Arguments

  • --action: add, remove, list, update, public
  • --token: File token (from URL)
  • --type: doc, docx, sheet, bitable, file, wiki, folder (default: doc)
  • --member_id: User Open ID (ou_...) or Chat ID (oc_...)
  • --member_type: user, chat, department, group (default: user)
  • --perm: view, edit, full_access
  • --link_share_entity:
  • tenant_readable: Organization members can read
  • tenant_editable: Organization members can edit
  • anyone_readable: Anyone with link can read (if allowed by tenant)
  • anyone_editable: Anyone with link can edit
  • closed: Only invited members
  • --notify: true/false (send notification to new member)

Related skills

FAQ

What permission levels can a collaborator have?

view, edit, or full_access.

How do I make a file readable by the whole organization?

Use --action public with --link_share_entity tenant_readable.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.