TopRank Skills

Home / Claw Skills / Monitoring / Nix Memory
Official OpenClaw rules 54%

Nix Memory

nix memory

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Nix Memory 技能。 若已安装,则直接安装 Nix Memory 技能。

Overview

Skill Key
cassh100k/nix-memory
Author
cassh100k
Source Repo
openclaw/skills
Version
-
Source Path
skills/cassh100k/nix-memory
Latest Commit SHA
9f728cb29830443f0b808e0ef9ddd3dcd3e47582

Extracted Content

SKILL.md excerpt

# nix-memory

**Agent identity persistence and memory integrity for OpenClaw.**

You forget who you are every session. This skill makes that harder to do.

## What It Does

- **Identity Hashing**: SHA256 baselines of your soul files (SOUL.md, IDENTITY.md, USER.md, AGENTS.md, MEMORY.md). Detects unauthorized changes or drift between sessions.
- **Memory Integrity**: Tracks all workspace .md files. Knows when something was added, changed, or deleted.
- **Drift Detection**: Analyzes how far you've drifted from your original mission by comparing identity files, memory growth, and topic distribution in daily logs.
- **Continuity Scoring**: Single 0-100 score rating how well you maintained identity across sessions.
- **Heartbeat Watch**: One-liner for HEARTBEAT.md integration. Returns `NIX_MEMORY_OK` or `NIX_MEMORY_ALERT`.

## Setup

Run once to create baselines:

```bash
bash skills/nix-memory/scripts/setup.sh
```

This creates `.nix-memory/` in your workspace with hashes of all identity files.

## Usage

### Quick check (for heartbeats)
```bash
bash skills/nix-memory/scripts/watch.sh
```
Returns `NIX_MEMORY_OK` or `NIX_MEMORY_ALERT`. Use in HEARTBEAT.md.

### Full continuity check (session start)
```bash
bash skills/nix-memory/scripts/continuity-score.sh
```
Runs all checks, produces a score, saves report.

### Individual checks
```bash
bash skills/nix-memory/scripts/identity-hash.sh     # Identity verification
bash skills/nix-memory/scripts/memory-verify.sh      # Memory file integrity
bash skills/nix-memory/scripts/drift-detect.sh       # Drift analysis
```

### Re-baseline (after intentional changes)
```bash
bash skills/nix-memory/scripts/setup.sh
```
Creates new baselines from current state.

## Heartbeat Integration

Add to your HEARTBEAT.md:
```
## Identity Check (every heartbeat)
- Run: bash skills/nix-memory/scripts/watch.sh
- If NIX_MEMORY_ALERT: run continuity-score.sh and investigate
- If NIX_MEMORY_OK: continue normally
```

## How Scoring Works

**Continuit...

Related Claw Skills

0xnyk

xint

★ 49

X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.

heyixuan2

bambu-studio-ai

★ 41

Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).

jackculpan

flightclaw

★ 32

Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.

openclaw-trade

openclaw-trading-assistant

★ 24

openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.

xquik-dev

x-twitter-scraper

★ 16

X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.

mohsinkhadim59

Openclaw-Setup

★ 8

Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.