Semantic Memory Manager

Stores and retrieves semantic memory with embeddings and tags. Use for: semantic memory, search memory, recall, store memory.

Stijnman 907491c 1.1 KB Updated

File contents

Semantic Memory Manager

When to Use

  • User says semantic memory or task matches this capability
  • User says search memory or task matches this capability
  • User says recall or task matches this capability
  • User says store memory or task matches this capability

Workflow

  1. On store: chunk, tag, score initial trust 5.
  2. On retrieve: query by semantic similarity + tags.
  3. Run memory-sanitizer on all retrievals.
  4. Prune entries older than 90d with trust < 3.

Integrations

  • memory-sanitizer
  • persistent-memory-bridge
  • knowledge-graph-builder

Error Handling

Failure Response
No match Broaden query; suggest manual tags.

Gotchas

  • Central memory hub for messenger and healing skills.

Example

Input: User request matching triggers above. Output: Structured result per workflow with integrations invoked as needed.

Stijnman/grok-custom-skills/tree/main/.grok/skills/semantic-memory-manager commit 907491cf79

Frequently asked questions

npx skillmds@latest add stijnman/semantic-memory-manager