feishu-drive
Allows file management within Feishu cloud storage. Provides tools to list, move, and organize files and folders.
Install
mkdir -p .claude/skills/feishu-drive && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/1003" && unzip -o skill.zip -d .claude/skills/feishu-drive && rm skill.zipInstalls to .claude/skills/feishu-drive
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.Key capabilities
- →List folder contents with pagination
- →Retrieve file metadata by token
- →Create new cloud folders
- →Move files between folders
- →Delete files
How it works
It interacts with the Feishu Drive API using tokens extracted from URLs to perform file operations within shared folders.
Inputs & outputs
When to use feishu-drive
- →List files in Feishu folder
- →Create a new cloud folder
- →Move files between folders
- →Get file info
About this skill
Feishu Drive
Use the single feishu_drive tool and its current action schema.
From https://example.feishu.cn/drive/folder/ABC123, use ABC123 as folder_token.
Files and folders
- Start from a folder shared with the bot. Bot credentials normally have no usable personal root folder.
- For paginated folder listings, keep the same
folder_tokenand pass the returnedpage_tokenuntil no continuation token remains. - Use
infowith the exact file token and type returned by Drive or wiki discovery. - Resolve the exact source and destination before moving or deleting. Confirm destructive deletes when the user's intent or target is unclear.
- Create subfolders inside a shared folder; creating at the account root normally fails for bots.
Comments
- Use
list_comments, thenlist_comment_replieswith the exactcomment_idto inspect a discussion. - Use
add_commentfor a document-level comment. Includeblock_idonly when the user wants a comment on one known Docx block. - Use
reply_commentfor an existing comment thread. - Preserve the file type and pagination fields returned by the tool. The schema is authoritative for which file types each comment action accepts.
Only expose or forward file and comment contents needed for the user's request; shared Drive data may be private.
When not to use it
- →When attempting to access a root folder as a bot
- →When the file type is a shortcut for metadata lookup
Prerequisites
Limitations
- →Bots cannot access a root folder
- →Pagination requires a concrete shared folder token
How it compares
It allows direct programmatic manipulation of Feishu cloud storage compared to manual web interface usage.
Compared to similar skills
feishu-drive side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| feishu-drive (this skill) | 3 | 6mo | No flags | Intermediate |
| calculator | 7 | 7mo | Review | Beginner |
| speech-to-text | 7 | 2mo | Review | Beginner |
| transactionsyncing | 1 | 5mo | No flags | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by openclaw
View all by openclaw →You might also like
calculator
Code-and-Sorts
Performs arbitrary-precision arithmetic calculations including addition, subtraction, multiplication, division, and exponents. Use when the user asks to calculate, compute, or evaluate math expressions, or when precise decimal arithmetic is needed to avoid floating-point errors.
speech-to-text
benchflow-ai
Transcribe video to timestamped text using Whisper tiny model (pre-installed).
transactionsyncing
AojdevStudio
Import Fidelity transaction history CSV into Google Sheets with smart categorization. USE WHEN user mentions "sync transactions", "import transactions", "transaction history", OR wants to import Fidelity History CSV. Routes debit card purchases to Expense Tracker with auto-categorization.
office-docs
Xxiii8322766509
Extract text and tables from .docx and .xlsx using local scripts (no external deps).
raffle-winner-picker
ComposioHQ
Picks random winners from lists, spreadsheets, or Google Sheets for giveaways, raffles, and contests. Ensures fair, unbiased selection with transparency.
calc
Anhvu1107
ALWAYS use this when the request matches Calc: Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc.