← Back to Skills Marketplace
freedompixels

Feishu Owner Transfer

by freedompixels · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
32
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install feishu-owner-transfer
Description
飞书文档/多维表格所有权转移工具。将AI机器人创建的飞书文档、多维表格、电子表格、思维导图等文件的所有权转移给指定用户。 触发词:转移所有者、transfer owner、文档所有者、转让文档、转移文档所有权、把文档转给、文档归档转移、批量转移、owner transfer。
README (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 |

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install feishu-owner-transfer
  3. After installation, invoke the skill by name or use /feishu-owner-transfer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
feishu-owner-transfer 1.0.0 – 飞书文档所有权转移工具首次发布 - 支持将 AI 机器人创建的飞书文档、表格、思维导图等文件所有权转移给指定用户。 - 提供丰富触发词,如“转移所有者”“owner transfer”等,便于自然语言唤起功能。 - 支持单个和批量文件所有权转移,附有命令行和脚本使用方法说明。 - 详细列出文档类型映射及 API 参数表,方便用户参考和操作。
Metadata
Slug feishu-owner-transfer
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Feishu Owner Transfer?

飞书文档/多维表格所有权转移工具。将AI机器人创建的飞书文档、多维表格、电子表格、思维导图等文件的所有权转移给指定用户。 触发词:转移所有者、transfer owner、文档所有者、转让文档、转移文档所有权、把文档转给、文档归档转移、批量转移、owner transfer。 It is an AI Agent Skill for Claude Code / OpenClaw, with 32 downloads so far.

How do I install Feishu Owner Transfer?

Run "/install feishu-owner-transfer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Feishu Owner Transfer free?

Yes, Feishu Owner Transfer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Feishu Owner Transfer support?

Feishu Owner Transfer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Feishu Owner Transfer?

It is built and maintained by freedompixels (@freedompixels); the current version is v1.0.0.

💬 Comments