feishu-drive — community feishu-drive, Claude-Code-Feishu, MidnightV1, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Ideal for Cloud Storage Agents needing seamless Feishu Drive integration for file management and collaboration. Manage Feishu Drive / cloud storage (云盘/云空间) — list files/folders, create folders, move/delete files, search, get file info. Use when the user mentions cloud drive (云盘/云空间), file management (文件管理), fo

MidnightV1 MidnightV1
[7]
[0]
Updated: 3/6/2026

Quality Score

Top 5%
39
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add MidnightV1/Claude-Code-Feishu/feishu-drive
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The feishu-drive skill by MidnightV1 is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Ideal for Cloud Storage Agents needing seamless Feishu Drive integration for file management and collaboration.

Core Value

Empowers agents to browse, organize, and manage files and folders in Feishu Drive using Python scripts, facilitating tasks such as listing files, getting file metadata, and creating folders, all through a messaging interface with calendar, documents, and tasks support.

Capabilities Granted for feishu-drive

Automating file organization in Feishu Drive
Generating folder structures for team collaborations
Retrieving file metadata for document management

! Prerequisites & Limits

  • Requires Feishu Drive access
  • Python 3.x compatibility needed for drive_ctl.py script execution
Project
SKILL.md
1.4 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

Feishu Drive

Browse, organize, and manage files and folders in Feishu Drive.

Tool

python3 .claude/skills/feishu-drive/scripts/drive_ctl.py <command> [args]

Commands

bash
1# List files in root or a folder 2drive_ctl.py list [--folder <folder_token>] [--type docx|sheet|bitable|folder|...] [--limit 20] 3 4# Get file/folder metadata 5drive_ctl.py info <token_or_url> 6 7# Create a folder 8drive_ctl.py mkdir "Folder Name" [--parent <folder_token>] 9 10# Move a file/folder 11drive_ctl.py move <file_token> <dest_folder_token> --type <file_type> 12 13# Delete a file/folder (moves to trash) 14drive_ctl.py delete <file_token> --type <file_type> 15 16# Search files by name 17drive_ctl.py search "query" [--type docx|sheet|...] [--limit 20]

File Types

TypeDescription
docxDocument
sheetSpreadsheet
bitableMultidimensional table
folderFolder
fileUploaded file
mindnoteMind map
slidesPresentation

URL Handling

Drive URLs are automatically parsed — pass full Feishu URLs directly to info.

Behavior Notes

  • list with no --folder shows root folder contents.
  • delete moves to trash (recoverable), not permanent deletion.
  • search uses the Drive file search API with keyword matching.
  • Bot needs drive:drive and drive:file permission scopes.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is feishu-drive?

Ideal for Cloud Storage Agents needing seamless Feishu Drive integration for file management and collaboration. Manage Feishu Drive / cloud storage (云盘/云空间) — list files/folders, create folders, move/delete files, search, get file info. Use when the user mentions cloud drive (云盘/云空间), file management (文件管理), fo

How do I install feishu-drive?

Run the command: npx killer-skills add MidnightV1/Claude-Code-Feishu/feishu-drive. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for feishu-drive?

Key use cases include: Automating file organization in Feishu Drive, Generating folder structures for team collaborations, Retrieving file metadata for document management.

Which IDEs are compatible with feishu-drive?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for feishu-drive?

Requires Feishu Drive access. Python 3.x compatibility needed for drive_ctl.py script execution.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add MidnightV1/Claude-Code-Feishu/feishu-drive. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use feishu-drive immediately in the current project.

Related Skills

Looking for an alternative to feishu-drive or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication