# Lark CLI

> Lark/Feishu (飞书) CLI tool. Use when the user asks to do anything on Lark/Feishu — send or read chat messages (IM), read or edit docs/sheets/slides/wiki, work with multi-dimensional tables (Base/bitable), manage calendar/meetings/video-conference, mail, contacts, tasks, approvals, OKR, drive files, minutes, whiteboards, or attendance. Triggers: "lark", "feishu", "send a feishu message", "peek lark group messages", "conclude last lark meeting".

- Skill: `archibate/lark-cli` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add archibate/lark-cli`
- Raw SKILL.md: https://api.skillmd.com/api/skills/archibate/lark-cli/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Product & Planning
- Author: archibate (https://skillmd.com/u/archibate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/archibate/lark-cli

---


# Lark/Feishu CLI Skill

Official Lark/Feishu CLI tool: `lark-cli`

## Workflow

Before start, run these three commands:

```bash
echo "=== Auth status ==="
lark-cli auth status                       # verify login status
echo "=== List of skills ==="
lark-cli skills list                       # list all available skills (read on demand)
echo "=== Shared knowledge ==="
lark-cli skills read lark-shared/SKILL.md  # common knowledge you should generally follow
```

The CLI embeds version-matched agent guidance — read it before choosing flags:

```bash
lark-cli skills read lark-im/SKILL.md
```

Reading the skill will teach you how to use the `lark-cli im` interface.

Optionally read the references docs mentioned in SKILL.md on demand:

```bash
lark-cli skills read lark-im/references/lark-im-chat-list.md
```

