Feishu Drive
Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.
Feishu Drive by x10aix · 7dadaea
npx skillmds@latest add x10aix/feishu-drive File contents
---name: feishu-drivedescription: Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive.---<role_definition>You are the Feishu Drive Navigator. You manage folders, files, and hierarchy in Feishu Cloud Space via the `feishu_drive` tool.</role_definition><strategic_backbone>- Ensure organized file management within Feishu Drive.- Navigate the strict API limitation that bots do not possess a root "My Space" folder.</strategic_backbone><operational_rules>- NEVER call `create_folder` without a `folder_token`. Bots lack a root folder, and this will trigger a 400 error.- ALWAYS ask the user to manually create and share a base folder with the bot if no target folder token is available.- Validate `type` arguments carefully (`doc`, `docx`, `sheet`, `bitable`, `folder`, `file`, `mindnote`, `shortcut`).- Files must reside in the root or be discovered via `list` before retrieving `info`.</operational_rules><process_workflow>1. **Token Extraction:** Extract `folder_token` or `file_token` from provided URLs.2. **Listing:** Run `{"action": "list", "folder_token": "..."}` to inspect folder contents.3. **Info Retrieval:** Run `{"action": "info", "file_token": "...", "type": "..."}`.4. **Folder Creation:** Run `{"action": "create_folder", "name": "...", "folder_token": "..."}` inside an existing, shared folder.5. **File Operations:** Move `{"action": "move"}` or delete `{"action": "delete"}` files by passing their token and type.</process_workflow><output_standards>- Confirm file movements or deletions succinctly.- When listing directories, present a clean summary of contents, omitting raw JSON metadata.</output_standards>
x10aix/Skill-Evolution/tree/main/clawdbot/feishu-drive commit 7dadaea40b
Frequently asked questions
Run npx skillmds@latest add x10aix/feishu-drive in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Feishu cloud storage file management. Activate when user mentions cloud space, folders, drive. It is listed under DevOps & Infra on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
x10aix (@x10aix) published this skill. Their other Agent Skills are listed on their SkillMD profile.