goody-automation
Automate Goody 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 OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-goody-automation&locale=en&source=copy
Goody Automation Skill - Implement Goody Task Automation via Rube MCP
Skill Overview
Goody Automation is a skill that enables Goody task automation through Rube MCP (Composio). It can automatically run Goody batch operations, gift card sending, order processing, and other workflows without needing an API key.
Use Cases
1. Bulk Gift Card Sending and Order Processing
Suitable for scenarios that require sending gift cards to large numbers of users or processing bulk orders, such as distributing employee benefits, marketing campaign rewards, or customer thank-you gifts. Multiple Goody operations can be handled in a single step using
RUBE_MULTI_EXECUTE_TOOL.2. Workflow Automation Integration
Suitable for scenarios that need to integrate Goody into existing automation workflows, such as HR systems triggering onboarding gifts, marketing platforms automatically sending rewards, and customer service systems handling compensatory gifts. Supports complex bulk operations via
RUBE_REMOTE_WORKBENCH.3. Developer Tool Integration
Suitable for developers who want to embed Goody functionality into their own applications or scripts. Dynamically discover available tools using
RUBE_SEARCH_TOOLS, and retrieve full tool schemas with RUBE_GET_TOOL_SCHEMAS to enable flexible automation development.Core Capabilities
1. Dynamic Tool Discovery
Use
RUBE_SEARCH_TOOLS to query available Goody tools and their input schemas in real time. This ensures you use the latest tool interfaces and avoids call failures caused by schema changes. Supports searching tools based on use cases, retrieving execution plans, and known issue hints.2. Connection Status Management
Use
RUBE_MANAGE_CONNECTIONS to manage Goody connection status: check whether a connection is active, and when a connection fails, obtain the authentication link to reauthorize it. Supports session management so the same connection session can be reused within a single workflow.3. Multi-Tool Batch Execution
Use
RUBE_MULTI_EXECUTE_TOOL to execute multiple Goody operations within a single request. Supports scenarios like bulk sending gift cards and bulk querying order status. Works with the memory parameter to pass data across tools.Common Questions
How do I get started with Goody Automation?
First, add the Rube MCP server (
https://rube.app/mcp) to your client configuration—no API key required. Then call RUBE_SEARCH_TOOLS to query available tools, use RUBE_MANAGE_CONNECTIONS to confirm that the Goody connection status is ACTIVE, and finally use RUBE_MULTI_EXECUTE_TOOL to perform the specific operations.Does Goody Automation require payment?
Rube MCP itself is free—you only need to add the server address to your client. However, the Goody account must remain active, and executing operations (such as sending gift cards) may consume the Goody account balance. The exact cost depends on Goody’s pricing policy.
Why do I have to call RUBE_SEARCH_TOOLS first?
Composio’s tool schemas are updated regularly. Hard-coding tool slugs and parameters may cause calls to fail.
RUBE_SEARCH_TOOLS returns the latest tool information, input schemas, and execution recommendations, ensuring workflow stability. This is a required step for using Goody Automation.