← 返回 Skills 市场
342
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install hippocampus-memory-core
功能描述
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memor...
使用说明 (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
- Check that Hippocampus configuration is present.
- Store only high-signal facts, not raw transcript spam.
- Search memory before repeating costly investigation.
- Snapshot before major refactors or rollout changes.
- 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-onboardinginstead of asking for a raw API key first.
Related
hippocampus-openclaw-onboardingfor first-time setuphippocampus-subagent-memoryfor isolated child-agent memory@hippocampus/openclaw-context-enginefor native OpenClaw lifecycle integration
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hippocampus-memory-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/hippocampus-memory-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Hippocampus Memory Core 是什么?
Deterministic external memory for OpenClaw and coding agents using S3-Hipokamp. Use for storing durable facts, retrieving prior decisions, snapshotting memor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 342 次。
如何安装 Hippocampus Memory Core?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hippocampus-memory-core」即可一键安装,无需额外配置。
Hippocampus Memory Core 是免费的吗?
是的,Hippocampus Memory Core 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hippocampus Memory Core 支持哪些平台?
Hippocampus Memory Core 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hippocampus Memory Core?
由 cezexPL(@cezexpl)开发并维护,当前版本 v0.1.1。
推荐 Skills