This handles file operations in Feishu Drive: listing folders, moving files, creating directories, and deleting content. It works through token-based access, where you extract tokens from Feishu URLs to reference specific folders or files. One catch worth knowing upfront is that bots don't have their own root folder in Feishu's architecture, so you'll need users to manually create and share a folder with the bot before it can do anything useful. After that initial setup, it's solid for programmatic file management. Supports all the standard Feishu file types including docs, sheets, bitables, and mind maps. The permission model splits cleanly between full access and read-only modes.
npx skills add https://github.com/m1heng/clawdbot-feishu --skill feishu-drive