← 返回 Skills 市场
MemPalace
作者
anderotxoa
· GitHub ↗
· v1.0.0
· MIT-0
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install mempalace-ander
功能描述
Integración con MemPalace para gestión de memoria semántica persistente. Use when you need to search, add, or query memories stored in a MemPalace palace. Su...
安全使用建议
This skill appears coherent with its stated purpose, but before installing: (1) ensure you trust the mempalace package that will be imported at /root/.openclaw/workspace/mempalace (inspect its code if present), (2) confirm chromadb and any Python deps are installed in the runtime environment, and (3) be aware the scripts read/write the local directory (~/.mempalace/palace or a custom --palace-path). If you are unsure, run these scripts in an isolated environment (container or VM) and inspect the mempalace package to ensure it doesn't perform unexpected network/exfiltration actions.
功能分析
Type: OpenClaw Skill
Name: mempalace-ander
Version: 1.0.0
The MemPalace skill is a legitimate semantic memory management system using ChromaDB. The scripts (add_memory.py, search.py, kg_query.py, status.py) provide standard functionality for storing, searching, and querying structured and unstructured data locally in ~/.mempalace/palace, with no evidence of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name/description describe semantic memory management and the shipped scripts implement search, add, status, and KG queries against a ChromaDB-backed 'palace' — the requested capabilities align with the stated purpose.
Instruction Scope
SKILL.md and the scripts restrict actions to a local palace path (default ~/.mempalace/palace) and to ChromaDB operations. One repeated pattern: scripts insert '/root/.openclaw/workspace/mempalace' into sys.path to import a mempalace package that is not included in the bundle; this is a fragile dependency but not itself a sign of malicious behavior.
Install Mechanism
No install spec (instruction-only + scripts). The scripts rely on external Python packages (chromadb and a mempalace package) but do not install them. This is low risk but means the runtime environment must already provide these dependencies.
Credentials
The skill declares no environment variables, credentials, or config paths. The scripts operate on a local path and accept a --palace-path override; there are no requests for unrelated secrets or external service keys.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent settings. It reads and writes local ChromaDB storage (expected for its function).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mempalace-ander - 安装完成后,直接呼叫该 Skill 的名称或使用
/mempalace-ander触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Integración con MemPalace para gestión de memoria semántica persistente en OpenClaw
元数据
常见问题
MemPalace 是什么?
Integración con MemPalace para gestión de memoria semántica persistente. Use when you need to search, add, or query memories stored in a MemPalace palace. Su... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 MemPalace?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mempalace-ander」即可一键安装,无需额外配置。
MemPalace 是免费的吗?
是的,MemPalace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MemPalace 支持哪些平台?
MemPalace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MemPalace?
由 anderotxoa(@anderotxoa)开发并维护,当前版本 v1.0.0。
推荐 Skills