Install
openclaw skills install deepvista-vistabaseDeepVista Vistabase: View and search implicit memory context automatically accumulated from Chat.
openclaw skills install deepvista-vistabasePREREQUISITE: Read deepvista-shared for auth, profiles, and global flags.
Vistabase is the implicit context layer — automatically accumulated from Chat conversations. It is never directly editable. The AI surfaces relevant context in Chat when appropriate ("I remember you mentioned…"). Users can view and search it, but all updates happen through Chat.
Command: deepvista vistabase <subcommand>
Backward compatibility:
deepvista memoryis a deprecated alias that works identically.
deepvista vistabase show [--limit N]
Show a summary of your accumulated memory context.
| Flag | Required | Default | Description |
|---|---|---|---|
--limit | No | 20 | Max entries to show |
Read-only. Context is automatically built from Chat — this command never modifies it.
deepvista vistabase search "query text" [--limit N]
Search through your memory context using semantic search.
| Flag | Required | Default | Description |
|---|---|---|---|
<query> | Yes | — | Search query |
--limit | No | 10 | Max results |
Read-only.
# View context summary
deepvista vistabase show
# Show more entries
deepvista vistabase show --limit 50
# Search for specific context
deepvista vistabase search "project decisions"
deepvista vistabase search "team meeting Q1"
deepvista vistabase --help