From 3c79c61f675b5dbb773e271e1b2f07198c21843d Mon Sep 17 00:00:00 2001
From: gavrielc
Date: Sat, 21 Feb 2026 17:16:28 +0200
Subject: [PATCH] docs: fix README_zh consistency and remove Skills System CLI
section
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- Fix 你→您 inconsistency in README_zh.md
- Add missing nanoclaw.dev link to README_zh.md header
- Remove Skills System CLI section from both README.md and README_zh.md
Co-Authored-By: Claude Opus 4.6
---
README.md | 15 ---------------
README_zh.md | 18 ++----------------
2 files changed, 2 insertions(+), 31 deletions(-)
diff --git a/README.md b/README.md
index 448eb2a..7ba28b5 100644
--- a/README.md
+++ b/README.md
@@ -88,21 +88,6 @@ Or run `/customize` for guided changes.
The codebase is small enough that Claude can safely modify it.
-## Skills System CLI (Experimental)
-
-The new deterministic skills-system primitives are available as local commands:
-
-```bash
-npm run skills:init -- --core-version 0.5.0 --base-source .
-npm run skills:apply -- --skill whatsapp --version 1.2.0 --files-modified src/server.ts
-npm run skills:update-preview
-npm run skills:update-stage -- --target-core-version 0.6.0 --base-source /path/to/new/core
-npm run skills:update-commit
-# or: npm run skills:update-rollback
-```
-
-These commands operate on `.nanoclaw/state.yaml`, `.nanoclaw/state.next.yaml`, `.nanoclaw/base/`, `.nanoclaw/base.next/`, and `.nanoclaw/backup/`.
-
## Contributing
**Don't add features. Add skills.**
diff --git a/README_zh.md b/README_zh.md
index 06c5c16..a0e7115 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -7,6 +7,7 @@
+ nanoclaw.dev •
English •
•
@@ -18,7 +19,7 @@
[OpenClaw](https://github.com/openclaw/openclaw) 是一个令人印象深刻的项目,愿景宏大。但我无法安心使用一个我不了解却能访问我个人隐私的软件。OpenClaw 有 52+ 个模块、8 个配置管理文件、45+ 个依赖项,以及为 15 个渠道提供商设计的抽象层。其安全性是应用级别的(通过白名单、配对码实现),而非操作系统级别的隔离。所有东西都在一个共享内存的 Node 进程中运行。
-NanoClaw 用一个你能在 8 分钟内理解的代码库,为您提供了同样的核心功能。只有一个进程,少数几个文件。智能体(Agent)运行在具有文件系统隔离的真实 Linux 容器中,而不是依赖于权限检查。
+NanoClaw 用一个您能在 8 分钟内理解的代码库,为您提供了同样的核心功能。只有一个进程,少数几个文件。智能体(Agent)运行在具有文件系统隔离的真实 Linux 容器中,而不是依赖于权限检查。
## 快速开始
@@ -87,21 +88,6 @@ claude
代码库足够小,Claude 可以安全地修改它。
-## Skills系统的命令行工具(Skills System CLI) (实验性功能)
-
-新的**确定性**技能系统(Skills System)**底层操作**已作为本地命令提供:
-
-```bash
-npm run skills:init -- --core-version 0.5.0 --base-source .
-npm run skills:apply -- --skill whatsapp --version 1.2.0 --files-modified src/server.ts
-npm run skills:update-preview
-npm run skills:update-stage -- --target-core-version 0.6.0 --base-source /path/to/new/core
-npm run skills:update-commit
-# or: npm run skills:update-rollback
-```
-
-这些命令操作 `.nanoclaw/state.yaml`、`.nanoclaw/state.next.yaml`、`.nanoclaw/base/`、`.nanoclaw/base.next/` 和 `.nanoclaw/backup/` 文件。
-
## 贡献
**不要添加功能,而是添加技能。**