Add end-to-end installation guide for /ac

This commit is contained in:
Alice (OpenClaw)
2026-04-23 12:17:21 +08:00
parent 0dac3ec76b
commit 3624dff1d3
3 changed files with 294 additions and 3 deletions

View File

@@ -8,6 +8,8 @@ Reusable OpenClaw skill for `/auto-continue` (`/ac`) session-level auto-followup
### 這個 repo 內有什麼
- `openclaw-auto-continue/SKILL.md`**給 Agent 看的** skill 指引
- `openclaw-auto-continue/references/installation-guide.md`**給要落地 `/ac` 指令的人 / agent 看** 的安裝指南
- `openclaw-auto-continue/references/runtime-integration.md``/ac` runtime integration 說明
- `openclaw-auto-continue.skill` — 已打包好的 skill 檔
### 其他電腦怎麼用
@@ -97,7 +99,8 @@ cp -R openclaw-auto-continue ~/.openclaw/workspace/skills/
一句話:
- `README.md` 是給人 / operator 看的
- `openclaw-auto-continue/SKILL.md` 是給 agent 看的
- `references/runtime-integration.md` 是給要落地 runtime 的人 / agent 看的
- `references/installation-guide.md` 是給要從頭做到尾落地 `/ac` 的人 / agent 看的
- `references/runtime-integration.md` 是給要理解 runtime 接法的人 / agent 看的
---
@@ -105,6 +108,8 @@ cp -R openclaw-auto-continue ~/.openclaw/workspace/skills/
### What this repo contains
- `openclaw-auto-continue/SKILL.md` — the **agent-facing** skill instructions
- `openclaw-auto-continue/references/installation-guide.md` — end-to-end guide for making `/ac` real on another machine
- `openclaw-auto-continue/references/runtime-integration.md` — runtime integration notes for `/ac`
- `openclaw-auto-continue.skill` — packaged skill artifact
### For humans: how to use on another computer
@@ -194,4 +199,5 @@ If an OpenClaw agent is deciding how to use this repo:
In short:
- `README.md` is the human/operator guide
- `openclaw-auto-continue/SKILL.md` is the agent-facing guide
- `references/runtime-integration.md` is for runtime integration work
- `references/installation-guide.md` is for end-to-end `/ac` installation work
- `references/runtime-integration.md` is for runtime integration details