Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down
2 changes: 1 addition & 1 deletion README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 步 — 配置应用凭证**
Expand Down