/install karakeep-save
Karakeep
Save bookmarks to a self-hosted Karakeep instance.
Setup
Set these environment variables (in your shell profile or Clawdbot config):
export KARAKEEP_URL="https://your-karakeep-instance.com"
export KARAKEEP_API_KEY="your-api-key"
To get your API key: Karakeep → Settings → API Keys → Create new key.
Save a bookmark
{baseDir}/scripts/save.sh "\x3CURL>" ["optional note"]
Examples:
{baseDir}/scripts/save.sh "https://example.com/article"
{baseDir}/scripts/save.sh "https://github.com/repo" "Interesting project to check out"
API Details
- Endpoint:
POST {KARAKEEP_URL}/api/v1/bookmarks - Auth: Bearer token
- Body:
{"type": "link", "url": "...", "note": "..."}
Response
Returns JSON with bookmark ID. Tags will be auto-generated by Karakeep's AI.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install karakeep-save - After installation, invoke the skill by name or use
/karakeep-save - Provide required inputs per the skill's parameter spec and get structured output
What is Karakeep Save?
Save bookmarks to Karakeep (self-hosted bookmark manager). Use when the user wants to save a URL, bookmark a link, or add something to their reading list. It is an AI Agent Skill for Claude Code / OpenClaw, with 1546 downloads so far.
How do I install Karakeep Save?
Run "/install karakeep-save" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Karakeep Save free?
Yes, Karakeep Save is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Karakeep Save support?
Karakeep Save is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Karakeep Save?
It is built and maintained by nickian (@nickian); the current version is v1.0.0.