lark-contact

Retrieve Feishu/Lark employee contact details and search by keywords.

1|Updated May 17, 2026
One-click install
npx skills add https://github.com/mykcs/myk-skills --skill lark-contact-mykcs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-contact
Source: https://github.com/mykcs/myk-skills/tree/main/lark-contact
Command: npx skills add https://github.com/mykcs/myk-skills --skill lark-contact-mykcs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-cli, and includes references (resource) components.

What problem does it solve?

Helps you quickly find and retrieve employee and organizational information in Feishu (Lark) when you need a person’s details, their department structure context, or their contact identifiers.

Core Features & Use Cases

  • Fetch user details: Get the current user’s profile or look up a specific user by id (with support for different id types).
  • Search employees by keywords: Perform relevance-sorted searches using name, email, phone, and similar fields.
  • Structured output for AI use: Retrieve results in machine-friendly JSON or switch to human-readable formats for review.

Quick Start

Ask the skill to search for employees matching the keyword you provide, then use the returned open_id to fetch a specific user’s detailed profile.

Frequently Asked Questions about lark-contact

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I look up a Feishu employee's open_id and contact details?

You can look up Feishu employee contact details by using keyword search with name or email to retrieve their open_id, then fetching the specific user's detailed profile via Lark APIs.

Can I search the Feishu org directory by name and email?

Yes, you can search the Feishu org directory using name, email, phone, and similar keyword fields, returning relevance-sorted employee results with their corresponding open_id identifiers.

Do I need lark-cli to query user information in Lark?

Yes, querying user information requires the lark-cli dependency to handle authentication and enforce permission rules when calling Lark APIs for contact user details and search results.

What is the best way to get structured contact data for AI automation in Feishu?

Retrieving structured contact data for AI automation involves calling Lark APIs through this skill to get machine-friendly JSON output containing open_id and user profile details.

Does Feishu contact search support fetching the current user's profile?

Feishu contact search supports fetching the current user's profile, looking up specific users by id with different id types, and performing keyword-based employee searches within the organization.