feishu-perm
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
npx skills add SafeAI-Lab-X/ClawKeeper --skill feishu-perm --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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 | | ------
- Actions
- List Collaborators
- Add Collaborator
- Remove Collaborator
- Token Types
- Member Types
- Permission Levels
- Examples
- Configuration
- Permissions
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.
