feishu-drive

Manage Feishu cloud storage files and folders via JSON-triggered actions.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill feishu-drive-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/Clawdi-AI/openclaw/tree/main/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill feishu-drive-clawdi-ai

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 access to your documents.

Core Features & Use Cases

  • File & Folder Operations: List contents, get file information, create new folders, move files, and delete files.
  • Token Extraction: Easily extract necessary tokens from Feishu drive URLs for operations.
  • Use Case: Organize your project documents by creating a new folder in your Feishu drive, moving relevant files into it, and then sharing the folder link.

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 programmatically?

To manage Feishu cloud storage files programmatically, you can use a single tool to list folder contents, retrieve file metadata, create new folders, and move or delete files by sending specific JSON payloads.

How do I list folder contents and get file information in Feishu drive?

You can list folder contents and get file information in Feishu drive by triggering the corresponding actions through JSON payloads, which return the specific file details and directory structures you request.

Do I need an access token to create folders and move files in Feishu drive?

Yes, you need proper tenant or user access tokens to create folders and move files in Feishu drive. You can easily extract these required tokens directly from Feishu drive URLs for your operations.

Can I organize project documents by creating a folder and moving files into it on Feishu?

Yes, you can organize project documents on Feishu by creating a new folder in your drive, moving relevant existing files into that directory, and then sharing the resulting folder link with your team.

What are the limitations when deleting files from Feishu cloud storage?

When deleting files from Feishu cloud storage, the operation requires proper access tokens and handles file type distinctions. You must ensure you have the correct tenant or user permissions to execute deletion successfully.