skills/dansega1/raindrop-io/SKILL.md
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.
npx skillsauth add aiskillstore/marketplace raindrop-ioInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manage your Raindrop.io bookmarks with AI assistance. This skill enables you to save, organize, search, and manage your bookmarks through natural language conversations.
Before using this skill, ensure you have:
To verify the connection is working:
If you encounter issues, see the troubleshooting section at the end of this document.
When to use: Adding new bookmarks to your collection with smart organization.
Steps:
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.
When to use: Finding bookmarks by content, tags, domains, or other criteria.
Steps:
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?
When to use: Organizing articles to read, marking progress, and extracting highlights.
Steps:
Add to reading list:
Review reading list:
Mark as read:
Extract highlights:
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?
When to use: Managing research projects with multiple bookmarks, collections, and tags.
Steps:
Create research project structure:
Add bookmarks to project:
Bulk organize:
Review and export:
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?
machine-learning, not Machine Learning)programming) and specific tags for precision (e.g., python-asyncio)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.
Based on typical Raindrop.io API capabilities, you can expect to:
For detailed tool documentation, see references/API-REFERENCE.md.
For advanced workflows and automation, see references/WORKFLOWS.md for examples including:
Symptoms: Tools not available, connection errors
Solutions:
Symptoms: 401 Unauthorized, access denied
Solutions:
Symptoms: Operations complete but bookmarks don't appear
Solutions:
Symptoms: Expected bookmarks not in search results
Solutions:
Note: The official Raindrop.io MCP server is currently in beta. Some features may:
Report issues to Raindrop.io support at [email protected] or check help.raindrop.io/mcp for updates.
This skill provides a natural language interface to Raindrop.io using the official MCP server. It's designed for:
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)
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.