feishu-drive

Manage Feishu drive items with token-based create, move, and delete operations.

87|20|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/openaeon/OpenAEON --skill feishu-drive-openaeon
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/openaeon/OpenAEON/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/openaeon/OpenAEON --skill feishu-drive-openaeon

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud storage tasks like browsing folders, retrieving file details, and organizing documents become slow and error-prone when done manually through the web UI.

Core Features & Use Cases

  • Folder browsing: List items in a root space or a specific folder using a folder token.
  • File lookup: Fetch file information by file token (with type support) to confirm what you’re about to move or delete.
  • Organization actions: Create folders, move files between folders, and delete files using token-based operations.

Use Case: You need to quickly inventory a shared Feishu space, find specific documents by token, move them into a newly created destination folder, and remove obsolete files.

Quick Start

Use the feishu-drive skill to list the contents of the shared Feishu folder by providing folder_token from your folder URL.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I list Feishu Drive folder contents using a token?▼

You can list Feishu Drive folder contents by providing the folder_token extracted from the folder URL, allowing you to browse items within that specific root space or directory.

Can I move and delete Feishu cloud storage files via API?▼

Yes, you can move and delete Feishu cloud storage files by executing action-based requests using the specific file_token and type handling to manage organization actions across folders.

What file types are supported for Feishu Drive file lookup?▼

Feishu Drive file lookup supports type handling for doc, docx, sheet, bitable, folder, file, mindnote, and shortcut formats, allowing you to fetch specific file information by file token.

How do I retrieve file metadata in Feishu cloud storage?▼

You retrieve file metadata in Feishu cloud storage by fetching file information using the file_token along with the appropriate type parameter to confirm item details before performing move or delete operations.

Does organizing shared Feishu spaces require token extraction from URLs?▼

Yes, organizing shared Feishu spaces requires token extraction from URLs, as folder and file management operations depend on token-based API requests to accurately target specific drive items.