What problem does it solve? When working with Feishu/Lark messaging or scheduling, you often have a person's name or email but need their open_id, or you have an open_id and need to look up their name, department, email, or personal status. This Skill bridges that gap using the lark-cli contact commands. ## Core Features & Use Cases - Name/Email to open_id Resolution: Search employees by name, email, or phone keyword with filters like has-chatted, enterprise email, same-tenant, and employment status. - open_id Reverse Lookup: Retrieve name, department, email, activation status, personal status, and signature for known open_ids, in both user and bot identities. - Batch Fanout Queries: Search up to 20 names in parallel with per-query error reporting, or batch-validate up to 100 open_ids. - Use Case: You want to message a colleague named Zhang San. Search by name, confirm the correct candidate from the results, get the open_id, then hand off to the lark-im skill to send the message. ## Quick Start Ask the assistant to find the open_id of a colleague by name using the lark contact search, then look up their profile details.