Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r...
Sync and process bookmarks from Raindrop.io. Use when fetching new bookmarks, analyzing saved content, or syncing bookmarks to knowledge base. Triggers on "r...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Fetch bookmarks from Raindrop.io API and process them for knowledge base integration.
Get API token from https://app.raindrop.io/settings/integrations Create test token (read-only is fine) Save to .secrets/raindrop.env: RAINDROP_TOKEN=your_token_here
source .secrets/raindrop.env python3 skills/raindrop/scripts/fetch.py --since 24h
python3 skills/raindrop/scripts/fetch.py --collection 12345678
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
Base URL: https://api.raindrop.io/rest/v1 Auth: Bearer token in header Rate limit: 120 req/min
GET /raindrops/{collectionId} β List bookmarks (use 0 for all) GET /collections β List collections GET /raindrop/{id} β Single bookmark details
{ "_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} }
Fetch β Get new bookmarks since last sync Filter β Skip already-processed URLs (check memory/kb-index.json) Extract β Use web_fetch to get content Analyze β Summarize and tag Store β Append to memory/knowledge-base.md Update index β Add URL to memory/kb-index.json
Add to heartbeat or cron for automatic sync: ζ―倩ζ£ζ₯δΈζ¬‘ Raindrop ζ°δΉ¦ηΎοΌε€ηεεε ₯η₯θ―εΊ
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.