feishu-drive

Automate file and folder management in Feishu Drive with token-based access.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Drive automation reduces manual file management by enabling bots to list, inspect, create, move, and delete cloud-stored items in Feishu Drive without manual navigation.

Core Features & Use Cases

  • List Folder Contents: Retrieve items in a folder with metadata like name, type, token, and timestamps.
  • Get File Info: Fetch detailed info for a specific file or folder by its token and type.
  • Create Folder: Create a new folder under a given parent or in the root.
  • Move File: Move an item to a target folder.
  • Delete File: Remove an item from Feishu Drive.

Quick Start

Create a folder named 'Projects' in Feishu Drive and list its contents.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I automate file and folder management in Feishu Drive?

Automating Feishu Drive file and folder management involves using API endpoints to list folder contents, create folders, move items, and delete files without manual navigation. This reduces manual file management by enabling bots to handle cloud-stored items programmatically.

What information is returned when listing folder contents in Feishu Drive?

Listing folder contents in Feishu Drive retrieves items with metadata like name, type, token, and timestamps. This allows bots to inspect cloud-stored items programmatically and gather detailed information about files within a specified root or parent folder.

Can I create folders under a specific parent folder in Feishu Drive?

Yes, you can create folders under a specific parent folder in Feishu Drive. The create folder action supports scoping under a given parent directory or directly in the root, requiring token-based access to execute the creation workflow.

Does Feishu Drive automation support moving and deleting files?

Feishu Drive automation supports moving items to a target folder and deleting files from the cloud storage. These actions use token-based access and root or parent folder scoping to ensure items are relocated or removed correctly.

What is needed to get detailed file info from Feishu Drive?

To get detailed file info from Feishu Drive, you need the specific file or folder token and its type. The system fetches detailed metadata using token-based access, allowing bots to inspect cloud-stored items accurately.