← 返回 Skills 市场
0xautonomys

Auto Memory

作者 0xautonomys · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
347
总下载
0
收藏
5
当前安装
2
版本数
在 OpenClaw 中安装
/install permanent-memory
功能描述
Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your...
安全使用建议
This skill appears to do what it says: store and retrieve immutable memories on the Autonomys Auto Drive using an API key. Before installing, consider: 1) The skill will ask for and then save your AUTO_DRIVE_API_KEY to ~/.openclaw/.env and openclaw.json — if you prefer least privilege, create a dedicated API key with limited upload quota. 2) Uploaded data is claimed to be permanent — you cannot undo uploads; avoid storing secrets. 3) The skill will create/update state files in your OpenClaw workspace and may append a Latest CID into MEMORY.md; back up any values you care about (lastCid). 4) Verify the Auto Drive domains (api/gateway/dashboard) yourself and ensure you trust that service. 5) If you want to limit risk, review the included scripts (they are small, readable bash scripts) and consider running them manually rather than granting autonomous agent invocation. Overall the package is coherent with its purpose, but treat the persisted API key and permanent uploads with caution.
功能分析
Type: OpenClaw Skill Name: permanent-memory Version: 1.0.0 The auto-memory skill provides a decentralized storage and 'resurrection' system for agents using the Autonomys Network. It includes scripts for uploading/downloading files and managing linked-list memory chains via CIDs. The implementation demonstrates good security hygiene, including path traversal checks (rejecting '..' and verifying paths are within $HOME), CID format validation, and restrictive file permissions (chmod 600) for API keys and state files. The behavior is transparent, well-documented, and strictly aligned with the stated purpose of permanent decentralized memory.
能力评估
Purpose & Capability
Name/description, required binaries (curl, jq, file), and the single required env var (AUTO_DRIVE_API_KEY) are consistent with a tool that uploads/downloads files and manages a CID-based memory chain via the Auto Drive API.
Instruction Scope
Runtime instructions and scripts are focused on uploading/downloading CIDs and managing a local state file and MEMORY.md. The skill reads/writes ~/.openclaw/openclaw.json, ~/.openclaw/.env, a workspace memory state file, and may update WORKSPACE/MEMORY.md — this is in scope but worth noting because the skill will persist the API key and chain head locally and requires the user to provide the API key (interactive browser flow is described).
Install Mechanism
Install spec uses Homebrew formulas (curl, jq, file-formula). No arbitrary downloads or archive extraction are performed; install mechanism is standard and traceable.
Credentials
Only AUTO_DRIVE_API_KEY is required (declared as primary). The scripts will store this key in plaintext in ~/.openclaw/.env and also write it into ~/.openclaw/openclaw.json (skills.entries.auto-memory.apiKey). This is expected for the functionality but users should be aware the key is persisted locally.
Persistence & Privilege
always:false (normal). The skill persistently writes config and state files under the user's home directory and can modify a workspace MEMORY.md file; it does not modify other skills or system-wide settings beyond its own config files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install permanent-memory
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /permanent-memory 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the permanent-memory skill. - Provides permanent, decentralized memory for agents using the Autonomys Network. - Supports uploading and downloading files, with immutable CIDs for permanent storage. - Enables building a chain of memory entries for full agent history reconstruction ("resurrection") from a single CID. - Requires AUTO_DRIVE_API_KEY for uploading, saving, and recalling memories. - Includes scripts for upload, download, save memory, and chain recall operations.
v0.1.0
- Initial release of permanent, decentralized agent memory on the Autonomys Network. - Upload, download, and permanently store files, decisions, and context as a memory chain using CIDs. - Supports chaining of memories using linked-list structure for complete history reconstruction and resurrection. - Secure operations require an AUTO_DRIVE_API_KEY; supports authenticated and unauthenticated retrieval. - Provides scripts for upload, download, saving memories, and recalling/resurrecting full chains. - Compatible with Claude, GPT, Gemini, and LLMs supporting OpenClaw skills.
元数据
Slug permanent-memory
版本 1.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 2
常见问题

Auto Memory 是什么?

Indestructible agent memory — permanently stored, never lost. Save decisions, identity, and context as a memory chain on the Autonomys Network. Rebuild your... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 347 次。

如何安装 Auto Memory?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install permanent-memory」即可一键安装,无需额外配置。

Auto Memory 是免费的吗?

是的,Auto Memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Auto Memory 支持哪些平台?

Auto Memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Auto Memory?

由 0xautonomys(@0xautonomys)开发并维护,当前版本 v1.0.0。

💬 留言讨论