feishu-cli-file

Automate Feishu cloud-drive file operations via a Bash CLI.

1.3k|140|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-cli-file
Source: https://github.com/riba2534/feishu-cli/tree/main/skills/feishu-cli-file
Command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-file

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu cloud-drive users often face repetitive, error-prone file management tasks across folders. This skill automates common operations to reduce manual workload and improve accuracy.

Core Features & Use Cases

  • List and inspect contents of root or nested folders in Feishu cloud drive.
  • Create folders and manage file structures efficiently.
  • Move, copy, and delete items across folders with safety checks.

Quick Start

Use feishu-cli file list to view contents and feishu-cli file mkdir/move/copy/delete to perform common operations.

Frequently Asked Questions about feishu-cli-file

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

FAQPage Schema
How do I automate Feishu cloud-drive file management tasks?

You can automate Feishu cloud-drive file management using a Bash-based CLI with subcommands like list, mkdir, move, copy, and delete. It applies input validation and usage safeguards to reduce manual operations and errors.

What is the best way to move or copy files across Feishu cloud-drive folders?

Moving or copying files across Feishu cloud-drive folders is handled by the CLI's move and copy subcommands. These operations include safety checks to ensure accurate file transfers without manual intervention.

Can I list contents of nested folders in Feishu cloud drive?

Yes, listing contents of nested folders in Feishu cloud drive is supported. The CLI's list subcommand lets you inspect contents of both root and nested directories within your cloud space.

Do I need any specific dependencies to run the Feishu CLI for file operations?

No additional dependencies are required to run the Feishu CLI for file operations. The Skill operates as a Bash-based CLI with explicit dependencies and usage safeguards, functioning within a standard shell environment.

What safety checks are included when deleting files from Feishu cloud space?

Deleting files from Feishu cloud space involves input validation and safe execution safeguards provided by the CLI. These checks apply to all subcommands, including delete, to prevent errors during file management.