Raindrop Bookmark Sync for Openclaw

Sync and automate the ingestion of Raindrop.io bookmarks into your AI-driven knowledge base using Openclaw Skills.

zerone0x
v1.0.0
Feb 15, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install raindrop-sync

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 raindrop-sync 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 Raindrop Bookmark Sync?

The Raindrop Bookmark Sync is a specialized tool designed to bridge the gap between your curated web discoveries and your AI agent's long-term memory. By leveraging the Raindrop.io API, this skill allows developers to systematically pull saved links, filter for new content, and transform raw URLs into structured, searchable knowledge. This Openclaw Skills integration ensures that your digital library is always up-to-date and ready for AI-assisted retrieval.

At its core, the skill manages the lifecycle of a bookmark from the moment it is saved until it is summarized and indexed in your local markdown files. It provides a robust framework for handling API rate limits, collection-specific filtering, and automated content extraction, making it an essential component for anyone building a digital second brain.

Raindrop Bookmark Sync Use Cases

  • Automating the ingestion of daily web research into a centralized AI memory.
  • Synchronizing specific project-related Raindrop collections with developer documentation.
  • Triggering automated AI summarization for every new link saved to a specific tag.
  • Maintaining a local, searchable index of high-value bookmarks for offline research.

How Raindrop Bookmark Sync Works

  1. Authenticates with the Raindrop.io REST API using a secure bearer token.
  2. Queries bookmarks based on specific collections or time-based filters (e.g., last 24 hours).
  3. Validates fetched bookmarks against the local knowledge base index to avoid duplicate processing.
  4. Utilizes content extraction tools to pull the full text from the bookmarked URLs.
  5. Summarizes the content and appends the metadata to the primary knowledge base file.
  6. Updates the local memory index to reflect the newly processed bookmark.

Raindrop Bookmark Sync Setup

  1. Obtain an API token from your Raindrop settings at https://app.raindrop.io/settings/integrations.
  2. Create a test token with read access.
  3. Save the token to a .secrets/raindrop.env file:
RAINDROP_TOKEN=your_token_here
  1. Source the environment and execute the fetch script:
source .secrets/raindrop.env
python3 skills/raindrop/scripts/fetch.py --since 24h

Raindrop Bookmark Sync Data Schema & Taxonomy

The skill interacts with the Raindrop Bookmark Object to organize and store data. Below is the primary schema utilized during the sync process:

Property Type Description
_id Integer Unique identifier for the bookmark
link String The destination URL
title String The title of the bookmarked page
excerpt String A short description or snippet provided by Raindrop
tags Array User-defined labels for classification
created String ISO 8601 timestamp of creation

Raindrop Bookmark Sync Advanced Features

  • Support for collection-specific syncing using unique collection IDs.
  • Incremental sync capabilities using the --since flag to optimize API usage.
  • Seamless integration with cron or heartbeat jobs for fully autonomous background updates.
  • Multi-stage pipeline that combines fetching with web content extraction and AI-driven analysis.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*