feishu-drive

Manage Feishu Drive cloud storage files and folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Drive enables programmatic management of cloud storage within Feishu, helping automate common tasks like listing folders, retrieving file metadata, creating folders, moving items, and deleting files without manual UI interaction.

Core Features & Use Cases

  • List root and nested folder contents to discover items and extract tokens
  • Get file or folder metadata (type, timestamps, URLs) for decision making
  • Create folders and move items between folders
  • Delete files or folders with safety checks when needed
  • Use case: an automation bot can organize a project workspace by creating a structured folder tree and populating it with shared documents

Quick Start

List the Feishu Drive root to view items and use the available actions (list, info, create_folder, move, delete) to manage files and folders.

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 cloud drive file management?

Feishu cloud drive file management is automated by applying actions like list, info, create_folder, move, and delete to browse folders and manipulate items without manual UI interaction.

What is the best way to organize a Feishu drive workspace programmatically?

Organizing a Feishu drive workspace programmatically involves creating a structured folder tree and populating it with shared documents using actions like create_folder and move with folder_token references.

How do I list contents of a nested folder in Feishu Drive?

Listing contents of a nested folder in Feishu Drive requires using the list action with the specific folder_token to discover items and extract file tokens for further navigation.

Can I retrieve file metadata like timestamps and URLs from Feishu cloud storage?

Retrieving file metadata from Feishu cloud storage is supported through the info action, which fetches file type, timestamps, and URLs for decision making using file_token references.

Does Feishu Drive automation support deleting files with safety checks?

Feishu Drive automation supports deleting files or folders with safety checks when needed, using the delete action with file_token or folder_token references to remove items permanently.