← Back to list

karakeep
by clawdbot
All versions of all skills that are on clawdhub.com archived
⭐ 7🍴 6📅 Jan 24, 2026
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>
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(orHOARDER_API_KEY) is set or runlogin. - Verify the instance URL is correct in the script or config (
~/.config/karakeep/config.json).
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon

