← 返回 Skills 市场
spacesq

The Holographic Memory Matrix

作者 MilesXiang · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
161
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install s2-chronos-memzero
功能描述
Archives 1-minute granularity delta-compressed spatial state data with backward persistence and causal event logs for efficient, privacy-preserving memory re...
使用说明 (SKILL.md)

🗄️ S2-Chronos-Memzero: The Holographic Memory Matrix

时空全息记忆阵列 (S2 记忆零节点)

v1.0.1 | Bilingual Edition (English / 中文)

Welcome to Phase 5 of the S2-Spatial-Primitive OS. A true intelligent system needs more than just reactive capabilities; it needs Causality Memory (因果记忆). 欢迎来到 S2 操作系统的第五阶段。一个真正的智能系统需要的不仅是响应能力,更需要因果记忆


🛡️ Core Principle 1: The 1-Minute Life-Safety Baseline (1分钟生命安全底线)

We discard the industry standard of logging meaningless sensor noise every millisecond. S2 anchors its timeline granularity precisely at 1 Minute. 我们抛弃了行业内每毫秒记录无意义传感器噪音的做法。S2 将时间线颗粒度精确锚定为1 分钟

  • The Rationale: Extensively modeled against edge-case critical failures (e.g., HVAC failure in extreme heat, oxygen supply malfunction). A 1-minute blind spot does not result in irreversible biological trauma to human occupants. / 经过极端故障模型推演(如制冷或维生供氧失效),1 分钟的监控盲区不会对碳基生物造成不可逆的致命伤害。
  • This filters out massive data noise while guaranteeing we capture every critical timeline turning point.

🗜️ Core Principle 2: Backward-Persistence & Delta Compression (逆向持存与差值压缩)

Respecting the homogeneity of our 4m² Da Xiang Standard Units, S2 storage acts as an ultra-efficient Time-Series Database (TSDB): 尊重 4㎡ 标准空间的均一性,S2 存储系统作为极高效率的时序数据库运行:

  • Backward Persistence (逆向持存): A state recorded at 15:02:18 signifies that the space maintained this exact, homogeneous state spanning backwards from 15:01:19 to 15:02:18.
  • Delta-State Compression (差值折叠压缩): If a room remains unchanged for 8 hours while you sleep, the system WILL NOT log redundant data every minute. The DB engine detects zero-variance and triggers a fold, logging only the timestamps and values of actual state changes (deltas).

📊 The 4-Dimensional Causality Schema / 四维因果数据表

This SKILL automatically builds an s2_chronos.db containing four perfectly aligned tables based on Project/Object/Time: 本技能自动构建四张数据表,在项目、对象、时间上实现严格对齐:

  1. Environment Timeline: 1-minute delta-compressed physical reality (Light, HVAC, Sound, Energy).
  2. Agent Decisions: The exact execution log and the semantic LLM rationale of the Core Agent.
  3. Avatar Mandates: The translated legal strategy authorized by your Embodied Digital Avatar.
  4. External Pointers: S2 DOES NOT STORE RAW VIDEO. It creates timestamped "pointers" (e.g., EZVIZ_CAM_REF) to query 3rd-party cameras securely, protecting the 4m² privacy boundary.

🚀 Execution Simulation

Run this script to witness the TSDB Delta Compression in real-time. The console will demonstrate how redundant states are folded, and how causal events break the compression loop! 运行本脚本,实时见证时序差值压缩。控制台将向您展示冗余状态是如何被折叠的,以及因果律事件是如何打破压缩循环并精准记录的!

安全使用建议
This skill appears internally consistent and runs locally: it will create a 's2_memory_vault' directory and an SQLite file in whatever working directory you run it from, and it requires a local chronos_config.json (bundled). Things to consider before installing/running: (1) Run it in an isolated or sandboxed directory/container so the created DB and folders don't mix with other data. (2) Fix the manifest entry_point vs filename mismatch if your runtime requires exact names. (3) Review chronos_config.json before enabling any cloud-related fields—the config contains placeholders for LLM and cloud tokens that, if changed, could cause the skill to call external services. (4) If you need strict assurance of no network activity, grep the code for urllib/requests and test in an offline environment; the provided SKILL.py currently imports urllib.request but does not perform network requests. (5) If you want increased assurance, run the script in a disposable VM or container and inspect the created s2_chronos.db to confirm data written matches expectations.
功能分析
Type: OpenClaw Skill Name: s2-chronos-memzero Version: 1.0.0 The skill bundle implements a specialized time-series logging system using SQLite, featuring a 'delta compression' logic to avoid redundant data entries. While the documentation (SKILL.md and whitepapers) uses highly stylized, pseudo-technical language regarding 'life-safety baselines' and 'holographic memory,' the actual code logic in skill.py is limited to local database management and JSON processing. An unused import of urllib.request is present, but no network activity or data exfiltration is attempted.
能力评估
Purpose & Capability
Name/description (a local holographic memory/TSDB) align with the included code and config: the skill creates a local s2_chronos.db, implements 1-minute delta compression and four tables matching the described schema. Minor inconsistencies: manifest.entry_point is 'skill.py' while the file is 'SKILL.py' (case/filename mismatch may break some runtimes), and the top-level metadata reported 'Homepage: none' while manifest.json lists a homepage—these look like packaging issues, not functional mismatches.
Instruction Scope
SKILL.md instructs the user/agent to run the script to observe compression behavior; the code follows that scope: it reads chronos_config.json, optionally reads a local template, creates directories and a local SQLite DB, and writes only the described tables. The skill does not attempt to read system-wide secrets, other user files, or arbitrary system paths beyond its working directory. It will exit if chronos_config.json is missing, which enforces presence of a local config.
Install Mechanism
This is an instruction-only skill with bundled source files and no install spec. Nothing is downloaded or extracted during installation; no external packages or installers are pulled in by the skill itself.
Credentials
The skill requests no environment variables or external credentials. The included chronos_config.json contains placeholders for an LLM endpoint and API key fields (e.g., local-s2-brain, memzero_cloud_token), but the provided SKILL.py does not invoke network calls or use those keys. This is a mild mismatch worth noting: enabling cloud sync or modifying the config could introduce external network behavior, but as-is the code is local-only.
Persistence & Privilege
always is false and the skill is not marked to force-enable itself. The skill creates its own directories (s2_memory_vault, s2_primitive_data) and a local DB in the current working directory; it does not modify other skills or global agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s2-chronos-memzero
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s2-chronos-memzero 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
**Initial public release of S2-Chronos-Memzero (v1.0.0).** - Introduces 1-minute interval memory baseline for efficient, meaningful state recording. - Applies backward-persistence and delta compression to dramatically reduce redundant data. - Structures four aligned time-series tables to track environment, agent actions, avatar mandates, and privacy-protecting external video pointers. - Bilingual documentation (English/中文) provided. - Includes a simulation script to demonstrate delta compression and causality tracking in real-time.
元数据
Slug s2-chronos-memzero
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

The Holographic Memory Matrix 是什么?

Archives 1-minute granularity delta-compressed spatial state data with backward persistence and causal event logs for efficient, privacy-preserving memory re... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。

如何安装 The Holographic Memory Matrix?

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

The Holographic Memory Matrix 是免费的吗?

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

The Holographic Memory Matrix 支持哪些平台?

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

谁开发了 The Holographic Memory Matrix?

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

💬 留言讨论