feishu-drive

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

5|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-drive-p-sree-sai-pavan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/p-sree-sai-pavan/P.A.R.K.E.R/tree/main/gateway/extensions/feishu/skills/feishu-drive
Command: npx skills add https://github.com/p-sree-sai-pavan/P.A.R.K.E.R --skill feishu-drive-p-sree-sai-pavan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Drive is a powerful cloud storage solution, but programmatic management of folders, files, and permissions can be error-prone and tedious. This skill provides scripted commands to interact with Feishu Drive directly from your AI workflow, reducing manual steps.

Core Features & Use Cases

  • List folder contents in the root or a specified folder via tokens.
  • Retrieve detailed file information and perform folder/file operations such as create_folder, move, and delete.
  • Use cases include automated project setup, bulk organization, and quick audits of drive structure.

Quick Start

List root drive contents or create a folder named Projects in Feishu Drive.

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 Drive folder management from my scripts?

You can automate Feishu Drive folder management by using scripted commands to list contents, create folders, and move or delete files directly from your AI workflow, reducing manual steps.

What is the best way to organize files in Feishu Drive in bulk?

Batch organizing files in Feishu Drive is done by applying token-based scoping to target nested folders, allowing you to move, delete, and audit directory structures via automation scripts.

Can I list contents of a specific nested folder in Feishu Drive?

Yes, you can list contents of a specific nested folder in Feishu Drive by providing the optional folder_token parameter to tailor the scope of your listing request to that directory.

Does Feishu Drive API integration support moving files between folders?

Yes, Feishu Drive API integration supports moving files between folders by using the move action along with the appropriate file_token and folder_token parameters to relocate items.

What actions are supported for cloud storage management in Feishu Drive?

Supported actions for cloud storage management in Feishu Drive include list, info, create_folder, move, and delete, enabling control over root or nested folders and retrieval of file details.

When should I use token-based scoping for Feishu Drive operations?

You should use token-based scoping for Feishu Drive operations when you need to apply access boundaries to nested folders, perform quick audits, or batch organize specific directory structures.