← 返回 Skills 市场
Feishu Owner Transfer
作者
freedompixels
· GitHub ↗
· v1.0.0
· MIT-0
32
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install feishu-owner-transfer
功能描述
飞书文档/多维表格所有权转移工具。将AI机器人创建的飞书文档、多维表格、电子表格、思维导图等文件的所有权转移给指定用户。 触发词:转移所有者、transfer owner、文档所有者、转让文档、转移文档所有权、把文档转给、文档归档转移、批量转移、owner transfer。
使用说明 (SKILL.md)
飞书文档所有权转移 Skill
将 AI 机器人创建的飞书文档的所有者转移给指定人类用户。
前置条件
- lark-cli 已安装并登录(lark-cli auth list 显示 valid)
- 目标用户有有效的 open_id
API
端点: POST /open-apis/drive/permission/member/transfer
参数:
| 字段 | 类型 | 必填 | 说明 |
|---|---|---|---|
| type | string | Y | 文档类型:doc / sheet / bitable / mindnote / file |
| token | string | Y | 文档 token |
| owner.member_type | string | Y | openid / userid / unionid |
| owner.member_id | string | Y | 目标用户 ID |
| remove_old_owner | bool | N | 是否移除原所有者权限(默认 false) |
| cancel_notify | bool | N | 是否取消通知(默认 false) |
使用方式
单个文件转移
通过 lark-cli 调用 API 即可。
批量转移(使用脚本)
python3 scripts/transfer_owner.py --target ou_xxx --all
python3 scripts/transfer_owner.py --target ou_xxx --list # dry-run
python3 scripts/transfer_owner.py --target ou_xxx --token bitable:HlJbbGw6SaC50Tse9Tnc96Avncb
文档类型映射
| 飞书文档 | doc | | 电子表格 | sheet | | 多维表格 | bitable | | 思维导图 | mindnote | | 文件 | file |
安全使用建议
Install only if you intentionally need a Feishu administrator-style ownership transfer tool. Before using --all, run --list first, verify the target open_id, and confirm the exact file scope. Prefer single-token transfers or an explicit owner filter, because mistakes can reassign control of many documents.
能力评估
Purpose & Capability
The stated purpose matches the code: it uses lark-cli to list Feishu Drive files and call the ownership-transfer API. The concern is impact, not deception: --all can transfer ownership for many documents at once.
Instruction Scope
The skill documents broad trigger phrases and a direct --all command. The script has a dry-run mode, but actual bulk transfer proceeds immediately once --all is used, with no confirmation prompt or required --confirm flag.
Install Mechanism
Artifacts are limited to SKILL.md and one Python helper script. There is no evidence of hidden installation behavior, dependency installation, persistence setup, obfuscation, or unrelated files.
Credentials
Using lark-cli and Feishu Drive APIs is proportionate to the stated purpose, and the script defaults remove_old_owner and cancel_notify to false. However, it relies on an existing logged-in lark-cli session and can mutate business document ownership using that authority.
Persistence & Privilege
No local persistence or privilege escalation is present, but the skill performs durable remote permission changes. Bulk remote ownership changes are high-impact and should have stronger confirmation and scoping controls.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install feishu-owner-transfer - 安装完成后,直接呼叫该 Skill 的名称或使用
/feishu-owner-transfer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
feishu-owner-transfer 1.0.0 – 飞书文档所有权转移工具首次发布
- 支持将 AI 机器人创建的飞书文档、表格、思维导图等文件所有权转移给指定用户。
- 提供丰富触发词,如“转移所有者”“owner transfer”等,便于自然语言唤起功能。
- 支持单个和批量文件所有权转移,附有命令行和脚本使用方法说明。
- 详细列出文档类型映射及 API 参数表,方便用户参考和操作。
元数据
常见问题
Feishu Owner Transfer 是什么?
飞书文档/多维表格所有权转移工具。将AI机器人创建的飞书文档、多维表格、电子表格、思维导图等文件的所有权转移给指定用户。 触发词:转移所有者、transfer owner、文档所有者、转让文档、转移文档所有权、把文档转给、文档归档转移、批量转移、owner transfer。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 32 次。
如何安装 Feishu Owner Transfer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install feishu-owner-transfer」即可一键安装,无需额外配置。
Feishu Owner Transfer 是免费的吗?
是的,Feishu Owner Transfer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Feishu Owner Transfer 支持哪些平台?
Feishu Owner Transfer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Feishu Owner Transfer?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.0.0。
推荐 Skills