openclaw

仓库创建 2025年9月1日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

能给代理提供跨会话记忆与实时观察流,适合长期部署场景。

▸ 风险提示

会注入系统提示并可能将数据流到外部消息通道,存在敏感信息泄露风险。

这个 Skill 做什么

为 OpenClaw 网关安装 claude-mem 插件,实现会话持久记忆。

在 OpenClaw 网关上装上 claude-mem 插件后,agent 的会话可以跨次记住上下文和系统提示,用户再启动会话时它能拿出之前的记忆。常用在需要持久会话、历史上下文注入或把观察流实时推送到消息通道的时候。特别之处是直接在网关层面实现持久记忆与可选的实时观测流,不用每次都重新传释上下文。

Skill 开发管理持久记忆OpenClaw插件OpenClaw
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.5k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/openclaw/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/openclaw/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Claude-Mem OpenClaw Plugin — Setup Guide

This guide walks through setting up the claude-mem plugin on an OpenClaw gateway. By the end, your agents will have persistent memory across sessions via system prompt context injection, and optionally a real-time observation feed streaming to a messaging channel.

## Quick Install (Recommended)

Run this one-liner to install everything automatically:

```bash
curl -fsSL https://install.cmem.ai/openclaw.sh | bash
```

The installer handles dependency checks (Bun, uv), plugin installation, memory slot configuration, AI provider setup, worker startup, and optional observation feed configuration — all interactively.

### Install with options

Pre-sele
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有