What problem does it solve? When working in Feishu/Lark, you often know a colleague's name or email but need their open_id to send messages or schedule meetings, or you have an open_id and need to look up the person's profile. This Skill bridges that gap using the official lark-cli contact commands. ## Core Features & Use Cases - People Search: Find employees by name, email, or phone keyword and obtain their open_id, with filters for chat history, enterprise email, tenant boundary, and employment status. - Profile Lookup: Retrieve name, department, email, activation status, personal status, and signature for known open_ids, with distinct user-identity and bot-identity command paths. - Batch Fanout Queries: Search up to 20 names in parallel with per-query error reporting, and batch-validate up to 100 open_ids at once. - Use Case: To message a colleague named 张三, first run a contact search to confirm the correct open_id among same-name candidates, then hand that open_id to the messaging skill. ## Quick Start Ask the assistant to find the open_id of a Feishu colleague by name so you can send them a message.