Manage files, folders, and storage in Feishu cloud drive.
The material describes an open-source Feishu Drive file-management skill with standard cloud-drive capabilities such as listing, creating, moving, and deleting files. No separate secrets or extra remote endpoints are declared, so the overall posture is low-to-moderate risk, but its cloud data read/write/delete scope warrants attention to granted permissions.
The header says there are no environment variables, but the README explicitly references Feishu `tenant_access_token` and `drive:drive` / `drive:drive:readonly` scopes, indicating the skill does rely on platform access tokens; granting full `drive:drive` carries the standard risk of file move/delete misuse.
Although no remote host is explicitly listed, the stated function is Feishu cloud drive management, so it will necessarily send network requests to Feishu Drive for listing, info lookup, and create/move/delete actions; this is standard egress consistent with its declared purpose, with no evidence of unrelated or unknown endpoints.
The objective checks mark it as `prompt-only`, and the material does not describe spawning local processes, running scripts, invoking a shell, or requesting system-level execution capabilities; no code-execution surface beyond normal skill invocation is evident.
The skill can enumerate file/folder metadata and, within granted scope, create folders, move items, and delete cloud files; the README also states a bot can access folders shared with it. The data-access scope matches its stated purpose, but write permission affects the integrity of user cloud-drive content.
The source is an open-source GitHub repository with very high community adoption (about 377k stars), which are strong risk-reducing signals; although the license is unspecified and maintenance status is unknown, there are no high-risk red flags such as closed source, untrustworthy origin, or suspicious installation instructions.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "feishu-drive" skill from askskill: 1. Download https://raw.githubusercontent.com/openclaw/openclaw/main/extensions/feishu/skills/feishu-drive/SKILL.md 2. Save it as ~/.claude/skills/feishu-drive/SKILL.md 3. Reload skills and tell me it's ready
Help me organize project materials in Feishu Drive. Create folders for requirements, design, testing, and archive, and suggest a file classification structure.
A clear folder structure and classification plan for organizing the drive.
Find the weekly marketing report uploaded last week in Feishu Drive and tell me which folder it is in.
The target file and its folder path for quick access.
Check Feishu Drive for duplicate files and old files that have not been used for a long time, and provide a cleanup list.
A cleanup list of files that can be removed to free up storage space.
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, folder, file, mindnote, shortcut
{ "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)Debug Node.js apps with inspect, breakpoints, heap, and CPU profiling.
Audit and harden OpenClaw hosts for security and operational health.
List chats, review message history, and send iMessage or SMS from CLI.
Summarize or transcribe URLs, videos, PDFs, and local files quickly.
Create, search, and manage Bear notes on macOS via grizzly CLI.
Automate OpenClaw nightly releases, branch maintenance, and forward-porting to main.
Read, edit, and write Feishu documents for faster cloud collaboration.
Manage Feishu document and file sharing, access permissions, and collaborators.
Navigate Feishu knowledge bases and surface relevant wiki pages and links.
Monitor Feishu messages, send updates, upload files, and run scheduled automations.
Let AI access Feishu knowledge bases and cloud docs for search and collaboration.
Use Feishu spreadsheets as searchable long-term memory for AI agents.