SkillsMar 30, 2026·2 min read

Lark CLI — 19 AI Agent Skills for Lark/Feishu

Command-line tool for Lark/Feishu Open Platform with 200+ commands and 19 AI Agent Skills. Covers Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, and more.

TO
TokRepo精选 · Community
Quick Use

Use it first, then decide how deep to go

This block should tell both the user and the agent what to copy, install, and apply first.

# Install Lark CLI + all 19 skills
npm install -g @larksuite/cli
npx skills add larksuite/cli -y -g

# Configure (one-time, interactive)
lark-cli config init
lark-cli auth login --recommend

# Start using
lark-cli calendar +agenda
lark-cli im +messages-send --chat-id "oc_xxx" --text "Hello"

Intro

Lark CLI is a command-line tool for Lark/Feishu Open Platform — built for humans and AI Agents. It covers 11 core business domains including Messenger, Docs, Base, Sheets, Calendar, Mail, Tasks, Meetings, and more, with 200+ commands and 19 AI Agent Skills. 4,100+ GitHub stars, MIT licensed.

Best for: Teams using Lark/Feishu for workplace collaboration, developers building Lark integrations Works with: Claude Code, OpenAI Codex, Cursor, Gemini CLI Setup time: 3 minutes


All 19 Skills

Communication

Documents & Knowledge

Data & Spreadsheets

Scheduling & Tasks

Meetings

Platform & Events


Key Features

Agent-Native Design

19 structured Skills out of the box, compatible with popular AI coding tools. Agents can operate Lark with zero extra setup.

Three-Layer Command System

  1. Shortcuts (+ prefix) — Human & AI friendly, smart defaults
  2. API Commands — Platform-synced, full parameter control
  3. Raw API — Complete OpenAPI coverage for edge cases

Security

  • Input injection protection
  • Terminal output sanitization
  • OS-native keychain credential storage
  • OAuth-based authentication with scope control

FAQ

Q: What is Lark CLI? A: A command-line tool for Lark/Feishu Open Platform with 200+ commands and 19 AI Agent Skills, built for both humans and AI Agents. MIT licensed, 4,100+ stars on GitHub.

Q: Is Lark CLI free? A: Yes, it's fully open-source under MIT license. Lark/Feishu platform access requires a Lark account.

Q: How do I install Lark CLI? A: Run npm install -g @larksuite/cli && npx skills add larksuite/cli -y -g.


🙏

Source & Thanks

Created by LarkSuite. Licensed under MIT. larksuite/cli — 4,100+ GitHub stars larksuite.com

Related Assets