feishu-drive

Manage Feishu Drive files and folders via CLI commands.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-drive-midnightv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/feishu-drive
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-drive-midnightv1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Managing files and folders in Feishu Drive can be tedious and error-prone when done manually across many documents, folders, and team spaces. This Skill provides a concise CLI and API-backed operations to browse, locate, create, move, and delete cloud files so you can keep your team's Drive organized without switching contexts.

Core Features & Use Cases

  • List & Browse: Show contents of root or any folder, filter by file type, and view modification timestamps.
  • Metadata & Search: Resolve file or folder tokens/URLs to metadata and search Drive by name or keyword.
  • File Management: Create folders, move items between folders, and delete items (moves to trash for recovery).
  • Use Case: Quickly find a shared spec by name, move it into a project folder, and confirm ownership and URL without leaving chat.

Quick Start

Ask the assistant to list files in a specific Feishu Drive folder by providing the folder token or full Drive URL.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I list and browse Feishu Drive files in a specific folder?

To list and browse Feishu Drive files, you provide the assistant with a folder token or full Drive URL. The Skill then shows folder contents, allowing you to filter by file type and view modification timestamps.

Can I search Feishu cloud storage by file name or keyword?

Yes, you can search Feishu cloud storage by name or keyword. The Skill resolves file or folder tokens and URLs to metadata, enabling you to quickly locate shared specs without leaving your chat context.

What is the best way to move or delete files in Feishu Drive?

The best way to move or delete files in Feishu Drive is via the Skill's CLI commands. You can move items between folders or delete them, which safely moves items to trash for recovery.

Do I need specific API permissions to manage Feishu Drive folders?

Yes, you need Feishu API access with specific permissions. Managing Feishu Drive folders requires the drive:drive and drive:file scopes to authorize listing, creating, moving, and searching operations.

Can I create a new folder in Feishu Drive using a CLI command?

Yes, you can create a new folder in Feishu Drive using the Skill's mkdir CLI command. This allows you to quickly structure team spaces and personal organization directories programmatically.

Why does my Feishu Drive file search require a token or URL?

Feishu Drive file search requires a token or URL to accurately resolve file metadata. This URL-based identification ensures the API correctly targets specific files within your team's cloud storage hierarchy.