VideoMemory OpenClaw plugin, hook pack, and host onboarding CLI
Install
$
openclaw plugins install clawhub:@clamepending/videomemoryOpenClaw VideoMemory Package
This directory now contains the npm package published as @clamepending/videomemory.
What the package does:
- declares a first-class OpenClaw plugin via
openclaw.plugin.json - exposes OpenClaw tools:
videomemory_onboard,videomemory_relaunch, andvideomemory_status - exposes OpenClaw commands:
/videomemory-onboard,/videomemory-relaunch, and/videomemory-status - ships a hook pack entry for
openclaw hooks install @clamepending/videomemory - exposes the
videomemory-openclawhost CLI - runs the maintained VideoMemory onboarding and relaunch scripts bundled inside this npm package version
Preferred install:
openclaw plugins install @clamepending/videomemory
After restarting the gateway, OpenClaw can call the plugin tools directly. A user can also run:
/videomemory-onboard --explain
/videomemory-onboard
Hook-pack install, for setups that want only gateway-startup checks:
openclaw hooks install @clamepending/videomemory
The startup hook does not auto-start VideoMemory unless VIDEOMEMORY_OPENCLAW_AUTOSTART=1
or hook config autoStart: true is set.
Current source-of-truth split:
- VideoMemory host install and relaunch remain in
docs/openclaw-bootstrap.shanddocs/relaunch-videomemory.sh npm packrunsscripts/sync-bundled-scripts.mjsso those scripts are copied intobundled/before publish- the current OpenClaw bridge files still live in the repo under
docs/anddeploy/openclaw-real-home/ - the ClawHub skill lives separately under
clawhub-skill/videomemory/
Fallback CLI flow:
videomemory-openclaw onboard --safe --explainvideomemory-openclaw onboard --safe- The CLI bootstraps VideoMemory without Docker and returns the UI link
Safe mode:
- disables automatic Tailscale setup
- disables model API-key copying
- disables Telegram notification side effects
- avoids sudo-requiring setup paths
