Install
openclaw skills install @gasgangrene/karakeep-note-captureCapture useful durable notes into Karakeep from OpenClaw.
openclaw skills install @gasgangrene/karakeep-note-captureUse this skill when you need to store a useful durable note, finding, source, setup detail, or piece of information in Ryan's Karakeep so it is discoverable outside the chat transcript and local memory files.
Use Karakeep capture for information that is useful to rediscover later, especially:
Prefer normal memory files for agent-continuity facts, preferences, and instructions. Prefer both memory and Karakeep when the information is important for future agents and also useful for Ryan to browse.
Use the workspace helper:
/root/.openclaw/workspace/bin/karakeep-note --title "Useful finding" --tag project-name <<'EOF'
Body text to save.
EOF
Defaults:
http://192.168.0.64:3000/root/.openclaw/secrets/karakeep-openclaw-api-tokenOpenClaw Notesopenclaw, kevinThe token is scoped in Karakeep as openclaw-notes with bookmark/list/tag read-write permissions. Never print the token.
--tag flags.karakeep-note and check that it returns a JSON object with an id.printf '%s\n' 'Zabbix dashboard sync lives in /root/.openclaw/workspace/zabbix-proxmox-services and updates host-a/host-b service status.' \
| /root/.openclaw/workspace/bin/karakeep-note --title 'Zabbix Proxmox service dashboard notes' --tag zabbix --tag proxmox
/root/.openclaw/workspace/bin/karakeep-note --title 'Karakeep note capture configured' --tag setup <<'EOF'
OpenClaw can capture durable notes into Karakeep using /root/.openclaw/workspace/bin/karakeep-note. Notes go to the OpenClaw Notes list and are tagged openclaw/kevin by default.
EOF
openclaw-notes API key and update /root/.openclaw/secrets/karakeep-openclaw-api-token with mode 0600.