skills$openclaw/karakeep
nickian3.6k

by nickian

karakeep – OpenClaw Skill

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

3.6k stars9.0k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namekarakeep
descriptionSave 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. OpenClaw Skills integration.
ownernickian
repositorynickian/karakeep-save
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @nickian/karakeep-save
last updatedFeb 7, 2026

Maintainer

nickian

nickian

Maintains karakeep in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
save.sh
1.5 KB
_meta.json
279 B
SKILL.md
1.0 KB
SKILL.md

name: karakeep description: 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.

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 "<URL>" ["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.

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 @nickian/karakeep-save 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/nickian/karakeep-save. Review commits and README documentation before installing.