A CLI wrapper for searching across Feishu's cloud docs, messages, and apps using their search APIs. You get keyword search with filters for document types (docx, wiki, sheets, etc.), message filtering by chat/sender/time range, and app discovery. It handles the full OAuth Device Flow for User Access Tokens, so you can check scopes before running commands and avoid permission errors. The main distinction worth knowing: basic doc search lives here, but if you need precise filtering like folder tokens or creator IDs, you'll want the v2 drive search in feishu-cli-drive instead. Message search is your go-to for finding content across conversations, while feishu-cli-chat handles browsing sequential chat history in a specific thread.
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-search