Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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".
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".
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Save and search bookmarks in a Karakeep instance.
First, configure your instance URL and API key: uv run --with requests skills/karakeep/scripts/karakeep-cli.py login --url <instance_url> <api_key>
Add a URL to your collection: uv run --with requests skills/karakeep/scripts/karakeep-cli.py add <url>
Show the most recent bookmarks: uv run --with requests skills/karakeep/scripts/karakeep-cli.py list --limit 10
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"
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).
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.