feishu-drive

Manage Feishu Drive files and folders via token-based operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a simple interface to manage Feishu cloud storage so users and bots can list folders, inspect file metadata, create folders, move files, and delete items without manually navigating the Feishu web UI.

Core Features & Use Cases

  • Token extraction: Extract folder_token or file_token from Feishu URLs to reference specific locations.
  • List folder contents: Browse root or shared folders and retrieve file tokens, names, types, URLs, and timestamps.
  • File metadata and search: Retrieve file info by token and type (doc, docx, sheet, bitable, file, mindnote, shortcut).
  • Create, move, delete: Create folders inside a parent folder, move files between folders, and delete files when authorized.
  • Permissions & limits: Supports readonly and full drive scopes but bots have no personal root folder and can only operate on folders shared with them.

Quick Start

Use the feishu-drive tool to list the contents of folder token fldcnXXX and return each item's name, type, token, and URL.

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?

You can manage Feishu cloud storage by listing, retrieving, creating, moving, and deleting files and folders using specific folder and file tokens extracted from Feishu URLs.

How do I extract folder and file tokens from Feishu URLs?

Folder and file tokens are extracted directly from Feishu URLs to reference specific locations for browsing folder contents, fetching file metadata, or managing items within Feishu Drive.

Can a bot manage files in its personal root folder in Feishu Drive?

Bots lack a personal root folder in Feishu Drive and can only operate on shared folders, meaning you must provide a shared folder token for file and folder operations.

What Feishu Drive scopes are required for file management operations?

Feishu Drive operations require appropriate scopes such as drive:drive for full access or drive:drive:readonly for browsing folders and retrieving file metadata.

What file types are supported when retrieving metadata from Feishu Drive?

Retrieving file metadata in Feishu Drive supports multiple types including doc, docx, sheet, bitable, file, mindnote, and shortcut.

How do I create nested folders in Feishu cloud storage?

You can create nested folders in Feishu cloud storage by specifying a parent folder token, which allows the bot to build folder structures within shared locations.