raindrop-io
Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.
About this skill
The Raindrop.io Bookmark Management Skill empowers AI agents to seamlessly interact with a user's Raindrop.io account. It enables core bookmarking functionalities through natural language, allowing users to save web pages, categorize them into collections, add descriptive tags, mark items as favorites, and include notes or descriptions. This skill is designed to streamline web research and content organization, integrating directly into an AI-powered workflow. By leveraging this skill, users can delegate the often-tedious task of bookmark management to their AI assistant. It transforms conversational prompts into structured actions within Raindrop.io, making it easier to maintain tidy reading lists, manage vast research materials, and quickly retrieve specific web content without leaving the AI environment. This enhances productivity for researchers, content curators, and anyone who frequently saves and organizes web links.
Best use case
This skill is primarily designed for individuals heavily involved in web research, content curation, or those who simply accumulate a large number of web links and need an efficient way to manage them. Researchers, students, journalists, and anyone utilizing Raindrop.io for its organizational capabilities will benefit most, as it allows them to automate and simplify their bookmarking workflow directly through conversational AI, eliminating manual categorization and searching.
Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.
Users can efficiently save, categorize, and retrieve Raindrop.io bookmarks via natural language interactions with an AI agent.
Practical example
Example input
Save this article about AI: https://example.com/ai-article
Example output
I'll save that bookmark. Would you like to add it to a specific collection or add tags?
When to use this skill
- When you need to save and categorize a new web bookmark quickly.
- For organizing web research materials and maintaining reading lists.
- When searching for specific links or content within your Raindrop.io collection.
- When the user explicitly mentions Raindrop.io or managing bookmarks.
When not to use this skill
- When you do not have a Raindrop.io Pro subscription.
- For managing bookmarks in browsers other than Raindrop.io.
- If you need to access local files or perform general web searches unrelated to your Raindrop.io collection.
- For complex data analysis or task management beyond bookmark organization.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/raindrop-io/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How raindrop-io Compares
| Feature / Agent | raindrop-io | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | medium | N/A |
Frequently Asked Questions
What does this skill do?
Manage Raindrop.io bookmarks with AI assistance. Save and organize bookmarks, search your collection, manage reading lists, and organize research materials. Use when working with bookmarks, web research, reading lists, or when user mentions Raindrop.io.
How difficult is it to install?
The installation complexity is rated as medium. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
ChatGPT vs Claude for Agent Skills
Compare ChatGPT and Claude for AI agent skills across coding, writing, research, and reusable workflow execution.
Best AI Skills for ChatGPT
Find the best AI skills to adapt into ChatGPT workflows for research, writing, summarization, planning, and repeatable assistant tasks.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
SKILL.md Source
# Raindrop.io Bookmark Management Skill Manage your Raindrop.io bookmarks with AI assistance. This skill enables you to save, organize, search, and manage your bookmarks through natural language conversations. ## Prerequisites Before using this skill, ensure you have: 1. **Raindrop.io Pro subscription**: The official MCP server requires a Pro account 2. **MCP server configured**: Follow the setup guide in [references/SETUP.md](references/SETUP.md) 3. **Active connection**: Verify MCP tools are available by listing your tools To verify the connection is working: - Check that Raindrop.io MCP tools appear in your available tools list - Try a simple operation like listing collections If you encounter issues, see the troubleshooting section at the end of this document. ## Quick Start Workflows ### 1. Save a Bookmark **When to use**: Adding new bookmarks to your collection with smart organization. **Steps**: 1. Ask the user for the URL they want to save 2. Use the appropriate MCP tool to create the bookmark 3. Ask the user if they want to: - Add to a specific collection - Add tags for organization - Mark as favorite - Add notes or description 4. Apply the requested organization 5. Confirm the bookmark was saved successfully **Example conversation**: ``` User: Save this article about AI: https://example.com/ai-article Assistant: I'll save that bookmark for you. Would you like me to: - Add it to a specific collection? - Tag it with relevant keywords? - Mark it as a favorite? User: Yes, add it to my "AI Research" collection and tag it with "machine-learning" and "research" Assistant: Done! I've saved the bookmark to your AI Research collection with the tags machine-learning and research. ``` ### 2. Search Bookmarks **When to use**: Finding bookmarks by content, tags, domains, or other criteria. **Steps**: 1. Identify what the user is searching for 2. Use the MCP search tool with appropriate filters: - By tags - By collection - By domain - By date range - By search term in title/description 3. Present results in a clear, scannable format 4. Offer to: - Open specific bookmarks - Show more details - Refine the search **Example conversation**: ``` User: Find all my bookmarks about Python from last month Assistant: I'll search for Python-related bookmarks from the past month. [searches using MCP tools] Found 8 bookmarks: 1. Python Best Practices (pythonguide.org) - tagged: python, programming 2. FastAPI Tutorial (fastapi.tiangolo.com) - tagged: python, api ... Would you like me to show more details or refine the search? ``` ### 3. Manage Reading List **When to use**: Organizing articles to read, marking progress, and extracting highlights. **Steps**: 1. **Add to reading list**: - Use collection named "Reading List" or create one - Save bookmarks with appropriate tags 2. **Review reading list**: - Search bookmarks in reading list collection - Sort by date or priority - Show unread items 3. **Mark as read**: - Update bookmark status - Optionally move to different collection - Add highlights or notes 4. **Extract highlights**: - Retrieve saved highlights from bookmarks - Organize by topic or theme - Export for note-taking **Example conversation**: ``` User: Show me my reading list Assistant: Here are your unread articles: 1. [Article Title] - saved 2 days ago 2. [Article Title] - saved 1 week ago ... User: Mark the first one as read and add a highlight Assistant: I've marked it as read. What highlight would you like to add? User: "The key insight was the importance of asynchronous processing" Assistant: Highlight saved! Would you like to move this to a different collection or keep it in your Archive? ``` ### 4. Organize Research **When to use**: Managing research projects with multiple bookmarks, collections, and tags. **Steps**: 1. **Create research project structure**: - Create a collection for the project - Define relevant tags - Set up sub-collections if needed 2. **Add bookmarks to project**: - Save new sources to the collection - Tag systematically - Add notes and context 3. **Bulk organize**: - Update multiple bookmarks at once - Apply tags to groups - Move bookmarks between collections 4. **Review and export**: - Generate summary of bookmarked sources - List by category or tag - Export highlights and notes **Example conversation**: ``` User: Help me organize research for my machine learning project Assistant: I'll help you set up a research collection. First, let me create a "Machine Learning Project" collection for you. What main topics should we track? (e.g., neural-networks, training, deployment) User: neural networks, datasets, model-architectures, papers Assistant: Perfect! I've created the collection with those tags. Now you can add bookmarks with: "Save [URL] to my machine learning project, tag: neural-networks" I'll automatically organize them for you. Would you like me to help you add some bookmarks now? ``` ## Common Patterns and Best Practices ### Tagging Strategy - Use lowercase, hyphenated tags (e.g., `machine-learning`, not `Machine Learning`) - Create a consistent taxonomy for your domain - Use broad tags for discovery (e.g., `programming`) and specific tags for precision (e.g., `python-asyncio`) - Limit to 3-5 tags per bookmark for clarity ### Collection Organization - Create collections for projects, topics, or workflows - Use descriptive names that reflect the content - Consider creating a "Reading List" for articles to read - Use "Archive" for completed or reference material - Nest collections when you have clear hierarchies ### Search Tips - Combine multiple filters for precision (tags + collection + date range) - Search by domain to find all bookmarks from a specific site - Use date ranges to find recent additions or old bookmarks - Full-text search looks in titles, descriptions, and content ### Workflow Integration - **Daily review**: Check bookmarks added today - **Weekly cleanup**: Review untagged bookmarks and organize them - **Project workflows**: Create collection → Add bookmarks → Tag systematically → Extract highlights - **Reading workflow**: Save to reading list → Mark as read → Add highlights → Move to archive ## Working with MCP Tools When using this skill, you'll interact with the Raindrop.io MCP server through natural language. The skill will handle the technical details of calling MCP tools. ### Available Operations Based on typical Raindrop.io API capabilities, you can expect to: - **Create bookmarks**: Add new URLs with metadata - **Search bookmarks**: Find bookmarks by various criteria - **Update bookmarks**: Modify tags, collections, notes - **Delete bookmarks**: Remove unwanted bookmarks - **Manage collections**: Create, update, delete collections - **Manage tags**: Rename, merge, delete tags - **Handle highlights**: Create and retrieve highlights - **Bulk operations**: Update multiple bookmarks at once For detailed tool documentation, see [references/API-REFERENCE.md](references/API-REFERENCE.md). ## Advanced Usage For advanced workflows and automation, see [references/WORKFLOWS.md](references/WORKFLOWS.md) for examples including: - Research project setup with bulk import - Automated reading list management - Tag organization strategies - Cross-collection search patterns - Highlight extraction and note-taking integration ## Troubleshooting ### MCP Server Not Connected **Symptoms**: Tools not available, connection errors **Solutions**: 1. Verify your Raindrop.io Pro subscription is active 2. Check MCP server configuration (see [references/SETUP.md](references/SETUP.md)) 3. Try reauthorizing through OAuth flow 4. Restart your AI client (Claude Desktop, etc.) ### Authentication Errors **Symptoms**: 401 Unauthorized, access denied **Solutions**: 1. Reauthorize the MCP connection 2. Check that your API token is valid (if using token auth) 3. Verify your account has Pro access 4. Clear and reconnect the MCP server ### Bookmarks Not Saving **Symptoms**: Operations complete but bookmarks don't appear **Solutions**: 1. Verify the URL is valid and accessible 2. Check you have permission to write to the collection 3. Try refreshing your Raindrop.io web interface 4. Check for rate limiting (official server should handle this) ### Search Not Finding Bookmarks **Symptoms**: Expected bookmarks not in search results **Solutions**: 1. Verify bookmarks exist in Raindrop.io web interface 2. Try broader search terms 3. Check collection filters aren't too restrictive 4. Wait a moment for indexing if just added ### Beta Limitations **Note**: The official Raindrop.io MCP server is currently in beta. Some features may: - Have limited functionality - Require updates as the API evolves - Behave differently than documented Report issues to Raindrop.io support at info@raindrop.io or check [help.raindrop.io/mcp](https://help.raindrop.io/mcp) for updates. ## Tips for Success 1. **Start simple**: Begin with basic bookmark saving and searching before advanced workflows 2. **Be specific**: Provide clear instructions about collections, tags, and organization 3. **Verify results**: Check that operations completed as expected 4. **Build gradually**: Develop your organization system over time 5. **Stay consistent**: Use consistent naming and tagging conventions 6. **Review regularly**: Periodic cleanup keeps your bookmarks useful ## Privacy and Security - MCP connection uses OAuth 2.1 for secure authentication - Your bookmarks remain in your Raindrop.io account - The skill only accesses bookmarks you've authorized - No data is stored outside of Raindrop.io's servers - Review Raindrop.io's privacy policy for details ## Getting Help - **Setup issues**: See [references/SETUP.md](references/SETUP.md) - **Advanced workflows**: See [references/WORKFLOWS.md](references/WORKFLOWS.md) - **Tool reference**: See [references/API-REFERENCE.md](references/API-REFERENCE.md) - **Raindrop.io support**: info@raindrop.io - **MCP documentation**: https://help.raindrop.io/mcp ## About This Skill This skill provides a natural language interface to Raindrop.io using the official MCP server. It's designed for: - Researchers managing sources and references - Developers organizing technical documentation - Readers managing articles and reading lists - Anyone who needs better bookmark organization The skill is open source and welcomes contributions. Find it on GitHub or skillstore.io. --- **Version**: 1.0.0 **Author**: dansegal **License**: MIT **MCP Server**: https://api.raindrop.io/rest/v2/ai/mcp **Status**: Beta (official Raindrop.io MCP server is in beta)
Related Skills
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
notebooklm
Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
aisa-tavily
AI-optimized web search via AIsa's Tavily API proxy. Returns concise, relevant results for AI agents through AIsa's unified API gateway.
Market Sizing — TAM/SAM/SOM Calculator
Build defensible market sizing for any product, pitch deck, or business case. Top-down and bottom-up methodologies combined.
Data Analyst — AfrexAI ⚡📊
**Transform raw data into decisions. Not just charts — answers.**
Competitor Monitor
Tracks and analyzes competitor moves — pricing changes, feature launches, hiring, and positioning shifts
afrexai-competitive-intel
Complete competitive intelligence system — market mapping, product teardowns, pricing intel, win/loss analysis, battlecards, and strategic monitoring. Goes far beyond SEO to cover the full business landscape.
trending-news-aggregator
智能热点新闻聚合器 - 自动抓取多平台热点新闻, AI分析趋势,支持定时推送和热度评分。 核心功能: - 每天自动聚合多平台热点(微博、知乎、百度等) - 智能分类(科技、财经、社会、国际等) - 热度评分算法 - 增量检测(标记新增热点) - AI趋势分析
search-cluster
Aggregated search aggregator using Google CSE, GNews RSS, Wikipedia, Reddit, and Scrapling.
data-analysis-partner
智能数据分析 Skill,输入 CSV/Excel 文件和分析需求,输出带交互式 ECharts 图表的 HTML 自包含分析报告