| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums.txt | 2026-03-28 | 600 Bytes | |
| lark-cli-1.0.0-windows-amd64.zip | 2026-03-28 | 5.5 MB | |
| lark-cli-1.0.0-darwin-amd64.tar.gz | 2026-03-28 | 5.5 MB | |
| lark-cli-1.0.0-darwin-arm64.tar.gz | 2026-03-28 | 5.2 MB | |
| lark-cli-1.0.0-linux-amd64.tar.gz | 2026-03-28 | 5.4 MB | |
| lark-cli-1.0.0-linux-arm64.tar.gz | 2026-03-28 | 5.0 MB | |
| lark-cli-1.0.0-windows-arm64.zip | 2026-03-28 | 5.0 MB | |
| README.md | 2026-03-28 | 2.6 kB | |
| v1.0.0 source code.tar.gz | 2026-03-28 | 831.7 kB | |
| v1.0.0 source code.zip | 2026-03-28 | 1.3 MB | |
| Totals: 10 Items | 33.6 MB | 3 | |
Changelog
All notable changes to this project will be documented in this file.
v1.0.0 - 2026-03-28
Initial Release
The first open-source release of Lark CLI — the official command-line interface for Lark/Feishu.
Features
Core Commands
lark api— Make arbitrary Lark Open API calls directly from the terminal with flexible parameter support.lark auth— Complete OAuth authentication flow, including interactive login, logout, token status, and scope management.lark config— Manage CLI configuration, includinginitfor guided setup anddefault-asfor switching contexts.lark schema— Inspect available API services and resource schemas.lark doctor— Run diagnostic checks on CLI configuration and environment.
Service Shortcuts
Built-in shortcuts for commonly used Lark APIs, enabling concise commands like lark im send or lark drive upload:
- IM (Messaging) — Send messages, manage chats, and more.
- Drive — Upload, download, and manage cloud documents.
- Docs — Work with Lark documents.
- Sheets — Interact with spreadsheets.
- Base (Bitable) — Manage multi-dimensional tables.
- Calendar — Create and manage calendar events.
- Mail — Send and manage emails.
- Contact — Look up users and departments.
- Task — Create and manage tasks.
- Event — Subscribe to and manage event callbacks.
- VC (Video Conference) — Manage meetings.
- Whiteboard — Interact with whiteboards.
AI Agent Skills
Bundled AI agent skills for intelligent assistance:
lark-im,lark-doc,lark-drive,lark-sheets,lark-base,lark-calendar,lark-mail,lark-contact,lark-task,lark-event,lark-vc,lark-whiteboard,lark-wiki,lark-minuteslark-openapi-explorer— Explore and discover Lark APIs interactively.lark-skill-maker— Create custom AI skills.lark-workflow-meeting-summary— Automated meeting summary workflow.lark-workflow-standup-report— Automated standup report workflow.lark-shared— Shared skill utilities.
Developer Experience
- Cross-platform support (macOS, Linux, Windows) via GoReleaser.
- Shell completion for Bash, Zsh, Fish, and PowerShell.
- Bilingual documentation (English & Chinese).
- CI/CD pipelines: linting, testing, coverage reporting, and automated releases.