feishu-drive

Manage Feishu cloud storage files and folders via API operations.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gensparx/GenSparx --skill feishu-drive-gensparx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/gensparx/GenSparx/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/gensparx/GenSparx --skill feishu-drive-gensparx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of files and folders within Feishu's cloud storage, allowing for efficient organization and retrieval of documents.

Core Features & Use Cases

  • File and Folder Operations: List contents of folders, get file information, create new folders, move files, and delete files.
  • Token Extraction: Easily extract unique identifiers for files and folders from Feishu URLs.
  • Use Case: Quickly create a new subfolder named "Project Alpha Reports" within an existing Feishu folder and then move a newly created document into it.

Quick Start

Use the feishu_drive skill to list the contents of the folder with token fldcnXXX.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I manage Feishu cloud storage files and folders programmatically?

To manage Feishu cloud storage programmatically, use API integration to list folder contents, retrieve file details, create directories, move files, and delete specified files using unique file and folder tokens.

How do I extract the folder token from a Feishu URL for file operations?

Extract unique identifiers for files and folders directly from Feishu URLs. This token extraction is necessary to target specific directories when creating subfolders or moving documents.

Can I create a new directory and move existing files in Feishu drive?

Yes, you can create new directories in Feishu drive and move existing files into them. This supports use cases like creating a project subfolder and relocating newly created documents into it.

Do I need a Feishu API integration to list cloud folder contents?

Yes, Feishu API integration is required to list cloud folder contents. You must also provide specific file or folder tokens to authenticate and target the correct storage locations.