/install karakeep
Karakeep Skill
Save and search bookmarks in a Karakeep instance.
Setup
First, configure your instance URL and API key:
uv run --with requests skills/karakeep/scripts/karakeep-cli.py login --url \x3Cinstance_url> \x3Capi_key>
Commands
Save a Link
Add a URL to your collection:
uv run --with requests skills/karakeep/scripts/karakeep-cli.py add \x3Curl>
List Bookmarks
Show the most recent bookmarks:
uv run --with requests skills/karakeep/scripts/karakeep-cli.py list --limit 10
Search Bookmarks
Find bookmarks matching a query. Supports complex syntax like is:fav, title:word, #tag, after:YYYY-MM-DD, etc.:
uv run --with requests skills/karakeep/scripts/karakeep-cli.py list --search "title:react is:fav"
Troubleshooting
- Ensure
KARAKEEP_API_KEY(orHOARDER_API_KEY) is set or runlogin. - Verify the instance URL is correct in the script or config (
~/.config/karakeep/config.json).
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install karakeep - After installation, invoke the skill by name or use
/karakeep - Provide required inputs per the skill's parameter spec and get structured output
What is Karakeep?
Manage bookmarks and links in a Karakeep instance. Use when the user wants to save links, list recent bookmarks, or search their collection. Triggers on phrases like "hoard this link", "save to karakeep", or "search my bookmarks". It is an AI Agent Skill for Claude Code / OpenClaw, with 2124 downloads so far.
How do I install Karakeep?
Run "/install karakeep" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Karakeep free?
Yes, Karakeep is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Karakeep support?
Karakeep is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Karakeep?
It is built and maintained by Jayphen (@jayphen); the current version is v0.1.0.