What problem does it solve?
Managing Feishu cloud storage—uploading large files, organizing wiki knowledge bases, handling document comments, and configuring collaborator permissions—normally requires navigating multiple web interfaces and APIs. This Skill unifies all of these operations into scriptable feishu-cli commands that an AI agent can execute directly.
Core Features & Use Cases
- Drive file operations: Upload and download files with automatic chunked transfer for files over 20MB, async import/export with resumable tasks, and local-to-cloud directory mirroring with SHA-256 verification.
- Wiki knowledge base management: Create, move, copy, and recursively export wiki node trees, manage spaces and members, with safeguards like mandatory
--yes confirmation for space deletion.
- Comments and permissions: List, add, resolve, and reply to document comments; add/update/remove collaborators, manage public sharing settings and passwords, and transfer document ownership.
- Use Case: Back up an entire wiki subtree to a local folder with
wiki export-tree, then grant a teammate edit access to the exported source documents using perm add with the correct doc-type mapping.
Quick Start
Ask the AI to upload a local file to a Feishu Drive folder or list the collaborators of a document using this skill.