Files
danghuangshang/extensions
ultranationalism 9b551236a9 rewrite: OpenViking 接管记忆后端,不是文件之上的叠加层
SKILL.md 改为记忆操作映射表:novel-memory 的文件操作
对应到 memory_recall/store/forget。OpenViking 和 qmd
都是文件语义,切换无感。移除"文件先写再同步"的错误描述。

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-14 17:36:50 +08:00
..

Extensions - 可选插件

本目录包含默认不启用的 OpenClaw 插件。通过 openclaw plugins install 安装。

可用插件

插件 说明 前置依赖
novel-openviking 翰林院 OpenViking 增强:语义搜索 + 知识图谱 OpenViking 已安装

安装

# 安装插件
openclaw plugins install ./extensions/novel-openviking

# 启用 / 关闭
openclaw plugins enable novel-openviking
openclaw plugins disable novel-openviking

# 查看已安装
openclaw plugins list

插件启用后,翰林院 agent 自动获得 OpenViking 增强 skill知道如何调用语义搜索和索引。关闭插件后 skill 消失agent 自然回退到纯文件模式。