lark-cli
Installation
SKILL.md
Lark CLI
This skill uses the lark CLI to operate Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks, and more), with the shortest-path examples and reference links.
What this repo provides
larkCLI: a single binary to access Feishu/Lark products (IM, Drive, Docs, Sheets, Mail, Calendar, Wiki, Bitable, Tasks).- Two output modes: human tables by default, JSON with
--jsonfor automation. - SDK-first implementation via the official
oapi-sdk-go.
Quickstart (minimal)
- Install the CLI (see
references/INSTALL.md). - Authenticate:
- Tenant token (app-only, bot/app identity):
lark auth tenant - User token (user-scoped, on behalf of a user):
lark auth user loginSeereferences/AUTH.mdfor details and scopes.
- Tenant token (app-only, bot/app identity):
- Run a command: