lark-contact

Query Lark organizational directory for employee contact information.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/eastreams/loong --skill lark-contact-eastreams
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-contact
Source: https://github.com/eastreams/loong/tree/main/skills/larksuite-cli/lark-contact
Command: npx skills add https://github.com/eastreams/loong --skill lark-contact-eastreams

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides fast access to the Lark (Feishu) organizational directory so users can locate colleagues, retrieve contact information, and inspect department structure without navigating multiple admin consoles or APIs.

Core Features & Use Cases

  • Current user profile: retrieve the authenticated user's detailed information.
  • Specific user lookup: fetch any user's profile by user_id with support for open_id, union_id, or user_id types.
  • Keyword search: search employees by name, email, or phone with relevance sorting, pagination, and flexible output formats (JSON or table).
  • Use Cases: find a colleague's open_id for automation scripts, look up contact details for support or HR tasks, and explore department membership and visibility constraints.

Quick Start

Use the lark-contact skill to search for an employee named Zhang San and return their open_id and contact details.

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 Lark employee contact details by name or email?

To look up Lark employee contact details, you can search the organizational directory by name, email, or phone keyword. The skill retrieves matched profiles with relevance sorting, returning contact information and open_id for automation and support tasks.

How do I retrieve a specific user's open_id in Larksuite?

You retrieve a specific user's open_id by performing a user_id lookup in the Lark directory. The query supports open_id, union_id, or user_id types to accurately identify the employee and return their contact details.

Do I need lark-cli configured to search the organizational directory?

Yes, you need the lark-cli binary installed and configured to search the organizational directory. Proper authentication and permissions are required to access employee contact information and perform current user retrieval.

What is the best way to get authenticated user profile info from Lark?

The best way to get authenticated user profile info is using the current user retrieval feature. This directly queries the Lark directory to fetch the authenticated user's detailed contact information and organizational structure.

Can I output Lark directory search results as a table or JSON?

Yes, you can output Lark directory search results as a table or JSON. Keyword searches support flexible output formats and pagination, allowing you to format employee contact details for HR automation or support scripts.