EdgeHDF5 Memory

PassAudited by ClawScan on May 10, 2026.

Overview

This skill is a clearly disclosed local persistent-memory tool, but users should notice that it stores conversation history long term and depends on installing an external CLI.

This appears to be a legitimate local memory skill. Before using it, be aware that it can persist conversation chunks, embeddings, exports, snapshots, WAL files, and AGENTS.md summaries on disk. Also verify the external `edgehdf5-cli` package before installing it, especially if the memory may contain sensitive information.

Findings (2)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

Past conversation content may be stored locally and later recalled into future agent responses.

Why it was flagged

The skill is explicitly designed to store and retrieve long-term agent memory, which may include private conversation content and can be reused as future context.

Skill content
Persistent HDF5-backed memory with vector search, BM25 hybrid retrieval, Hebbian learning, and temporal decay.
Recommendation

Use a deliberate memory file path, avoid storing highly sensitive information unless intended, and periodically review/export/delete memory files and WAL files as appropriate.

What this means

Installing the skill’s functionality requires trusting the `edgehdf5-cli` package obtained through Cargo/crates.io.

Why it was flagged

The skill depends on an external CLI package, while the registry metadata declares no required binaries and there is no install spec. The install method is disclosed and purpose-aligned, but users should recognize the external dependency.

Skill content
Requires the `edgehdf5` CLI binary (install via `cargo install edgehdf5-cli`).
Recommendation

Install the CLI only from a trusted source, consider pinning or verifying the package version, and review the package provenance if using it in sensitive environments.