From 86df0ec48b16d5f09f16fa22f09908edf2d396bd Mon Sep 17 00:00:00 2001 From: Redacted User Date: Thu, 9 Apr 2026 18:38:56 +0200 Subject: [PATCH] docs: highlight OpenClaw one-command integration in README --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d0380d0..69a07de 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Today, Alice ships with: - **CLI** - **MCP server** - **OpenClaw adapter** +- **OpenClaw one-command demo** - **Importers** - OpenClaw - Markdown @@ -107,6 +108,12 @@ cp .env.example .env docker compose up -d ``` +Run the OpenClaw end-to-end demo: + +```bash +./scripts/use_alice_with_openclaw.sh +``` + Check status: ```bash @@ -184,6 +191,13 @@ You can: - use Alice recall and resumption on imported work - augment OpenClaw workflows through Alice MCP tools +The one-command flow runs: + +- before snapshot +- OpenClaw import +- replay/recall checks +- after snapshot + See: - [docs/integrations/importers.md](docs/integrations/importers.md)