← Back to Skills Marketplace
amlyx

Three-Dimensional Memory

by amlyx · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
519
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install three-dimensional-memory
Description
Manages AI assistant memory by organizing files across three dimensions: timeline logs, full conversation backups, and topic-based project folders for easy r...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install three-dimensional-memory
  3. After installation, invoke the skill by name or use /three-dimensional-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug three-dimensional-memory
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 519 downloads so far.

How do I install Three-Dimensional Memory?

Run "/install three-dimensional-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Three-Dimensional Memory free?

Yes, Three-Dimensional Memory is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Three-Dimensional Memory support?

Three-Dimensional Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Three-Dimensional Memory?

It is built and maintained by amlyx (@amlyx); the current version is v1.0.0.

💬 Comments