lark-contact

Query Feishu contact data for user profiles and keyword searches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Accessing Feishu contact and organization data via CLI can be scattered across endpoints and parameters, so this skill bundles the routines to read current user info, specified profiles, and keyword searches with the required authentication references.

Core Features & Use Cases

  • Get self or specified user info with the contact shortcuts, returning current profile data or targeted open_id/user_id details once you know the identifier.
  • Search employees by keywords through the CLI, supporting pagination, formatting, and relevance-sorted results to discover colleagues by name, email, or phone.
  • Use case: When you need an employee’s contact details for collaboration, search with a partial name to obtain their open_id and then fetch the detailed profile for their department, title, and phone.

Quick Start

Invoke lark-cli contact +get-user to fetch your profile or specify --user-id to examine a teammate.

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 employee details in Feishu using the CLI?

You can look up employee details in Feishu by invoking the lark-cli contact commands to search colleagues by keyword or fetch user profiles using open_id, returning department, title, and phone information.

Can I search the Feishu employee directory by partial name?

Yes, you can search the Feishu employee directory by partial name, email, or phone through the CLI, receiving relevance-sorted results with pagination tokens to discover colleague open_id identifiers.

What's the best way to get my own Feishu user profile via CLI?

The best way to get your own Feishu user profile via CLI is invoking the contact get-user command without parameters, which returns your current profile data including department and title.

Does this Feishu contact search support pagination for large organizations?

Yes, Feishu contact search supports pagination tokens for large organizations, allowing you to retrieve subsequent pages of keyword search results and apply optional formatting to user profiles.

How do I fetch a specific teammate's contact info if I know their open_id?

To fetch a specific teammate's contact info, invoke the contact get-user command with the --user-id parameter, targeting their open_id or user_id to obtain detailed profile data.

Do I need authentication references to query the Feishu org hierarchy?

Yes, you need authentication references to query the Feishu org hierarchy, as the CLI commands require proper authorization to access contact information and organization details securely.