rafflys-automation

Automate Rafflys operations through the Rube MCP gateway for efficient task management.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill rafflys-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rafflys-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/rafflys-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill rafflys-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Rafflys tasks by providing a standardized, automated interface that eliminates manual interaction with the Rafflys dashboard.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current schemas and tool definitions via Rube MCP to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Rafflys toolkits.
  • Workflow Execution: Perform multi-step operations like bulk tool execution and remote workbench tasks.
  • Use Case: Automate the management of multiple Rafflys campaigns by programmatically discovering available tools and executing bulk operations without manual intervention.

Quick Start

Use the rafflys-automation skill to discover available tools and execute a task for my current Rafflys session.

Frequently Asked Questions about rafflys-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Rafflys to my agent?

Connect Rafflys by adding the Rube MCP server endpoint to your client configuration and calling RUBE_MANAGE_CONNECTIONS with the rafflys toolkit to initiate the authentication flow.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS first ensures you are using the most current tool schemas, input requirements, and execution plans, preventing errors caused by outdated tool definitions.

Can I automate bulk operations in Rafflys?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH commands to perform bulk operations, provided you have discovered the correct tool slugs and schema-compliant arguments.

What should I do if my connection shows as inactive?

If the connection status is not active, re-run the RUBE_MANAGE_CONNECTIONS command and follow the provided authentication link to re-authorize your Rafflys toolkit access.

Are there limitations to using Rube MCP?

Rube MCP requires active network connectivity to the Rube gateway and relies on the availability of the Rafflys toolkit; always verify the connection status before executing workflows.