What problem does it solve? When working with Feishu/Lark messaging or scheduling, you often only know a person's name or email, but the APIs require an open_id. This Skill resolves names and emails into open_ids, looks up user profiles by ID, and searches for visible bots and agents, so downstream messaging and calendar actions can target the right identity. ## Core Features & Use Cases - User 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 user details by open_id, union_id, or user_id, including department, email, personal status, and signature. - Bot and Agent Search: Search bots and agents visible to the current user by keyword, returning bot open_ids for messaging or group invitations. - Use Case: To message a colleague named Zhang San, first search by name to confirm the correct open_id among same-name candidates, then hand the open_id to the messaging skill. ## Quick Start Ask the assistant to find the Feishu open_id of a colleague by name so you can send them a message.