From 4c842c4a08f3805f354ed728e8c93ca86bd6a8e2 Mon Sep 17 00:00:00 2001 From: wangzhuc Date: Mon, 30 Mar 2026 13:07:48 +0800 Subject: [PATCH] =?UTF-8?q?README=20=E6=9B=B4=E6=96=B0=EF=BC=9AOpenClaw=20?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E6=96=B9=E5=BC=8F=20+=20=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E7=BB=93=E6=9E=84=E8=A1=A5=E5=85=85=20build=5Fopenclaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1867ec0..0ae4c1b 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,9 @@ pip install -r requirements.txt **Claude Code**:`cp -r wewrite ~/.claude/skills/wewrite` -**OpenClaw**:`cp -r wewrite /path/to/openclaw/skills/wewrite` +**OpenClaw**:`ln -s /path/to/wewrite/dist/openclaw ~/.openclaw/skills/wewrite` + +> `dist/openclaw/` 是自动构建的 OpenClaw 兼容版(工具名、路径变量已转换),push to main 时 CI 自动更新。 ### 配置(可选) @@ -166,14 +168,17 @@ wewrite/ ├── writing-config.example.yaml # 写作参数模板(可用 optimize loop 调优) ├── requirements.txt │ -├── scripts/ # 数据采集 + 优化 +├── dist/openclaw/ # OpenClaw 兼容版(CI 自动构建) +│ +├── scripts/ # 数据采集 + 优化 + 构建 │ ├── fetch_hotspots.py # 多平台热点抓取 │ ├── seo_keywords.py # SEO 关键词分析 │ ├── fetch_stats.py # 微信文章数据回填 │ ├── build_playbook.py # 从历史文章生成 Playbook │ ├── learn_edits.py # 学习人工修改 │ ├── humanness_score.py # 文章"人味"打分器(客观 checklist + LLM 判官) -│ └── optimize_loop.py # autoresearch 风格迭代优化框架 +│ ├── optimize_loop.py # autoresearch 风格迭代优化框架 +│ └── build_openclaw.py # SKILL.md → OpenClaw 格式转换 │ ├── toolkit/ # Markdown → 微信工具链 │ ├── cli.py # CLI(preview / publish / gallery / themes / image-post)