lark-contact

Search Feishu contacts and retrieve user details via CLI.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill lark-contact-baibairui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-contact
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/lark-contact
Command: npx skills add https://github.com/baibairui/WoClaw --skill lark-contact-baibairui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

飞书通讯录:查询组织架构、人员信息和搜索员工。获取当前用户或指定用户的详细信息、通过关键词搜索员工(姓名/邮箱/手机号)。当用户需要查看个人信息、查找同事 open_id 或联系方式、按姓名搜索员工、查询部门结构时使用。

Core Features & Use Cases

Shortcut 是对常用操作的高级封装。使用快捷指令的操作优先执行。

  • 快捷命令如 lark-cli contact +get-user 与 lark-cli contact +search-user,使你能够快速获取用户信息或通过关键词搜索员工。
  • 可以获取当前用户信息或通过 user_id 指定用户,并通过姓名、邮箱或手机号搜索员工,输出格式支持 JSON 或表格。
  • 用例:快速定位同事、验证联系信息、查看所在部门结构。

Quick Start

Run lark-cli contact +get-user to fetch your own profile, or use lark-cli contact +search-user --query "张三" to locate colleagues.

Frequently Asked Questions about lark-contact

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

FAQPage Schema
How do I search for Feishu employees by name, email, or phone number?

You can search Feishu employees by running the lark-cli contact +search-user command with a query for name, email, or mobile number to locate colleagues and return formatted user details.

How do I retrieve my own Feishu user profile details?

To retrieve your own Feishu user profile details, execute the lark-cli contact +get-user shortcut, which fetches your current authenticated user data and outputs it in JSON or table format.

Can I look up a specific Feishu colleague using their user ID?

Yes, you can look up a specific Feishu colleague by providing their user_id to the contact retrieval command, which fetches detailed profile information and department structure for that targeted user.

Does searching Feishu contacts require authentication?

Yes, searching Feishu contacts requires authentication, as the Skill enforces auth protocols to securely access the organization directory and retrieve current user data or detailed search results.

What output formats are supported when querying Feishu contact information?

Querying Feishu contact information supports output in both JSON and table formats, allowing you to view user profiles, department structures, and employee search results in your preferred structured layout.

What are the limitations of using a CLI to query Feishu contacts?

Using a CLI to query Feishu contacts is limited to retrieving user details and searching employees by keywords like name or email, meaning it cannot modify organizational structures or update contact information directly.