← Back to Skills Marketplace
cezexpl

Hippocampus Memory Core

by cezexPL · GitHub ↗ · v0.1.1 · MIT-0
cross-platform ✓ Security Clean
342
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install hippocampus-memory-core
Description
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memor...
README (SKILL.md)

Hippocampus Memory Core

Use this skill when you need long-term memory that survives the current turn.

Use It For

  • storing key decisions and facts that should outlive the current session
  • searching past architecture, deployment, or debugging context
  • creating snapshots before risky changes
  • restoring memory after migration or environment reset

Preferred Flow

  1. Check that Hippocampus configuration is present.
  2. Store only high-signal facts, not raw transcript spam.
  3. Search memory before repeating costly investigation.
  4. Snapshot before major refactors or rollout changes.
  5. Restore only into the correct agent or workspace scope.

Guidance

  • Prefer deterministic retrieval over ad hoc summaries.
  • Keep memory namespaced by workspace and agent.
  • Use metadata to mark project, topic, and task boundaries.
  • Treat memory as durable infrastructure, not scratchpad overflow.
  • If configuration is missing, send the user to hippocampus-openclaw-onboarding instead of asking for a raw API key first.

Related

  • hippocampus-openclaw-onboarding for first-time setup
  • hippocampus-subagent-memory for isolated child-agent memory
  • @hippocampus/openclaw-context-engine for native OpenClaw lifecycle integration
Usage Guidance
This is an instruction-only 'memory' skill that appears coherent, but you should: 1) confirm where the Hippocampus/S3 configuration and credentials are stored (the skill defers to a separate onboarding flow rather than asking for keys itself); 2) inspect and vet the referenced 'hippocampus-openclaw-onboarding' and related components before use; 3) ensure the storage backend (S3/Hipokamp) has least-privilege credentials, encryption, and access controls; and 4) avoid writing sensitive PII or secrets into persistent memory unless you’ve audited access controls and retention policies. Because the package has no homepage/source listed, treat it as unvetted until you can validate its provenance.
Capability Analysis
Type: OpenClaw Skill Name: hippocampus-memory-core Version: 0.1.1 The skill bundle contains only metadata and documentation for a long-term memory system ('Hippocampus Memory Core'). The instructions in SKILL.md are purely functional, guiding the agent on how to store and retrieve facts using a deterministic storage backend (S3-Hipokamp), and include security-positive patterns such as redirecting to a dedicated onboarding skill rather than requesting raw API keys. No executable code or malicious prompt-injection patterns were found.
Capability Assessment
Purpose & Capability
The skill's name and description (deterministic external memory using S3-Hipokamp) match the SKILL.md guidance. However, the skill does not declare any required environment variables or credentials; it instead instructs agents to check for existing 'Hippocampus configuration' and to defer to a separate onboarding skill if missing. This separation is plausible but worth noting because the skill itself does not request or document where credentials/config live.
Instruction Scope
SKILL.md contains high-level usage guidance only (when to store/search/snapshot/restore memory). It does not instruct the agent to read arbitrary local files, exfiltrate data, call third‑party endpoints outside the expected Hippocampus components, or access unrelated environment variables. Instructions restrict actions to memory-related operations and to handing off to an onboarding flow if configuration is absent.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or executed. This is the lowest-risk install posture.
Credentials
Given the S3/Hipokamp integration implied by the description, one would normally expect declared credentials or at least documented config paths. The skill declares none and instead relies on external configuration (and a separate onboarding skill). That can be a reasonable design choice, but users should confirm where and how Hippocampus credentials/configuration are managed and that the onboarding skill is trustworthy.
Persistence & Privilege
Skill is not marked 'always: true' and is user-invocable. It does not request to modify other skills or global agent settings in its instructions. Autonomous invocation is allowed (platform default) but not combined here with elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hippocampus-memory-core
  3. After installation, invoke the skill by name or use /hippocampus-memory-core
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
No changes detected for version 0.1.1. - No modifications were made to files or documentation. - Behavior and usage remain unchanged from the previous version.
v0.1.0
Initial release of Hippocampus Memory Core. - Provides deterministic, durable external memory for OpenClaw and coding agents using S3-Hipokamp. - Enables storage and retrieval of persistent facts, prior decisions, and agent state snapshots. - Supports searching past context, snapshotting before risky changes, and restoring memory after migrations. - Encourages namespacing, structured metadata, and using onboarding flow when configuration is missing. - Integrates with related onboarding and memory management skills.
Metadata
Slug hippocampus-memory-core
Version 0.1.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Hippocampus Memory Core?

Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memor... It is an AI Agent Skill for Claude Code / OpenClaw, with 342 downloads so far.

How do I install Hippocampus Memory Core?

Run "/install hippocampus-memory-core" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hippocampus Memory Core free?

Yes, Hippocampus Memory Core is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hippocampus Memory Core support?

Hippocampus Memory Core is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hippocampus Memory Core?

It is built and maintained by cezexPL (@cezexpl); the current version is v0.1.1.

💬 Comments