返回 Skill 列表
extension
分类: 效率与办公需要 API Key

Karakeep Save

{"description": "保存书签到 Karakeep(自托管书签管理器)。当用户想要保存 URL、收藏链接或添加内容到阅读列表时使用。"}

person作者: nickianhubclawhub

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.