← 返回 Skills 市场
Feishu Perm
作者
sumuzhi4843-a
· GitHub ↗
· v1.0.0
· MIT-0
33
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-perm
功能描述
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators.
使用说明 (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
安全使用建议
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-perm - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-perm触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Feishu Perm 是什么?
Feishu permission management for documents and files. Activate when user mentions sharing, permissions, collaborators. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 33 次。
如何安装 Feishu Perm?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-perm」即可一键安装,无需额外配置。
Feishu Perm 是免费的吗?
是的,Feishu Perm 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Perm 支持哪些平台?
Feishu Perm 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Perm?
由 sumuzhi4843-a(@sumuzhi4843-a)开发并维护,当前版本 v1.0.0。
推荐 Skills