A comprehensive integration for managing, searching, and organizing bookmarks through the Linkding REST API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install linkding
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 linkding using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Linkding skill for Openclaw Skills provides a robust bridge between your AI agent and your self-hosted bookmarking service. It enables users to capture, categorize, and retrieve web resources efficiently without leaving their workspace. By leveraging this tool, you can maintain a high-quality knowledge base with minimal manual overhead.
This skill is designed for developers and power users who need a structured way to handle information overflow. Whether you are conducting deep research or simply saving articles for later, this addition to your Openclaw Skills library ensures your bookmarks are always organized and accessible via simple commands.
linkding-api.sh script with specific parameters (e.g., create, search, update).First, configure your credentials by creating a JSON file at ~/.clawdbot/credentials/linkding/config.json with your instance details:
{
"url": "https://linkding.example.com",
"apiKey": "your-api-token"
}
You can find your API token in the Settings page of your Linkding instance. Ensure the utility script has execution permissions:
chmod +x ./scripts/linkding-api.sh
The skill processes bookmark objects with the following schema:
| Property | Description |
|---|---|
id |
The unique numeric identifier for the bookmark. |
url |
The fully qualified web address of the saved link. |
title |
The display name of the bookmark. |
tag_names |
An array of strings representing categories or labels. |
is_archived |
Boolean indicating if the link is in the archive. |
unread |
Boolean flag for items marked for future reading. |
date_added |
ISO 8601 timestamp of when the bookmark was created. |
--modified-since flag for temporal queries.Loading
A specialized skill for sending real-time push notifications to a Gotify server upon task completion or system events.

An intelligent project management system that breaks down complex goals and orchestrates AI sub-agents using cost-effective model selection.

A specialized knowledge retrieval tool that enables AI agents to query and extract authoritative encyclopedia data from Baidu Baike.

An intelligent web scraping tool that extracts clean main body content and converts it to Markdown for AI processing.

A comprehensive API integration for searching across torrent and Usenet indexers and managing Prowlarr settings.

Seamlessly manage your qBittorrent instance through an AI-powered interface using the WebUI API.








































