goody-automation

Automate Goody platform operations through Rube MCP toolkits and structured execution workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Goody's web interface for repetitive gifting and operational tasks by providing a standardized, agent-driven automation path.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Goody API schemas and tool definitions via Rube MCP.
  • Connection Management: Verify and maintain active authentication sessions for Goody toolkits.
  • Workflow Execution: Execute multi-step gifting or operational tasks using validated tool slugs and arguments.

Quick Start

Ask the agent to search for available Goody tools and then execute the gift sending workflow using the discovered tool schema.

Frequently Asked Questions about goody-automation

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

FAQPage Schema
How do I start automating Goody tasks?

Begin by connecting the Rube MCP server to your environment and calling RUBE_SEARCH_TOOLS to identify available Goody-specific functions. Ensure your connection is active via RUBE_MANAGE_CONNECTIONS before attempting any tool execution.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available arguments for Goody operations change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current, valid schema, preventing execution errors caused by outdated tool definitions.

How do I verify my Goody connection status?

Use the RUBE_MANAGE_CONNECTIONS command with the 'goody' toolkit parameter. The response will indicate if your connection is ACTIVE or if you need to follow an authentication link to re-authorize.

What should I do if a tool execution fails?

Verify that your session ID is valid and that you have included the required memory parameter in your RUBE_MULTI_EXECUTE_TOOL call. Check the search results to ensure your arguments strictly match the required schema types.