← ClaudeAtlas

raindrop-triagelisted

This skill should be used when the user asks to 'triage unsorted bookmarks', 'clean up raindrop inbox', 'sort unsorted', 'organize bookmarks', 'raindrop triage', 'process bookmark backlog', 'promote triaged bookmarks', 'classify triaged', 'raindrop cleanup', 'deduplicate bookmarks', 'find duplicate bookmarks', 'tag unsorted', 'process raindrop inbox'. Fetches unsorted Raindrop bookmarks, deduplicates by normalized URL, detects research bursts, clusters by theme, proposes vocabulary-grounded tags, cross-references burst topics against Basic Memory, then moves approved bookmarks to AI-triaged. A second invocation with --promote classifies AI-triaged items into AI-sorted (default), AI-gems (golden), AI-archive, or AI-attention.
voxpelli/vp-claude · ★ 3 · AI & Automation · score 73
Install: claude install-skill voxpelli/vp-claude
# Raindrop Triage Interactive triage of unsorted Raindrop bookmarks: deduplicate, detect research bursts, cluster by theme, propose vocabulary-grounded tags, and move approved bookmarks to AI-triaged. A second invocation with `--promote` classifies AI-triaged items into AI-sorted (default), AI-gems (golden), AI-archive, or AI-attention. ## Arguments - `--promote` — run the promotion pass on AI-triaged bookmarks instead of the default unsorted triage - `--source <collection>` — (promote only) override the default AI-triaged source. Use `--source unsorted` for pre-triaged bookmarks. - `--limit N` — override the default 200-bookmark fetch limit ## Edge Cases - **Empty unsorted / empty AI-triaged** — report "No bookmarks to triage" and exit cleanly. - **Raindrop MCP unavailable** — report "Raindrop MCP unavailable — cannot triage" and exit. Do not attempt fallback. - **Vocabulary file missing** — warn "Tag vocabulary not loaded — run `/tag-sync` first for consistent tagging." Continue with copy-from-similar only, but note degraded tag quality in the session summary. - **>200 bookmarks** — triage the first page. Report remaining count and suggest re-running for the next batch. - **Partial `update_bookmarks` failure** — report which bookmarks failed. Do not retry automatically — the user can re-run the skill. - **BM unavailable** — skip the cross-reference step (Step 9). Note "Basic Memory unavailable — skipping knowledge gap cross-reference" in the summary.