Cli lark-contact
飞书通讯录:查询组织架构、人员信息和搜索员工。获取当前用户或指定用户的详细信息、通过关键词搜索员工(姓名/邮箱/手机号)。当用户需要查看个人信息、查找同事 open_id 或联系方式、按姓名搜索员工、查询部门结构时使用。
install
source · Clone the upstream repo
git clone https://github.com/larksuite/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/larksuite/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/lark-contact" ~/.claude/skills/larksuite-cli-lark-contact && rm -rf "$T"
manifest:
skills/lark-contact/SKILL.mdsource content
contact (v1)
CRITICAL — 开始前 MUST 先用 Read 工具读取
,其中包含认证、权限处理../lark-shared/SKILL.md
Shortcuts(推荐优先使用)
Shortcut 是对常用操作的高级封装(
lark-cli contact +<verb> [flags])。有 Shortcut 的操作优先使用。
| Shortcut | 说明 |
|---|---|
| Search users (results sorted by relevance) |
| Get user info (omit user_id for self; provide user_id for specific user) |