Agent skill

feishu-perm

Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.

SafeAI-Lab-Xgithub.com/SafeAI-Lab-XGitHub ↗
claude-code
Install
npx skills add SafeAI-Lab-X/ClawKeeper --skill feishu-perm --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Path: legacy/clawkeeper-watcher/extensions/feishu/skills/feishu-perm/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,027
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Feishu Permission Tool Single tool `feishu_perm` for managing file/document permissions. ## Actions ### List Collaborators ```json { "action": "list", "token": "ABC123", "type": "docx" } ``` Returns: members with member_type, member_id, perm, name. ### Add Collaborator ```json { "action": "add", "token": "ABC123", "type": "docx", "member_type": "email", "member_id": "user@example.com", "perm": "edit" } ``` ### Remove Collaborator ```json { "action": "remove", "token": "ABC123", "type": "docx", "member_type": "email", "member_id": "user@example.com" } ``` ## 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 | | ------

What's inside
Steps it walks through
  1. Actions
  2. List Collaborators
  3. Add Collaborator
  4. Remove Collaborator
  5. Token Types
  6. Member Types
  7. Permission Levels
  8. Examples
  9. Configuration
  10. Permissions
More from ClawKeeper
All skills →
About this skill
What does the feishu-perm skill do?

Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.

How do I install it?

Run `npx skills add SafeAI-Lab-X/ClawKeeper --skill feishu-perm --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From SafeAI-Lab-X/ClawKeeper, a repository with 1,027 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going