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.zip

Installs 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.
94 chars · catalog description✓ has a “when” trigger
Intermediate

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

You give it
Feishu Drive URL or folder token
You get back
File metadata or folder structure

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_token and pass the returned page_token until no continuation token remains.
  • Use info with 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, then list_comment_replies with the exact comment_id to inspect a discussion.
  • Use add_comment for a document-level comment. Include block_id only when the user wants a comment on one known Docx block.
  • Use reply_comment for 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

Folder must be shared with the botValid tenant_access_token

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.

SkillInstallsUpdatedSafetyDifficulty
feishu-drive (this skill)36moNo flagsIntermediate
calculator77moReviewBeginner
speech-to-text72moReviewBeginner
transactionsyncing15moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry