feishu-drive

Automate Feishu Drive file and folder operations with token-based navigation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud storage file management can be tedious and error-prone when done manually. This skill provides a compact, automated interface to handle cloud-space navigation and file operations directly from Feishu Drive contexts.

Core Features & Use Cases

  • List folder contents
  • Get file info
  • Create folders
  • Move and delete files
  • Token-based navigation and basic permissions handling Use Case: A team member needs to quickly inspect the root or a subfolder to locate a file or verify a folder's contents and move it to a new location.

Quick Start

Tell Feishu Drive to list the root folder to begin exploring Feishu cloud storage.

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 and folder management?

To automate Feishu cloud drive file and folder management, use an automated interface that handles listing, creating, moving, and deleting items with token-based navigation and error handling.

What is the best way to list folder contents in Feishu Drive?

Listing folder contents in Feishu Drive requires an automated action handler that retrieves directory items using token-based navigation, allowing you to quickly inspect root or subfolders to locate files.

Can I move or delete files in Feishu cloud storage without manual clicks?

You can move or delete files in Feishu cloud storage without manual clicks by triggering explicit action handlers that automate item relocation and removal with built-in error handling.

How do I create a new folder in Feishu Drive programmatically?

Creating a new folder in Feishu Drive programmatically involves using the create_folder action handler to automate directory generation directly within your Feishu cloud space.

Does Feishu Drive automation support managing file permissions?

Feishu Drive automation supports managing file permissions by applying basic permissions handling alongside file operations to control access to your cloud storage items.

Why do I need token-based navigation for Feishu cloud storage operations?

Token-based navigation for Feishu cloud storage operations is needed to paginate through large folder contents and ensure accurate retrieval of directory items during automated file management tasks.