feishu-drive

Automate Feishu Drive file management via REST endpoints with tenant_access_token authentication.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/okbest2024/openclaw-backup --skill feishu-drive-okbest2024
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/okbest2024/openclaw-backup/tree/main/workspace/skills/feishu-drive-1.0.0
Command: npx skills add https://github.com/okbest2024/openclaw-backup --skill feishu-drive-okbest2024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Managing files and folders in Feishu Drive can be error-prone and labor-intensive; this Skill provides automated, API-driven control to upload, download, move, search, and retrieve metadata for Feishu Drive assets.

Core Features & Use Cases

  • Upload and download files and folders across Feishu Drive, including large files with segmented uploads.
  • Create and organize folders, move items, and batch query metadata to maintain a structured, auditable cloud workspace.
  • Search across files and folders and adjust permissions to ensure proper visibility and collaboration.

Quick Start

Create a root anchor folder in Feishu Drive, grant the bot full_access, configure ROOT_FOLDER_TOKEN with that folder's token, and perform a batch_query to verify access.

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 management for daily asset audits?▼

You can automate Feishu Drive file management by using API-driven control to upload, download, move, and batch query metadata, ensuring a structured and auditable cloud workspace for daily assets.

What is the best way to upload large files to Feishu Drive via API?▼

The best way to upload large files to Feishu Drive is using segmented uploads via REST endpoints, which streamlines cloud storage operations and prevents errors during labor-intensive file transfers.

How do I configure permissions for cross-team collaboration in Feishu Drive?▼

To configure permissions for cross-team collaboration, you can adjust file and folder visibility controls using REST endpoints with tenant_access_token authentication to ensure proper access scoping.

Do I need a ROOT_FOLDER_TOKEN to search files and folders in Feishu Drive?▼

Yes, you need to configure a ROOT_FOLDER_TOKEN by creating a root anchor folder and granting the bot full_access, which enables proper scoping for searching files and verifying access via batch_query.

Does Feishu Drive API automation support batch querying of file metadata?▼

Yes, Feishu Drive API automation supports batch_query functionality to retrieve metadata for files and folders, allowing you to maintain an auditable cloud workspace and verify asset access efficiently.

What are the limitations of using tenant_access_token for Feishu Drive automation?▼

The limitation of using tenant_access_token for Feishu Drive automation is that authentication and operations are scoped specifically to the configured ROOT_FOLDER_TOKEN, restricting actions outside that root anchor folder.