Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions examples/openclaw-memory-plugin/INSTALL-ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

---

## 一键安装(Linux / macOS)

**前置条件:** Python >= 3.10、Node.js >= 22。脚本会自动校验这些依赖,若有缺失会给出安装指引。

```bash
curl -fsSL https://raw.githubusercontent.com/volcengine/OpenViking/main/examples/openclaw-memory-plugin/install.sh | bash
```

非交互模式(使用默认配置):

```bash
curl -fsSL https://raw.githubusercontent.com/volcengine/OpenViking/main/examples/openclaw-memory-plugin/install.sh | bash -s -y
```

脚本会:1) 校验 OpenViking 运行环境(并检查是否已安装 OpenClaw);2) 仅安装 OpenViking;3) 配置并部署记忆插件。

---

## 一、快速开始(让 OpenClaw 自动安装)

先将技能文件复制到 OpenClaw 技能目录,再让 OpenClaw 完成后续步骤:
Expand Down
18 changes: 18 additions & 0 deletions examples/openclaw-memory-plugin/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ Give [OpenClaw](https://github.com/openclaw/openclaw) long-term memory powered b

---

## One-Click Install (Linux / macOS)

**Prerequisites:** Python >= 3.10, Node.js >= 22. The script checks these and prompts you to install any missing components.

```bash
curl -fsSL https://raw.githubusercontent.com/volcengine/OpenViking/main/examples/openclaw-memory-plugin/install.sh | bash
```

Non-interactive mode:

```bash
curl -fsSL https://raw.githubusercontent.com/volcengine/OpenViking/main/examples/openclaw-memory-plugin/install.sh | bash -s -y
```

The script will: 1) validate the OpenViking runtime environment (and check that OpenClaw is installed), 2) install OpenViking only, 3) configure and deploy the memory plugin.

---

## 1. Quick Start (Let OpenClaw Install It)

Copy the skill file into OpenClaw's skill directory, then let OpenClaw handle the rest:
Expand Down
Loading
Loading