The Holographic Memory Matrix

v1.0.0

Archives 1-minute granularity delta-compressed spatial state data with backward persistence and causal event logs for efficient, privacy-preserving memory re...

0· 97·0 current·0 all-time
byMilesXiang@spacesq
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9705q7pg22qfq7n1ehf69spgx83a4g5

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments