From 32035a7a9194cc4daa7718486dee8416375e40df Mon Sep 17 00:00:00 2001 From: asensagent Date: Sat, 11 Apr 2026 12:57:07 +0800 Subject: [PATCH] docs: update OpenClaw integration guide (#498) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: update OpenClaw integration guide - Install section: npm only, removed InstallTabs snippet - Step 2: removed smoke test (actionbook search) - Step 3: removed "search -> get -> operate" workflow reference - Next Steps: updated card description Co-Authored-By: Claude Opus 4.6 * docs: revert steps 2-3 changes, keep only npm install update Only the installation section should change per updated request. Co-Authored-By: Claude Opus 4.6 * docs: update InstallTabs snippet to npm-only install Update the shared install-tabs.mdx snippet to only show npm install method. Reverts inline change to openclaw.mdx — keeps the import. Co-Authored-By: Claude Opus 4.6 --------- Co-authored-by: Claude Opus 4.6 --- docs/snippets/install-tabs.mdx | 31 ++++--------------------------- 1 file changed, 4 insertions(+), 27 deletions(-) diff --git a/docs/snippets/install-tabs.mdx b/docs/snippets/install-tabs.mdx index a0dc6ce22..295884b37 100644 --- a/docs/snippets/install-tabs.mdx +++ b/docs/snippets/install-tabs.mdx @@ -1,27 +1,4 @@ - - - ```bash - curl -fsSL https://actionbook.dev/install.sh | bash - ``` - Re-run the same command to upgrade. - - - ```bash - npm install -g @actionbookdev/cli - ``` - Requires Node.js >= v18. Upgrade with `npm install -g @actionbookdev/cli@latest`. - - - ```bash - brew tap actionbook/tap - brew install actionbook - ``` - Upgrade later with `brew upgrade actionbook`. - - - ```powershell - irm https://actionbook.dev/install.ps1 | iex - ``` - Re-run the same command to upgrade. - - +```bash +npm install -g @actionbookdev/cli +``` +Requires Node.js >= v18. Upgrade with `npm install -g @actionbookdev/cli@latest`.