Skip to content

feat(skills): add hindsight-memory skill for persistent agent memory#39

Open
benfrank241 wants to merge 2 commits intoNVIDIA:mainfrom
benfrank241:feat/hindsight-memory-skill
Open

feat(skills): add hindsight-memory skill for persistent agent memory#39
benfrank241 wants to merge 2 commits intoNVIDIA:mainfrom
benfrank241:feat/hindsight-memory-skill

Conversation

@benfrank241
Copy link

@benfrank241 benfrank241 commented Mar 16, 2026

Summary

  • Add hindsight-memory agent skill that teaches sandboxed agents how to use Hindsight for persistent memory across ephemeral sandbox sessions
  • Include five workflows: recall before work, retain after work, reflect for synthesis, bulk file ingestion, and cross-sandbox continuity
  • Provide CLI reference and network policy template adapted to NemoClaw's explicit rules format (matching openclaw-sandbox.yaml conventions)

Files

File Purpose
.agents/skills/hindsight-memory/SKILL.md Main skill doc with setup, workflows, and best practices
.agents/skills/hindsight-memory/cli-reference.md Complete Hindsight CLI command reference
.agents/skills/hindsight-memory/example-policy.yaml Network policy template for Hindsight API access

Context

Add a skill that teaches sandboxed agents how to use Hindsight for
persistent memory across ephemeral sandbox sessions. Includes five
workflows (recall, retain, reflect, file ingestion, cross-sandbox
continuity), CLI reference, and a network policy template adapted
to NemoClaw's explicit rules format.

Closes NVIDIA#37

Signed-off-by: Ben <ben.bartholomew@vectorize.io>
…skill

Use positional argument `openshell policy set <file>` matching
NemoClaw's documented CLI syntax, not `--sandbox`/`--file` flags.

Signed-off-by: Ben <ben.bartholomew@vectorize.io>
@wscurran wscurran added the enhancement: feature Use this label to identify requests for new capabilities in NemoClaw. label Mar 20, 2026
@wscurran
Copy link
Contributor

Thanks for introducing the hindsight-memory skill, which enables sandboxed agents to use Hindsight for persistent memory, and including various workflows and a CLI reference to support this new capability. Cool idea!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement: feature Use this label to identify requests for new capabilities in NemoClaw.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(skills): add hindsight-memory skill for persistent agent memory

2 participants