From b2d9707507f526c8dc83a3bc5a6b1c900a86d60e Mon Sep 17 00:00:00 2001 From: "niuchong.1" Date: Sat, 28 Mar 2026 15:28:38 +0800 Subject: [PATCH] docs: update README skills install command Use the global skills install command in both English and Chinese README agent setup steps for consistency. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- README.zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a5b1a8ea5..c72952ad9b 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ npm install -g @larksuite/cli > Skills are the instruction files that tell the AI Agent what commands are available and how to call them. This step is essential for the Agent to work with lark-cli. ```bash -npx skills add larksuite/cli --all -y +npx skills add larksuite/cli -y -g ``` **Step 3 — Configure app credentials** diff --git a/README.zh.md b/README.zh.md index 921177b70c..1dd6e7477a 100644 --- a/README.zh.md +++ b/README.zh.md @@ -108,7 +108,7 @@ npm install -g @larksuite/cli > Skills 是告诉 AI Agent 有哪些命令可用及如何调用的指令文件,是 Agent 使用 lark-cli 的前提。 ```bash -npx skills add larksuite/cli --all -y +npx skills add larksuite/cli -y -g ``` **第 3 步 — 配置应用凭证**