Sync and automate the ingestion of Raindrop.io bookmarks into your AI-driven knowledge base using Openclaw Skills.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install raindrop-sync
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 raindrop-sync using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
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.
https://app.raindrop.io/settings/integrations..secrets/raindrop.env file:RAINDROP_TOKEN=your_token_here
source .secrets/raindrop.env
python3 skills/raindrop/scripts/fetch.py --since 24h
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 |
--since flag to optimize API usage.Loading
An AI-powered pull request assistant that identifies duplicate submissions, scores contribution quality, and generates prioritized triage reports.

An automated workflow that transforms shared Discord links into analyzed summaries and structured local knowledge base entries.

An automated workflow that transforms shared Discord links into structured, categorized knowledge base entries with AI-generated summaries.

A comprehensive scoring engine that quantifies GitHub developer influence and contribution quality through a four-tier metric system.

A comprehensive X/Twitter CLI and SDK leveraging GraphQL and cookie-based authentication for full platform engagement and automation.

A specialized Linux automation tool that translates AI-perceived screen coordinates into precise HiDPI hardware clicks.








































