A streamlined integration for saving bookmarks and notes to a private, self-hosted Karakeep instance directly from your development environment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install karakeep-save
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install karakeep-save using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Karakeep is a powerful, self-hosted bookmark management solution that allows users to maintain full control over their digital archives. By leveraging this integration within the ecosystem of Openclaw Skills, users can capture web resources, GitHub repositories, and research articles without leaving their terminal or AI chat interface. It acts as a bridge between active exploration and long-term knowledge retention.
The skill provides a standardized way to interact with the Karakeep REST API, ensuring that every link saved is properly categorized. Using Openclaw Skills for Karakeep allows you to maintain a high-velocity workflow while building a personal, privacy-focused library of information that is accessible from anywhere.
To begin using this integration with your Openclaw Skills environment, you must first configure your connection details. Set the following environment variables in your shell profile (e.g., .zshrc or .bashrc) or your specific agent configuration:
export KARAKEEP_URL="https://your-karakeep-instance.com"
export KARAKEEP_API_KEY="your-api-key"
You can obtain your API key by navigating to your Karakeep instance, going to Settings, selecting API Keys, and creating a new key.
The skill organizes data by sending structured JSON payloads to your self-hosted instance. The metadata is then managed by Karakeep as follows:
| Parameter | Type | Description |
|---|---|---|
| url | String | The destination URL for the bookmark. |
| note | String | Optional user-provided context or summary. |
| type | String | The content type, strictly defined as link for this skill. |
| tags | Array | Automatically populated by Karakeep's internal AI processing. |
Loading
A powerful bridge between your self-hosted FreshRSS instance and your AI agent for streamlined news consumption.

A comprehensive suite of 54 MCP tools to manage WordPress content, media, and site health directly from your AI agent.

A unified messaging skill for Clawdbot that integrates with the Beeper Desktop API to manage chats across multiple platforms from a single interface.

A structured equity analysis tool that scores and ranks stocks using a comprehensive fundamental playbook.

Manage NocoDB bases, tables, and records through a powerful REST API integration for AI agents.

An AI agent skill to automatically save URLs and articles to a self-hosted Readeck instance for organized reading and archival.








































