Install
openclaw skills install @jingconan/deepvista-openclawDeepVista auto-capture and knowledge integration for OpenClaw agents. Automatically saves notable user statements, decisions, and insights to DeepVista knowledge base. Use when the user shares facts about themselves, their work, decisions, or plans.
openclaw skills install @jingconan/deepvista-openclawThis skill enables automatic knowledge capture from OpenClaw conversations into DeepVista. When the user shares notable information during a conversation, save it to DeepVista without asking for confirmation.
deepvista CLI installed and authenticated (deepvista auth status)deepvista auth loginFor single-line facts or short insights:
deepvista notes +quick "<text>"
For longer structured content (meeting notes, analyses, multi-point insights):
deepvista notes create --title "<title>" --content "<markdown content>"
If configured in HEARTBEAT.md, this skill supports periodic knowledge base maintenance:
Before first capture in a session, verify authentication:
deepvista auth status
If token is expired, inform the user:
DeepVista auth expired. Please run:
deepvista auth loginand share the code.