Real Skill packageSource verifiedClawHub registry

mnemosyne

Cognitive memory engine for AI agents: gives OpenClaw/Hermes human-like long-term memory using 140 years of cognitive psychology (compound-cue theory), not embeddings. Zero LLM API, zero vector DB, pure Markdown storage. Use when the agent needs cross-session recall of user facts, preferences, decisions, or conversation history; when setting up persistent memory that survives restarts; when the user asks 'do you remember X' or complains the agent forgets; when memory must stay 100% local with no API cost. Beats em…

Identity and source

Publisher attributionElonregistry owner unverified by skillvetai
Functional categoryAgent Engineering, Security & Governanceautomatically inferred · 61% rule confidence
Package forminstruction bundle5 recorded files
Canonical sourceClawHub registryclawhub:elonaug7:mnemosyne
Open canonical source ↗

Platform declarations

These states come from the source or distribution context. None of the entries below are SkillVetAI compatibility test results.

OpenClawnative officialProvenance: registry distribution

Independent structural checks

These checks parse the fixed package against dated platform rules. They do not execute the Skill or verify task behavior.

Claude Codepasses structure
Checker 0.1.0 · agent-skills-2026-08-13+claude-code-docs-2026-08-13 · 8/22/2026.claude/skills/mnemosyne

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenAI Codexpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+codex-docs-2026-08-13 · 8/22/2026.agents/skills/mnemosyne

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

OpenClawpasses structure
Checker 0.1.0 · agent-skills-2026-08-13+openclaw-docs-2026-08-13 · 8/22/2026skills/mnemosyne

Runtime, accounts, dependencies, permissions, network behavior and task quality remain untested.

Installation and inspection

This command is recorded from the source ecosystem and resolves the registry's latest release. The fixed release shown on this page should be inspected before adoption.

clawhub install @elonaug7/mnemosyne
clawhub inspect @elonaug7/mnemosyne --version 1.0.0

Security evidence

SkillVetAI static result: no findings detected

This automated, non-executing scan is bound to this release hash. It is not a safety certification and may contain false positives or false negatives.

Status
completed
Coverage
full text content
Files
4 / 4 inspected as text
Checked
8/22/2026, 1:06:23 PM
Scanner
0.1.3
Policy
1.0.3
2 inferred permission indicators
  • network access — automatically inferred
  • filesystem write — automatically inferred
1 dependency and API indicators
  • api: github.com
External clawhub result: suspicious

This is registry-supplied evidence for the recorded release, not an independent SkillVetAI scan. Check the canonical source for the full report, scanner versions, scope, and current moderation state.

Evidence checked
8/22/2026, 1:00:19 PM
Release binding
Matches this record
  • skillspector: suspicious
  • llm: suspicious

Recorded files

The catalog stores hashes and an inventory summary for change detection. It does not republish the package contents.

Package content hashsha256:afebc1c517e8784398f8aa2d5d8937613ef080629fdd51ee1fed12e650f81641
Show up to 5 recorded paths
  • references/architecture.md
  • references/benchmark.md
  • references/hermes.md
  • skill-card.md
  • SKILL.md

Source changelog

- Renamed the skill from "auto-memory" to "mnemosyne" and redefined purpose and description. - Fully replaced legacy script-based memory pipeline with a new cognitive psychology-based engine (compound-cue theory, no embeddings). - Switched memory management to pure local Markdown storage; removed dependencies on LLM APIs, vector databases, and embedding models. - Added benchmark references and protocol documents in the `references/` directory. - Deleted old user guides, scripts, auto-analysis tools, and command-line interfaces to reflect new architecture. - Updated protocol: memory integration now mandates reading/recalling via core engine scripts and injecting structured flashbacks before responses.