帮助用户管理飞书云空间中的文件、文件夹与存储内容。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "feishu-drive" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-drive/SKILL.md 2. 保存为 ~/.claude/skills/feishu-drive/SKILL.md 3. 装好后重载技能,告诉我可以用了
请帮我整理飞书云盘中的项目资料,按“需求、设计、测试、归档”创建文件夹,并给出建议的文件分类结构。
输出清晰的云盘文件夹规划与分类建议,便于后续整理。
帮我在飞书云盘中查找上周上传的市场周报,并告诉我它所在的文件夹位置。
返回目标文件及其所在路径,方便快速打开和使用。
请检查飞书云盘里的重复文件和长期未使用的旧文件,并给出一份可清理清单。
输出待清理文件清单,帮助释放云存储空间。
Single tool feishu_drive for cloud storage operations.
From URL https://xxx.feishu.cn/drive/folder/ABC123 → folder_token = ABC123
{ "action": "list" }
Root directory (no folder_token).
{ "action": "list", "folder_token": "fldcnXXX" }
Returns: files with token, name, type, url, timestamps.
{ "action": "info", "file_token": "ABC123", "type": "docx" }
Searches for the file in the root directory. Note: file must be in root or use list to browse folders first.
type: doc, docx, sheet, bitable, , , ,
folderfilemindnoteshortcut{ "action": "create_folder", "name": "New Folder" }
In parent folder:
{ "action": "create_folder", "name": "New Folder", "folder_token": "fldcnXXX" }
{ "action": "move", "file_token": "ABC123", "type": "docx", "folder_token": "fldcnXXX" }
{ "action": "delete", "file_token": "ABC123", "type": "docx" }
| Type | Description |
|---|---|
doc | Old format document |
docx | New format document |
sheet | Spreadsheet |
bitable | Multi-dimensional table |
folder | Folder |
file | Uploaded file |
mindnote | Mind map |
shortcut | Shortcut |
channels:
feishu:
tools:
drive: true # default: true
drive:drive - Full access (create, move, delete)drive:drive:readonly - Read only (list, info)tenant_access_token and don't have their own "My Space". The root folder concept only exists for user accounts. This means:
create_folder without folder_token will fail (400 error)帮助团队检索重复的 PR 与问题单,并自动分组同步重复状态。
帮助用户在飞书知识库中定位、打开并梳理相关页面与链接。