feishu-drive

Automate Feishu Cloud Drive file upload, download, move, and search operations.

65|9|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/alextangson/feishu_skills --skill feishu-drive-alextangson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/alextangson/feishu_skills/tree/main/feishu-drive
Command: npx skills add https://github.com/alextangson/feishu_skills --skill feishu-drive-alextangson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Cloud Drive file management for organizations often struggles with coordinating file creation, upload/download, movement and search across folders while keeping proper permissions, leading to asset invisibility for users. This Skill automates these operations to keep assets accessible and auditable.

Core Features & Use Cases

  • Upload, download, move and search files in Feishu Cloud Drive
  • Create folders, fetch metadata, and manage permissions post-write to ensure visibility
  • Use cases: asset onboarding, document collaboration, secure archiving

Quick Start

Upload a file to the configured Feishu Cloud Drive anchor folder.

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 Cloud Drive file management across folders?

Automating Feishu Cloud Drive file management handles uploading, downloading, moving, and searching files across folders to reduce manual overhead and keep assets accessible.

How do I upload files to Feishu Cloud Drive using drive v1 APIs?

Uploading files to Feishu Cloud Drive uses drive v1 APIs with proper Authorization headers, supporting both single and multipart uploads directly into a configured anchor folder.

Why are my uploaded Feishu Cloud Drive files invisible to other users?

Uploaded files become invisible when permissions are not explicitly managed. Applying permission handling post-write ensures assets remain visible and auditable to designated users.

What is ROOT_FOLDER_TOKEN validation used for in Feishu Drive?

ROOT_FOLDER_TOKEN validation enforces a secure anchor folder for all file operations. It ensures drive v1 APIs execute uploads, downloads, and metadata retrieval safely.

Can I fetch file metadata and manage permissions in Feishu Cloud Drive?

Fetching file metadata and managing permissions in Feishu Cloud Drive are supported natively. You can retrieve file details and apply explicit permission handling to keep assets visible.

What is the best way to secure and archive documents in Feishu Cloud Drive?

Secure archiving in Feishu Cloud Drive is best achieved by automating file movement across folders with explicit permission handling and ROOT_FOLDER_TOKEN validation for safe operations.