← 返回
数据分析 Key 中文

Raindrop Sync

Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r...
同步和处理 Raindrop.io 书签。用于获取新书签、分析保存内容或将书签同步到知识库。触发词:r...
zerone0x
数据分析 clawhub v1.0.0 1 版本 99867.5 Key: 需要
★ 0
Stars
📥 754
下载
💾 10
安装
1
版本
#latest

概述

Raindrop Bookmark Sync

Fetch bookmarks from Raindrop.io API and process them for knowledge base integration.

Setup

  1. Get API token from https://app.raindrop.io/settings/integrations
  2. Create test token (read-only is fine)
  3. Save to .secrets/raindrop.env:

```

RAINDROP_TOKEN=your_token_here

```

Usage

Fetch new bookmarks

source .secrets/raindrop.env
python3 skills/raindrop/scripts/fetch.py --since 24h

Fetch from specific collection

python3 skills/raindrop/scripts/fetch.py --collection 12345678

Process and add to knowledge base

python3 skills/raindrop/scripts/fetch.py --since 24h --output /tmp/raindrop-new.json
# Then process each item with web_fetch and add to memory/knowledge-base.md

API Reference

  • Base URL: https://api.raindrop.io/rest/v1
  • Auth: Bearer token in header
  • Rate limit: 120 req/min

Key Endpoints

  • GET /raindrops/{collectionId} — List bookmarks (use 0 for all)
  • GET /collections — List collections
  • GET /raindrop/{id} — Single bookmark details

Bookmark Object

{
  "_id": 123456,
  "title": "Article Title",
  "link": "https://example.com/article",
  "excerpt": "Short description...",
  "tags": ["tag1", "tag2"],
  "created": "2026-02-15T10:00:00Z",
  "collection": {"$id": 12345678}
}

Workflow

  1. Fetch — Get new bookmarks since last sync
  2. Filter — Skip already-processed URLs (check memory/kb-index.json)
  3. Extract — Use web_fetch to get content
  4. Analyze — Summarize and tag
  5. Store — Append to memory/knowledge-base.md
  6. Update index — Add URL to memory/kb-index.json

Cron Integration

Add to heartbeat or cron for automatic sync:

每天检查一次 Raindrop 新书签,处理后存入知识库

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 09:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 199 📥 65,188
ai-intelligence

Docs Feeder

zerone0x
自动从内置注册表或 URL 获取全面的项目文档,以协助 AI 代理进行调试与学习。
★ 0 📥 1,231
data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 165 📥 60,115