feishu-drive

Manage Feishu Drive files and folders via API.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-drive-sensetime-fvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-drive
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/feishu-drive
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-drive-sensetime-fvg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a concise interface for managing files and folders stored in Feishu Drive, removing the need to manually navigate Feishu web UIs to list, inspect, create, move, or delete items shared with a bot or user account.

Core Features & Use Cases

  • Folder browsing and listing: List root or specific folder contents using folder tokens extracted from Feishu URLs.
  • File inspection: Retrieve metadata and type-aware information for documents, spreadsheets, bitables, mindnotes, shortcuts, and generic uploaded files.
  • File operations: Create folders within a shared folder, move files between folders, and delete files when authorized.
  • Permissions-aware workflow: Handles bot account limitations that require folders to be shared with the bot and supports read-only and full-access scopes for safe integration.
  • Use Case: Automate organizing documents uploaded by users into a shared Feishu folder the bot can access, then index and retrieve file metadata for downstream processing.

Quick Start

List all files in a shared Feishu folder by asking the feishu_drive tool to perform action list with the folder token.

Frequently Asked Questions about feishu-drive

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

FAQPage Schema
How do I list files in a Feishu shared folder using a bot?

Feishu cloud storage supports managing doc, docx, sheet, bitable, mindnote, shortcut, folder, and generic uploaded files. The tool retrieves type-aware metadata and properties for these items within shared drives.

Can I create folders and move files in Feishu Drive via API?

Bot accounts require specific permission scopes, either drive:drive for full access or drive:drive:readonly for listing and inspection. Folders must be explicitly shared with the bot to enable file management operations.

What is the best way to automate organizing documents in Feishu Drive?

Automating Feishu Drive organization involves using bot integrations to move uploaded files into structured shared folders and retrieve metadata. This removes the need to manually navigate Feishu web UIs for file management.

Why does my Feishu bot fail to access specific cloud folders?

Your Feishu bot fails to access cloud folders when they are not explicitly shared with the bot account. You must share the target folders with the bot and ensure the correct drive:drive or drive:drive:readonly permission scopes are granted.