feishu-drive

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the friction of managing cloud storage files manually by providing a direct interface for programmatic file operations within the Feishu ecosystem.

Core Features & Use Cases

  • File Operations: Perform list, info, create, move, and delete actions on cloud files and folders.
  • Token-based Access: Efficiently navigate and manipulate directory structures using folder and file tokens.
  • Use Case: Automate the organization of project documents by moving completed reports into an archive folder or listing contents of a shared team drive to verify file availability.

Quick Start

Use the feishu-drive skill to list all files and folders located in the root directory of the connected cloud space.

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 organization in Feishu cloud storage?

You can automate Feishu cloud storage management by using a unified interface to list, create, move, and delete files and folders programmatically. This facilitates automated file organization and retrieval tasks for team collaboration.

How do I list files in a Feishu drive root directory?

To list files in a Feishu drive root directory, you execute a list action through the cloud storage interface targeting the root folder token. This retrieves all file and folder contents located in the connected cloud space.

Do I need authentication tokens to manage Feishu drive files?

Yes, you need valid authentication tokens and appropriate drive permissions to manage Feishu drive files. These credentials are required to authorize read and write operations on cloud assets within the platform.

What is the best way to move completed reports into a Feishu archive folder?

The best way to move completed reports into a Feishu archive folder is by using token-based access to manipulate directory structures. You execute a move action using the specific file and destination folder tokens.

Can I use this approach to verify file availability in a shared team drive?

Yes, you can verify file availability in a shared team drive by performing a list action on the shared directory. This retrieves the contents of the specified folder token to confirm which files are currently present.

Why does my Feishu cloud storage file operation fail?

Feishu cloud storage file operations fail when the provided authentication tokens are invalid or if the connected account lacks appropriate drive permissions. Ensure you have valid credentials and read or write authorizations for the target cloud assets.