Linkding Bookmark Manager for Openclaw

A comprehensive integration for managing, searching, and organizing bookmarks through the Linkding REST API.

jmagar
v1.0.1
Jan 24, 2026
1
2.8k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install linkding

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Linkding Bookmark Manager?

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 Bookmark Manager Use Cases

  • Saving new URLs with automated or manual titles, descriptions, and tags.
  • Searching through vast bookmark collections using keyword queries or date filters.
  • Checking if a specific URL has already been saved to prevent duplicates.
  • Organizing research materials into bundles for thematic grouping.
  • Cleaning up active reading lists by archiving or deleting old entries.

How Linkding Bookmark Manager Works

  1. The skill authenticates with your self-hosted Linkding instance using the URL and API key provided in the configuration.
  2. When a command is issued, the agent invokes the linkding-api.sh script with specific parameters (e.g., create, search, update).
  3. The script communicates with the Linkding REST API to perform the requested operation.
  4. The API returns a structured JSON response containing the bookmark metadata.
  5. The agent processes this JSON data to confirm the action or display the search results to the user.

Linkding Bookmark Manager Setup

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

Linkding Bookmark Manager Data Schema & Taxonomy

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.

Linkding Bookmark Manager Advanced Features

  • Advanced search filtering using the --modified-since flag for temporal queries.
  • Bundle management for creating and searching saved groups based on complex tag logic.
  • Metadata scraping support when checking URLs to automatically pull titles and descriptions.
  • Batch-ready operations via Openclaw Skills for managing large-scale link migrations.
  • Unread status tracking to facilitate a "save now, read later" workflow.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*