What problem does it solve?
Organizations using Lark/Feishu often work with documents, chats, and directory data across multiple apps. This skill provides a unified, scriptable interface to read and edit documents, send messages, look up users, and query Base/Bitable data from Lark.
Core Features & Use Cases
- Read and edit Lark documents and extract content for downstream processing.
- Send messages to chats and manage contacts within Lark.
- Look up user information and query Lark Base/Bitable data for automation workflows.
- Use cases: automatically notify teams, fetch user details by email, or update wiki notes from your automation pipeline.
Quick Start
Source the authentication script and obtain a token with get_lark_token.
Retrieve a document's blocks with get_document_blocks or get_all_document_blocks.
Use the provided MCP tools or the lark_api helper to perform actions such as reading content, sending messages, or looking up users.