mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-29 13:02:10 +03:00
Docs: update zh-CN translations and pipeline
What: - update zh-CN glossary, TM, and translator prompt - regenerate zh-CN docs and apply targeted fixes - add zh-CN AGENTS pipeline guidance Why: - address terminology/spacing feedback from #6995 Tests: - pnpm build && pnpm check && pnpm test
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
read_when:
|
||||
- 更新 macOS Skills 设置 UI
|
||||
- 更改 Skills 门控或安装行为
|
||||
summary: macOS Skills 设置 UI 及 Gateway网关支持的状态
|
||||
summary: macOS Skills 设置 UI 和基于 Gateway 网关的状态
|
||||
title: Skills
|
||||
x-i18n:
|
||||
generated_at: "2026-02-01T21:33:07Z"
|
||||
generated_at: "2026-02-03T10:08:09Z"
|
||||
model: claude-opus-4-5
|
||||
provider: pi
|
||||
source_hash: ecd5286bbe49eed89319686c4f7d6da55ef7b0d3952656ba98ef5e769f3fbf79
|
||||
@@ -15,26 +15,26 @@ x-i18n:
|
||||
|
||||
# Skills(macOS)
|
||||
|
||||
macOS 应用通过 Gateway网关展示 OpenClaw Skills;不会在本地解析 Skills。
|
||||
macOS 应用通过 Gateway 网关展示 OpenClaw Skills;它不会在本地解析 Skills。
|
||||
|
||||
## 数据来源
|
||||
|
||||
- `skills.status`(Gateway网关)返回所有 Skills 及其资格和缺失的依赖项
|
||||
(包括内置 Skills 的白名单限制)。
|
||||
- 依赖项来源于每个 `SKILL.md` 中的 `metadata.openclaw.requires`。
|
||||
- `skills.status`(Gateway 网关)返回所有 Skills 以及资格和缺失的要求
|
||||
(包括内置 Skills 的允许列表阻止情况)。
|
||||
- 要求来源于每个 `SKILL.md` 中的 `metadata.openclaw.requires`。
|
||||
|
||||
## 安装操作
|
||||
|
||||
- `metadata.openclaw.install` 定义安装选项(brew/node/go/uv)。
|
||||
- 应用调用 `skills.install` 在 Gateway网关主机上运行安装程序。
|
||||
- 当提供多个安装程序时,Gateway网关仅展示一个首选安装程序
|
||||
(优先使用 brew,否则使用 `skills.install` 中的 node 管理器,默认为 npm)。
|
||||
- 应用调用 `skills.install` 在 Gateway 网关主机上运行安装器。
|
||||
- 当提供多个安装器时,Gateway 网关仅展示一个首选安装器
|
||||
(如果可用则使用 brew,否则使用来自 `skills.install` 的 node 管理器,默认 npm)。
|
||||
|
||||
## 环境变量/API 密钥
|
||||
|
||||
- 应用将密钥存储在 `~/.openclaw/openclaw.json` 的 `skills.entries.<skillKey>` 下。
|
||||
- `skills.update` 可修改 `enabled`、`apiKey` 和 `env`。
|
||||
- `skills.update` 更新 `enabled`、`apiKey` 和 `env`。
|
||||
|
||||
## 远程模式
|
||||
|
||||
- 安装和配置更新在 Gateway网关主机上执行(而非本地 Mac)。
|
||||
- 安装 + 配置更新发生在 Gateway 网关主机上(不是本地 Mac)。
|
||||
|
||||
Reference in New Issue
Block a user