/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).
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install karakeep - 安装完成后,直接呼叫该 Skill 的名称或使用
/karakeep触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
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". 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2124 次。
如何安装 Karakeep?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install karakeep」即可一键安装,无需额外配置。
Karakeep 是免费的吗?
是的,Karakeep 完全免费(开源免费),可自由下载、安装和使用。
Karakeep 支持哪些平台?
Karakeep 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Karakeep?
由 Jayphen(@jayphen)开发并维护,当前版本 v0.1.0。