@vectorize-io/hindsight-nemoclaw
v0.1.1
Published
Setup CLI for hindsight-openclaw on NemoClaw sandboxes — installs the plugin, configures external API mode, and applies the OpenShell network policy
Readme
hindsight-nemoclaw
One-command setup for Hindsight persistent memory on NemoClaw sandboxes.
NemoClaw runs OpenClaw inside an OpenShell sandbox with strict network egress policies. This package automates the full setup: installing the hindsight-openclaw plugin, configuring external API mode, merging the Hindsight egress rule into your sandbox policy, and restarting the gateway.
Quick Start
npx @vectorize-io/hindsight-nemoclaw setup \
--sandbox my-assistant \
--api-url https://api.hindsight.vectorize.io \
--api-token <your-api-key> \
--bank-prefix my-sandboxGet an API key at Hindsight Cloud.
Documentation
Full setup guide, pitfalls, and troubleshooting:
NemoClaw Integration Documentation
Or see NEMOCLAW.md in this directory for a step-by-step walkthrough.
CLI Reference
hindsight-nemoclaw setup [options]
Options:
--sandbox <name> NemoClaw sandbox name (required)
--api-url <url> Hindsight API URL (required)
--api-token <token> Hindsight API token (required)
--bank-prefix <prefix> Memory bank prefix (default: "nemoclaw")
--skip-policy Skip sandbox network policy update
--skip-plugin-install Skip openclaw plugin installation
--dry-run Preview changes without applying
--help Show helpWhat It Does
- Preflight — verifies
openshellandopenclaware installed - Install plugin — runs
openclaw plugins install @vectorize-io/hindsight-openclaw - Configure plugin — writes external API mode config to
~/.openclaw/openclaw.json - Apply policy — reads current sandbox policy, merges Hindsight egress rule, re-applies via
openshell policy set - Restart gateway — runs
openclaw gateway restart
Links
License
MIT
