y-gy-automation

Automate Y Gy operations using 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 y-gy-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: y-gy-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/y-gy-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill y-gy-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Y Gy operations by providing a standardized, automated interface for tool discovery, connection management, and execution.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetches current schemas and execution plans for Y Gy tools via Rube MCP.
  • Connection Management: Handles authentication and status verification for Y Gy toolkits to ensure reliable execution.
  • Workflow Automation: Enables multi-step task execution, including bulk operations and schema-compliant tool calls.

Quick Start

Use the y-gy-automation skill to discover available tools and execute the required Y Gy task.

Frequently Asked Questions about y-gy-automation

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

FAQPage Schema
How do I connect Y Gy to my agent?

Connect Y Gy by calling RUBE_MANAGE_CONNECTIONS with the toolkit parameter set to y_gy. If the connection status is not ACTIVE, follow the provided authentication link to complete the setup process.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures you have the most current tool schemas, input requirements, and execution plans. Hardcoding tool slugs or arguments can lead to failures if the underlying API schemas change.

What should I do if my Y Gy connection is inactive?

Verify your connection status using RUBE_MANAGE_CONNECTIONS. If it shows as inactive, re-run the connection command and complete the authentication flow provided by the Rube MCP gateway.

Can I perform bulk operations with this skill?

Yes, use RUBE_REMOTE_WORKBENCH with the run_composio_tool function to execute bulk operations efficiently. Always ensure your session ID is maintained throughout the workflow for state consistency.