rafflys-automation
Automate Rafflys tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:22
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-rafflys-automation&locale=en&source=copy
Rafflys Automation Skills - Simplify Task Management with Rube MCP
Skill Overview
The Rafflys Automation skill helps developers automate task operations on the Rafflys platform using the Rube MCP and the Composio toolset, without needing API keys. It enables tool discovery, connection management, and bulk execution.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to query available Rafflys tools in real time. Automatically retrieve the latest tool patterns, input parameters, and execution plans to ensure synchronization with platform updates.RUBE_MANAGE_CONNECTIONS to automatically check and manage Rafflys connection status. Supports connection activation, status validation, and troubleshooting.RUBE_MULTI_EXECUTE_TOOL and RUBE_REMOTE_WORKBENCH to perform multi-tool batch calls. Supports session reuse and memory management, improving execution efficiency.FAQs
What is Rube MCP, and why do you need it?
Rube MCP is a Model Context Protocol server that provides a unified interface for accessing the Composio toolset. With Rube MCP, you can avoid handling complex API authentication and tool pattern management directly. Just add the server endpoint
https://rube.app/mcp, and you can start using it without any additional API key configuration.How do I configure the Rafflys MCP connection?
The configuration process has four steps: first verify the availability of Rube MCP, then call the
RUBE_MANAGE_CONNECTIONS tool and specify the toolkit as rafflys. If the connection is not activated, complete authentication using the authorization link returned. Finally, confirm that the connection status is ACTIVE to start executing workflows.Why is it necessary to search tools before executing?
Rafflys tool patterns change with platform updates. Hard-coding tool names and parameters can cause execution failures. By using
RUBE_SEARCH_TOOLS to retrieve the latest patterns in real time, you can ensure that parameter types, field names, and recommended execution plans remain correct. You can also get known pitfalls and best-practice suggestions.