← 返回 Skills 市场
388
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install nix-memory
功能描述
Monitors and scores agent identity and memory integrity by hashing key files, tracking changes, detecting drift, and providing continuity alerts for OpenClaw...
安全使用建议
This skill appears to do what it claims (local hashing, drift detection, scoring), but review and take precautions before installing:
- Do NOT pipe unfamiliar remote scripts into bash. The quickstart instructions mention 'https://nixus.pro/memory/install.sh' — treat that domain as untrusted until you inspect its content. Prefer running the local provided setup.sh manually.
- Expect the skill to read and hash many workspace Markdown files, create a .nix-memory directory, write session logs, diffs, a manifest, and an agent.json in the workspace and .well-known. If your workspace contains sensitive files or is served by a webserver, review which files will be tracked and consider a sandbox or backup first.
- The skill does not request credentials or perform network exfiltration in the bundled scripts, but it can expose metadata via agent.json/.well-known/agent.json — remove or sanitize those if you do not want discovery.
- If you plan to enable autonomous invocation, be mindful that the agent could run these scripts and modify files automatically; run them manually once to verify behavior before allowing autonomous runs.
Actions to reduce risk: inspect the included scripts line-by-line (they're plain bash here), run setup.sh in a temporary or read-only copy of your workspace, search for any unexpected network calls, and avoid running the remote quickstart installer without auditing it first.
功能分析
Type: OpenClaw Skill
Name: nix-memory
Version: 1.1.0
The nix-memory skill bundle is a utility designed for agent identity persistence and workspace integrity monitoring. It uses bash scripts (setup.sh, identity-hash.sh, drift-detect.sh) to generate SHA256 hashes of core identity files like SOUL.md and IDENTITY.md, tracking changes over time to calculate a 'continuity score' and detect 'mission drift.' The scripts operate strictly within the agent's workspace, performing file integrity checks and keyword analysis on the agent's own logs to ensure behavioral consistency. There is no evidence of data exfiltration, credential theft, or unauthorized remote execution; the functionality is transparently aimed at helping the agent maintain a consistent persona across sessions.
能力评估
Purpose & Capability
Name/description (identity hashing, memory integrity, drift, scoring) align with the scripts included: setup, identity hashing, memory verification, drift analysis, watch, and continuity scoring. The skill only requires local filesystem access and optional NIX_MEMORY_WORKSPACE; nothing requested appears unrelated to the described purpose.
Instruction Scope
Runtime instructions are concrete (run setup.sh, watch.sh, continuity-score.sh). The scripts read and hash many workspace files (*.md), create and write state under ${WORKSPACE}/.nix-memory, append/modify HEARTBEAT.md, create memory/ and agent.json/.well-known/agent.json, and log session data. This is coherent with purpose but means the skill will enumerate and persist copies/hashes of workspace files and may expose agent metadata if the workspace is served — review which files it will track before running.
Install Mechanism
There is no formal install spec, which is low-risk, but quickstart.sh and comments explicitly recommend running a remote install via 'curl -sL https://nixus.pro/memory/install.sh | bash'. That points to a non-standard domain (nixus.pro) and suggests running code fetched remotely without verification. While the bundled scripts themselves do not perform network calls, the presence of that suggestion increases risk and should be treated cautiously.
Credentials
The skill requests no credentials and only an optional NIX_MEMORY_WORKSPACE override. It does not access unrelated environment secrets. However, it will write persistent local files (.nix-memory, .memory-guard if present, agent.json, .well-known/agent.json) which could leak metadata if the workspace is publicly accessible — consider that a privacy/leakage concern rather than a credential mismatch.
Persistence & Privilege
The skill persists state under the user's workspace (.nix-memory, sessions, drift diffs), creates agent.json and .well-known/agent.json, and can append HEARTBEAT.md. It does not set always:true and does not request elevated system privileges. Persisting files in the workspace is expected for this function, but users should be aware these files remain on disk and may be served or backed up by other systems.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nix-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/nix-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0 - Added quickstart installer, memory-hub docs, agent.json discovery support
v1.0.0
v1.0.0: Identity hashing, memory integrity, drift detection, continuity scoring. Zero deps. Pure bash.
元数据
常见问题
nix-memory 是什么?
Monitors and scores agent identity and memory integrity by hashing key files, tracking changes, detecting drift, and providing continuity alerts for OpenClaw... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 388 次。
如何安装 nix-memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nix-memory」即可一键安装,无需额外配置。
nix-memory 是免费的吗?
是的,nix-memory 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
nix-memory 支持哪些平台?
nix-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 nix-memory?
由 Cassh(@cassh100k)开发并维护,当前版本 v1.1.0。
推荐 Skills