karakeepManage 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".
Install via ClawdBot CLI:
clawdbot install Jayphen/karakeepRequires:
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"
KARAKEEP_API_KEY (or HOARDER_API_KEY) is set or run login.~/.config/karakeep/config.json).Generated Mar 1, 2026
Individuals use Karakeep to save and organize web links for research, learning, or personal projects. It helps users quickly retrieve bookmarks with advanced search features like tags and filters, enhancing productivity and reducing information overload.
Small teams or academic groups utilize Karakeep to collectively bookmark and share resources. By setting up a shared instance, members can save links, tag them for categorization, and search across the collection to support collaborative projects or literature reviews.
Marketing professionals employ Karakeep to gather and organize industry articles, competitor websites, and inspiration sources. The search functionality allows them to filter by date or keywords, streamlining content strategy planning and trend analysis.
Software developers save coding tutorials, API documentation, and tool links in Karakeep. Using commands to add and search bookmarks, they maintain a personalized knowledge base that integrates with CLI workflows, aiding in quick reference during development tasks.
Offer a free basic version with limited bookmarks and search features, while charging for premium tiers that include advanced filters, team collaboration tools, and increased storage. Revenue comes from monthly or annual subscriptions, targeting individual users and small businesses.
Provide customized Karakeep instances with enhanced security, integration APIs, and dedicated support for large organizations. Charge based on the number of users or data volume, focusing on industries like research institutions or corporate teams that require robust bookmark management.
Monetize by analyzing aggregated, anonymized bookmark data to offer insights on trending topics or user behavior. Additionally, generate revenue through affiliate links when users save product or service URLs, partnering with relevant e-commerce or content platforms.
💬 Integration Tip
Ensure the API key is securely stored in environment variables and verify the instance URL in the config file to avoid authentication errors during CLI usage.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Create, search, and manage Bear notes via grizzly CLI.
Track water and sleep with JSON file storage
Notion API for creating and managing pages, databases, and blocks.
Smart ClawdBot documentation access with local search index, cached snippets, and on-demand fetch. Token-efficient and freshness-aware.
Work with Obsidian vaults as a knowledge base. Features: fuzzy/phonetic search across all notes, auto-folder detection for new notes, create/read/edit notes with frontmatter, manage tags and wikilinks. Use when: querying knowledge base, saving notes/documents, editing existing notes by user instructions.