Skip to content

Instantly share code, notes, and snippets.

@pizofreude
Last active May 24, 2025 13:18
Show Gist options
  • Save pizofreude/f0b9d4a9d76031ba2fdcb9952c455ddb to your computer and use it in GitHub Desktop.
Save pizofreude/f0b9d4a9d76031ba2fdcb9952c455ddb to your computer and use it in GitHub Desktop.
Prompt template for migration bookmarks from Pocket to Raindrop

I have exported my bookmarks from Pocket into a CSV file and I will attach it now. Please help me convert it into a format that Raindrop.io can import:

  • For each link, determine a Collection (high-level category) and assign appropriate Tags (subtopics). Collections are broad groups (e.g., Technology, Cooking, Health), while tags are specific keywords (e.g., Python, recipe, wellness).
  • Include any original description or notes from Pocket in the note field if they add useful context.
  • If a link has no clear topic or tags, put it in a generic Collection like Uncategorized or create a new one as needed.
  • You can create new Collections or tags whenever necessary to organize the links logically.
  • The final output should be a CSV file with columns: url, folder, title, note, tags (and optionally created). Use folder for the Collection name. Put multiple tags in quotes (for example, "tag1, tag2").
  • Provide example groupings such as:
    • Technology (Collection) with tags "programming, Python, AI"
    • Recipes (Collection) with tags "dessert, baking, healthy"
    • Books (Collection) with tags "fiction, history, science"
  • Output only the resulting CSV content with headers, formatted for Raindrop.io import (no extra explanation).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment