googlesuper-automation

Automate Google Super operations through the Rube MCP gateway for structured task execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the complexity of managing Google Super tasks by providing a standardized, repeatable workflow for tool discovery, connection management, and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically fetch current tool schemas and execution plans using Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Google Super toolkits.
  • Multi-Tool Execution: Execute complex, multi-step workflows using the Rube multi-execute interface.
  • Use Case: Automate repetitive Google Super administrative tasks by chaining discovery, connection verification, and tool execution in a single session.

Quick Start

Use the googlesuper-automation skill to discover available tools and execute a specific Google Super task.

Frequently Asked Questions about googlesuper-automation

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

FAQPage Schema
How do I discover available Google Super tools?

Call the RUBE_SEARCH_TOOLS function with a specific use case query to retrieve available tool slugs, input schemas, and recommended execution plans for your task.

How to verify if my Google Super connection is active?

Use the RUBE_MANAGE_CONNECTIONS function with the 'googlesuper' toolkit argument to check the current connection status and follow the provided auth link if the status is not ACTIVE.

Can I reuse session IDs for multiple tasks?

Reuse session IDs within a single, cohesive workflow to maintain state. Generate new session IDs for distinct, unrelated workflows to ensure clean execution environments.

Why must I call RUBE_SEARCH_TOOLS before executing?

Tool schemas and available slugs change frequently. Calling RUBE_SEARCH_TOOLS ensures you use the most current arguments and field names, preventing execution errors.

What is the purpose of the memory parameter?

The memory parameter is a required field in RUBE_MULTI_EXECUTE_TOOL calls that maintains state across tool executions; always include it as an empty object '{}' if no specific memory is needed.