← 返回 Skills 市场
519
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install three-dimensional-memory
功能描述
Manages AI assistant memory by organizing files across three dimensions: timeline logs, full conversation backups, and topic-based project folders for easy r...
安全使用建议
This skill is internally coherent and does what it says: it instructs an assistant to persist daily logs, full conversation transcripts, and topic folders to local files. Before installing, consider the privacy risks: full conversation backups can contain secrets, PII, or sensitive business data. Ask how and where the files will be stored (workspace path), whether they will be encrypted at rest, who/what can read them, how long backups are retained, and whether transcripts should be redacted (credentials, API keys, personal data). If you intend to use this in a shared or cloud-mounted workspace, add encryption, access controls, and a retention/rotation policy, or modify the workflow to redact or exclude secrets from backups. The supplied example script writes plain files to the current workspace — review and run it manually first to confirm it behaves as you expect.
功能分析
Type: OpenClaw Skill
Name: three-dimensional-memory
Version: 1.0.0
The skill bundle is primarily benign, focusing on AI memory management through file organization. However, the `examples/daily-workflow.sh` script contains a shell injection vulnerability in the line `ls -1 topic-memory/ 2>/dev/null | while read topic; do echo " 📁 ${topic}/"; done`. If a directory within `topic-memory/` were maliciously named (e.g., `$(rm -rf /)`), this could lead to arbitrary command execution when the script is run. While this is an example script and not indicative of malicious intent by the author, it represents a lack of input sanitization, classifying it as a vulnerability and thus 'suspicious' according to the provided guidelines.
能力评估
Purpose & Capability
Name/description match the behavior: the skill documents a filesystem layout and instructs the agent to write daily logs, conversation backups, and topic folders. No unrelated binaries, env vars, or external services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to save 'every word exchanged' to AI-memory-backup and to write daily logs and topic updates — this is consistent with the purpose but the instructions do not address redaction, encryption, access controls, or retention policies for potentially sensitive conversation transcripts.
Install Mechanism
No install spec; instruction-only skill with example shell script. The example script only creates/updates local files and prints guidance — it does not download or execute remote code.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of credential requests is appropriate for a local file-organization/backup skill.
Persistence & Privilege
always is false and the skill is user-invocable; the skill does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default but not unusual here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install three-dimensional-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/three-dimensional-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of three-dimensional-memory: a human-centric memory management system for AI assistants.
- Organizes memory across three axes: timeline (by date), conversation (by transcript), and topic (by project or subject).
- Provides clear rationale and examples for each memory dimension.
- Offers a recommended directory structure and quick start guidance.
- Includes best practices and troubleshooting tips for both users and AI assistants.
- Helps users and AI efficiently store, retrieve, and contextualize information inspired by human memory.
元数据
常见问题
Three-Dimensional Memory 是什么?
Manages AI assistant memory by organizing files across three dimensions: timeline logs, full conversation backups, and topic-based project folders for easy r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 519 次。
如何安装 Three-Dimensional Memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install three-dimensional-memory」即可一键安装,无需额外配置。
Three-Dimensional Memory 是免费的吗?
是的,Three-Dimensional Memory 完全免费(开源免费),可自由下载、安装和使用。
Three-Dimensional Memory 支持哪些平台?
Three-Dimensional Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Three-Dimensional Memory?
由 amlyx(@amlyx)开发并维护,当前版本 v1.0.0。
推荐 Skills