记忆宫-彧哥版

v1.0.0

激活并加载你的记忆数据,使 AI 以你的身份和方法论成为数字分身,与您个性化对话和继承知识。

0· 140·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for markma84/memory-palace-yu.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "记忆宫-彧哥版" (markma84/memory-palace-yu) from ClawHub.
Skill page: https://clawhub.ai/markma84/memory-palace-yu
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install memory-palace-yu

ClawHub CLI

Package manager switcher

npx clawhub@latest install memory-palace-yu
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (a memory/identity loader) matches the runtime instructions: the skill tells the agent to read a 'memory/' folder, load core concept files, and optionally append new items. The metadata lists no credentials or binaries, which is reasonable for a file-based local memory tool. Minor inconsistency: the metadata did not declare any required config paths, yet SKILL.md expects a workspace-root .memory-path file or a memory/ folder — this is a documentation/metadata omission rather than functional mismatch.
!
Instruction Scope
SKILL.md instructs the agent to read from a local memory/ folder and suggests the agent can automatically write important conversation content back into memory/. Those read/write actions are within the stated purpose, but the instructions lack constraints: there is no specification of which files may be written, when writes must be approved, or size/format limits. The document does not instruct any network exfiltration or access to other system areas, but automatic writing by the agent is potentially impactful and should be authorized explicitly by the user.
Install Mechanism
This is an instruction-only skill with no install spec and no code files to run. That minimizes install-time risk because nothing is downloaded or executed by the installer. The SKILL.md mentions ClawHub as an install convenience but provides a manual copy workflow — neither involves remote code execution in this package.
Credentials
The skill requests no environment variables, no credentials, and no privileged config paths. That is proportional to its file-based purpose. There are no declarations that would permit access to external APIs or cloud credentials.
Persistence & Privilege
always is false and model invocation is allowed (platform default). The notable persistence risk is procedural: the skill encourages the agent to remember and optionally persist conversation-derived content into the user's memory/ directory. While this matches the skill goal, users should be aware this enables ongoing local state persistence and should control/approve any automatic write behavior.
Assessment
This skill is coherent for creating a local 'digital twin' by reading/writing a Markdown memory/ folder, but review and control are important before installing. Recommendations: - Verify the skill source before installing (ClawHub slug vs. actual repository); the SKILL.md's 'Project homepage: GitHub' is generic—ask for the repo URL and inspect the code if available. - Back up any sensitive data and avoid placing secrets (passwords, tokens, PII) in the memory/ folder. - Prefer manual approval for any feature that writes to your filesystem; disable or require confirmation for automatic write-on-conversation behaviors until you trust the implementation. - Limit file permissions on the memory/ directory so only the agent runtime can access it, and monitor writes. - If you want stronger guarantees, request a code-level review (the package currently has no code files in the bundle) or ask the author to provide an auditable implementation and explicit write policies. - If you are uncomfortable with an agent having filesystem write access, do not install or configure the skill to write automatically.

Like a lobster shell, security has layers — review code before you run it.

latestvk976v61jqvc1c0czgs3ate87n183cmqy
140downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

记忆宫 (Memory Palace)

通用记忆激活工具 - 让 AI 成为你的数字分身


是什么

记忆宫是一个 OpenClaw Skill,它能:

  • 激活沉睡的记忆
  • 让 AI 记住你是谁
  • 让 AI 继承你的知识和方法论

本质:一个"唤醒"工具,让 AI 知道去哪读取你的记忆数据。


适用人群

  • 想让 AI 成为自己"数字分身"的人
  • 有大量笔记/知识想传承给 AI 的人
  • 想让 AI 记住自己风格和方法论的人

安装

方式1:从 ClawHub 安装(推荐)

clawhub install memory-palace

方式2:手动安装

# 1. 克隆或下载本仓库
# 2. 复制到你的 skills 目录
cp -r memory-palace ~/.openclaw/workspace/skills/

配置

1. 准备记忆数据

在任意位置创建 memory/ 文件夹,放入你的记忆文件:

memory/
├── 00-概念定义.md     # 你的核心概念(如 SOUL.md)
├── insights/         # 深度洞察
├── daily/            # 每日记录
└── ...

推荐结构

文件/文件夹作用
00-概念定义.md定义 AI 的身份、性格、方法论
insights/你的核心洞察和知识
daily/日常记录
2026-03-22.md按日期的记录

2. 配置路径(可选)

如果你的 memory/ 不在默认位置,可以创建配置文件:

# 在 workspace 根目录创建
echo "/你的/自定义/路径/memory" > .memory-path

使用

唤醒方式

安装后,只要说:

"记忆宫"

AI 就会自动:

  1. 读取你的 memory/ 文件夹
  2. 加载核心概念
  3. 知道你过去的洞察
  4. 继承你的方法论

之后

AI 就会以"你的数字分身"的身份与你对话:

  • 记得你是谁
  • 用你的方式思考
  • 用你的方法论解决问题

记忆数据示例

核心概念文件示例

# 我的身份

- 我是:[你的名字]
- 我的能力:[擅长什么]
- 我的方法论:[核心方法]

## 性格

- 风格1
- 风格2

## 核心原则

- 原则1
- 原则2

日常记录示例

# 2026-03-22

## 重要决定

- 决定A
- 决定B

## 洞察

- 洞察A
- 洞察B

更新记忆

添加新记忆

直接在 memory/ 中添加文件即可:

  • 新建 2026-03-23.md 记录今天的事
  • 更新 insights/ 中的洞察

触发更新

下次说"记忆宫"时,AI 会读取最新内容。


进阶

让 AI 自动记住对话

可以在每次对话结束时,让 AI 自动把重要内容写入 memory/

多人使用

多人可以:

  • 各自创建不同的 memory/
  • 安装同一个 Skill
  • 配置不同的路径

常见问题

Q: memory/ 必须在这个位置吗?

A: 不一定。你可以在任何位置创建 memory/,只要配置 .memory-path 指向它。

Q: 文件格式有要求吗?

A: 用 .md 格式(Markdown),AI 最容易理解。

Q: 忘记说"记忆宫"怎么办?

A: 随时可以说,AI 会重新加载。

Q: 想删除记忆怎么办?

A: 直接删除或编辑 memory/ 中的文件。


技术细节

  • 触发关键词:记忆宫、memory palace
  • 读取路径memory/ 文件夹
  • 文件格式:Markdown (.md)
  • 依赖:OpenClaw

更多信息

  • 项目主页:GitHub
  • 问题反馈:Issue

记忆宫 v1.0 让每个人都有属于自己的数字分身

Comments

Loading comments...