← 返回
效率工具 Key 中文

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".
{"answer":"管理 Karakeep 实例中的书签和链接。用于保存链接、列出最近书签或搜索收藏。触发短语包括“hoard this link”、“save to karakeep”或“search my bookmarks”。"}
jayphen
效率工具 clawhub v0.1.0 1 版本 99602.6 Key: 需要
★ 1
Stars
📥 2,737
下载
💾 84
安装
1
版本
#latest

概述

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>

Commands

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).

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-28 14:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 444 📥 226,122
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 114,741
developer-tools

Readeck

jayphen
Readeck集成,用于保存和管理文章。支持添加URL、列出条目和管理书签,通过Readeck API实现。可在每次请求中或通过环境变量 READECK_URL 和 READECK_API_KEY 配置自定义URL和API密钥。
★ 1 📥 2,166