feishu-drive

Manage files and folders in Feishu Drive via the Feishu Drive API.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/papachong/RHClaw --skill feishu-drive-papachong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/papachong/RHClaw/tree/main/RHClaw-Desktop/src-tauri/skills/feishu-drive
Command: npx skills add https://github.com/papachong/RHClaw --skill feishu-drive-papachong

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes manual, error-prone file operations and visibility gaps when automating file and folder management in Feishu Drive, ensuring uploaded or cloned assets are visible and editable by the intended users.

Core Features & Use Cases

  • Upload (single & chunked): Support for single-request uploads and multipart chunked uploads for large files.
  • Download & Stream: Retrieve binary file streams reliably and persist to storage.
  • Move, Copy & Metadata: Move or copy files between folders, perform batch metadata queries, and search by keywords.
  • Permission Hygiene: Enforce post-write permission fixation by adding collaborators with full_access so assets appear in user workspaces.
  • Use Cases: Project asset center auto-provisioning, bulk marketing material distribution with controlled sharing, and periodic archival/backup workflows with audit trails.

Quick Start

Upload a file to the designated shared folder token, then immediately grant the requester full_access and run a metadata batch_query to verify visibility.

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 uploads and manage cloud folder permissions?

Automating Feishu Drive file uploads requires using the Feishu Drive API with tenant access tokens and folder tokens to transfer files, followed by enforcing post-write permission assignments so collaborators gain full_access and assets appear in user workspaces.

What is the best way to handle large file uploads to Feishu Drive?

For large file uploads to Feishu Drive, the API supports multipart chunked uploads alongside standard single-request uploads, ensuring reliable binary file streaming and persistence to designated tenant-shared cloud folders.

How does batch metadata querying work for Feishu Drive files?

Batch metadata querying in Feishu Drive retrieves file properties via the API to verify visibility and auditability. It is typically run after uploading assets and fixing permissions to ensure uploaded or cloned files are visible to intended users.

Can I move or copy files between Feishu Drive folders using the API?

Yes, the Feishu Drive API supports moving and copying files between folders. You can combine these operations with keyword searches and metadata queries to automate project asset organization, marketing distribution, and archival workflows.

Do I need tenant access tokens to manage Feishu Drive files?

Yes, managing Feishu Drive files requires tenant access tokens and specific folder tokens. These credentials authorize API operations like uploads, downloads, moves, copies, and permission hygiene within tenant-shared cloud folders.

Why are uploaded Feishu Drive files not visible to other users?

Uploaded Feishu Drive files may lack visibility because post-write permissions are not assigned. You must enforce permission fixation by adding collaborators with full_access via the API so the assets appear in their workspaces.