whautomate-automation

Automate Whautomate platform operations through the Rube MCP gateway interface.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Whautomate interfaces by providing a standardized, programmatic way to execute platform tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current tool schemas and execution plans for Whautomate operations.
  • Connection Management: Verify and maintain active authentication sessions with the Whautomate toolkit.
  • Multi-Tool Execution: Perform complex, multi-step workflows using the Rube MCP gateway to trigger remote actions.

Quick Start

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

Frequently Asked Questions about whautomate-automation

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

FAQPage Schema
How do I discover available Whautomate tools?

Call the RUBE_SEARCH_TOOLS command with a specific use case query related to your Whautomate task. This returns the latest tool slugs, input schemas, and execution requirements for your current session.

What should I do if my Whautomate connection is inactive?

Execute the RUBE_MANAGE_CONNECTIONS command with the whautomate toolkit specified. If the status is not ACTIVE, follow the provided authentication link to re-establish your connection.

Can I hardcode tool slugs for Whautomate tasks?

Avoid hardcoding tool slugs or arguments because schemas change frequently. Always use RUBE_SEARCH_TOOLS to retrieve the most current tool definitions before executing any workflow.

Why is the memory parameter required in tool execution?

The memory parameter is a mandatory field for the RUBE_MULTI_EXECUTE_TOOL command to maintain state across operations. Always include it as an empty object if no specific memory context is needed.