feishu-drive

Automate Feishu Drive file operations including listing, creating folders, moving, and deleting files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/rebootix-research/viki-clow --skill feishu-drive-rebootix-research
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/rebootix-research/viki-clow/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/rebootix-research/viki-clow --skill feishu-drive-rebootix-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud storage management often requires manual steps to list directories, inspect files, create folders, move items, and delete files. This skill provides a programmable interface to perform these actions in Feishu Drive, enabling automation and consistent operations.

Core Features & Use Cases

  • List Folder Contents: fetches items in the root or a specified folder, returning token, name, type, URL, and timestamps.
  • Get File Info: retrieves metadata for a file by file_token.
  • Create Folder: creates a new folder in the current or specified parent directory.
  • Move File: moves a file to a target folder using file_token and folder_token.
  • Delete File: removes a file or folder by its token and type. Use Case: automate routine drive maintenance, batch organize files, and integrate drive actions into larger workflows.

Quick Start

List the root folder contents or a specific folder by token and inspect items.

Frequently Asked Questions about feishu-drive

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Feishu Drive file operations like listing and moving folders?

Automate Feishu Drive file operations by using token-based commands to list, inspect, create, move, and delete files. It returns structured metadata including tokens, names, URLs, and timestamps for consistent cloud storage management.

Can I get file metadata from Feishu cloud storage using a file token?

Get Feishu file metadata by providing the specific file_token. The system retrieves and returns structured details such as the file type, name, URL, and timestamps for inspection.

Does Feishu Drive automation support creating folders in nested directories?

Feishu Drive automation supports creating folders in both root and nested directories. You specify the target parent directory using its folder_token to place the new folder correctly.

What is the best way to batch organize files in Feishu Drive?

Batch organize files in Feishu Drive by programmatically listing folder contents and executing move or delete actions based on returned item tokens. This enables automated drive maintenance and workflow integration.

How do I move a file to a target folder in Feishu cloud storage?

Move a file in Feishu cloud storage by providing the file_token and the destination folder_token. The operation transfers the item to the target directory and handles errors gracefully.