skill-candidates/feishu-drive/SKILL.md
Browse and manage Feishu Drive folders and files via the feishu_drive tool. Use when listing shared folders, inspecting file metadata, creating folders, moving files, or deleting Drive items the bot can access.
npx skillsauth add grtninja/skill-arbiter feishu-driveInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Single tool feishu_drive for cloud storage operations across Feishu Drive folders and files.
folder_token from a Feishu Drive URL when you are targeting a specific folder.list to confirm what the bot can actually access.info to inspect a specific file before moving or deleting it.create_folder, move, delete).From URL https://xxx.feishu.cn/drive/folder/ABC123 -> folder_token = ABC123
| Action | Description |
| ------ | ----------- |
| list | List root or folder contents |
| info | Get file metadata by token and type |
| create_folder | Create a folder at root or inside a parent folder |
| move | Move a file into a target folder |
| delete | Delete a file or Drive item by token and type |
| Type | Description |
| ---------- | ----------------------- |
| doc | Old format document |
| docx | New format document |
| sheet | Spreadsheet |
| bitable | Multi-dimensional table |
| folder | Folder |
| file | Uploaded file |
| mindnote | Mind map |
| shortcut | Shortcut |
info, move, and delete require the correct type for the target object.info does not recursively search Drive; browse with list first when the location is uncertain.channels:
feishu:
tools:
drive: true # default: true
Required permissions:
drive:drive - Full access (create, move, delete)drive:drive:readonly - Read only (list, info)tenant_access_token and don't have their own "My Space". The root folder concept only exists for user accounts. This means:
create_folder without folder_token will fail (400 error)tools
Run a defender-first security sweep on code, configs, prompts, model/tooling surfaces, or third-party contribution lanes. Use when a request involves safe bug, leak, zero-day-class, exploit, or hack hunting for protection, when contributing to outside repositories and you want a focused security pass, or when touching auth, secrets, permissions, network exposure, prompt/tool boundaries, data flow, or update/build surfaces. This skill is defensive only and must never be used for weaponization or unauthorized access.
development
Validate and repair VRM Sandbox startup acceptance with shim-first local model authority, frontend/backend bring-up, and avatar-runtime launch proof. Use when launch behavior, chat handoff, voice fallback, or runtime bridge acceptance must be verified end to end.
documentation
Align documented voice-command catalogs, endpoint action allowances, and live runtime handlers so operator-visible voice surfaces match what the stack can actually execute. Use when voice command docs, parser matrices, endpoint permissions, or runtime action routing drift apart.
development
Track SkillHub trend and topic drift, maintain a bounded rewrite watchlist, and surface emerging gaps worth turning into repo-owned skills. Use when the marketplace query set shows new families or when the current shortlist has gone stale.