daffy-automation

Automate Daffy operations through Rube MCP toolkits for task execution and connection management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Daffy tasks by providing a standardized, automated interface for tool discovery, connection management, and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Daffy operations.
  • Connection Management: Verify and maintain active authentication states for Daffy toolkits.
  • Workflow Execution: Execute multi-step tasks using discovered tool slugs and schema-compliant arguments.

Quick Start

Use the daffy-automation skill to search for available tools and execute a task in the current session.

Frequently Asked Questions about daffy-automation

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

FAQPage Schema
How do I discover available Daffy tools?

Call the RUBE_SEARCH_TOOLS command with a query related to your specific Daffy task. This returns the necessary tool slugs, input schemas, and execution plans required for your workflow.

How do I verify my Daffy connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'daffy' toolkit parameter. Ensure the returned status is ACTIVE before attempting to execute any tools.

Can I hardcode tool slugs in my workflows?

No, you should never hardcode tool slugs or arguments. Tool schemas change frequently, so always call RUBE_SEARCH_TOOLS first to retrieve the most current and valid schemas.

What should I do if my Daffy connection is not active?

If the connection status is not ACTIVE, follow the auth link provided by the RUBE_MANAGE_CONNECTIONS command to complete the setup process before proceeding.

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for the RUBE_MULTI_EXECUTE_TOOL command. Always include it in your calls, even if it is an empty object, to ensure schema compliance.