git:20260519.a56c976 to git:20260710.2925510

15 added, 20 removed. Audit A to B.

---
- name: "Automate Lark and Feishu docs, sheets, mail, calendar, meetings, and chat tasks from agents with Lark CLI"
- slug: "automate-lark-and-feishu-docs-sheets-mail-calendar-meetings-and-chat-tasks-from-agents-with-lark-cli"
+ title: "Automate Lark and Feishu docs, sheets, mail, calendar, meetings, and chat tasks from agents with Lark CLI"
description: "Operate Lark and Feishu work objects from one agent-ready CLI instead of stitching together separate APIs and browser flows."
- github_stars: 7942
verification: "security_reviewed"
source: "https://github.com/larksuite/cli"
author: "LarkSuite"
publisher_type: "organization"
- category: "Calendar, Email & Productivity"
- framework: "Multi-Framework"
+ category:
+ - "Calendar, Email & Productivity"
+ framework:
+ - "Multi-Framework"
tool_ecosystem:
github_repo: "larksuite/cli"
github_stars: 7942
npm_package: "@larksuite/cli"
npm_weekly_downloads: 98577
---
# Automate Lark and Feishu docs, sheets, mail, calendar, meetings, and chat tasks from agents with Lark CLI
Operate Lark and Feishu work objects from one agent-ready CLI instead of stitching together separate APIs and browser flows.
## Prerequisites
Lark CLI, Node.js or a release binary, Lark or Feishu account access, app credentials and scopes for the target workspace
## Installation
- Use the upstream install or setup path that matches your environment:
- - npx @larksuite/cli@latest install
- - git clone https://github.com/larksuite/cli.git
- - make install
- - npx skills add larksuite/cli -y -g
+ Choose whichever fits your setup:
- Requirements and caveats from upstream:
- - Node.js (npm/npx)
- - Go v1.23+ and Python 3 (only required for building from source)
- - Requires Go v1.23+ and Python 3.
+ 1. Copy this skill folder into your local skills directory.
+ 2. Clone the repo and symlink or copy the skill into your agent workspace.
+ 3. Add the repo as a git submodule if you manage shared skills centrally.
+ 4. Install it through your internal provisioning or packaging workflow.
+ 5. Download the folder directly from GitHub and place it in your skills collection.
- Basic usage or getting-started notes:
- - [Install](#installation--quick-start) · [AI Agent Skills](#agent-skills) · [Auth](#authentication) · [Commands](#three-layer-command-system) · [Advanced](#advanced-usage) · [Security](#security--risk-warnings-read-bef...
- - Before you start, make sure you have:
- - **Note for AI assistants:** If you are an AI Agent helping the user with installation, jump directly to [Quick Start (AI Agent)](#quick-start-ai-agent), which contains all the steps you need to complete.
+ Install command or upstream instructions:
- - Source: https://github.com/larksuite/cli
- - Extracted from upstream docs: https://raw.githubusercontent.com/larksuite/cli/HEAD/README.md
+ ```
+ Install the CLI from npm or from the repository release, initialize app credentials, complete the documented auth flow, then run the workspace command or packaged agent skill that matches the task.
+ ```
## Documentation
- https://github.com/larksuite/cli
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/automate-lark-and-feishu-docs-sheets-mail-calendar-meetings-and-chat-tasks-from-agents-with-lark-cli/)