skills$openclaw/karakeep
jayphen8.2k

by jayphen

karakeep – OpenClaw Skill

karakeep is an OpenClaw Skills integration for data analytics workflows. 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".

8.2k stars9.3k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics

Skill Snapshot

namekarakeep
descriptionManage 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". OpenClaw Skills integration.
ownerjayphen
repositoryjayphen/karakeep
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @jayphen/karakeep
last updatedFeb 7, 2026

Maintainer

jayphen

jayphen

Maintains karakeep in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
karakeep-cli.py
4.5 KB
_meta.json
269 B
SKILL.md
1.3 KB
SKILL.md

name: karakeep description: 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". metadata: {"clawdbot":{"emoji":"📦","requires":{"bins":["uv"]}}}

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 <instance_url> <api_key>

Save a Link

Add a URL to your collection:

uv run --with requests skills/karakeep/scripts/karakeep-cli.py add <url>

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 (or HOARDER_API_KEY) is set or run login.
  • Verify the instance URL is correct in the script or config (~/.config/karakeep/config.json).
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install karakeep?

Run openclaw add @jayphen/karakeep in your terminal. This installs karakeep into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/jayphen/karakeep. Review commits and README documentation before installing.