googlesuper-automation

Automate Google Super tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:21

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-googlesuper-automation&locale=en&source=copy

Google Super Automation Skills

Skill Overview


Automate Google Super tasks through Rube MCP, supporting dynamic tool discovery and connection without an API Key.

Applicable Scenarios

1. Google Super Workflow Automation


Automatically perform repetitive Google Super operations such as data synchronization, batch processing, and scheduled tasks. With RUBE_MULTI_EXECUTE_TOOL, you can execute multiple actions in one go without manually handling each step.

2. Dynamic Tool Integration


When Google Super APIs or tool modes change frequently, use RUBE_SEARCH_TOOLS to fetch the latest tool modes, avoiding issues caused by hard-coded, outdated code.

3. Native Claude Code Integration


Operate Google Super directly in Claude Code conversations without switching to other tools or writing standalone scripts. Suitable for scenarios where you need to quickly validate ideas or complete one-off tasks.

Core Functions

1. Automatic Tool Mode Discovery


Use RUBE_SEARCH_TOOLS to dynamically retrieve the current list of available Google Super tools, input schemas, and recommended execution plans. This ensures your automation code stays in sync with the latest API and avoids failures due to API changes.

2. Connection State Management


Use RUBE_MANAGE_CONNECTIONS to check and manage Google Super connection status. The skill guides you through the full process from verification to activation, and only executes tasks once the connection is ready.

3. Batch Tool Execution


RUBE_MULTI_EXECUTE_TOOL supports executing multiple Google Super operations within a single call, automatically handling session management and memory parameters. Combined with tool discovery information, you can build complex automation workflows.

Frequently Asked Questions

Does Rube MCP require an API Key?


No. Just add the MCP server address https://rube.app/mcp in your client configuration. Rube will handle communication with Composio; you only need to focus on the Google Super connection and task execution.

Why call RUBE_SEARCH_TOOLS every time?


Google Super tool modes may update. Hard-coding tool slugs and parameters can cause calls to fail. RUBE_SEARCH_TOOLS returns the currently valid tool modes, ensuring your automation code remains usable. This is the key design principle of this skill.

How do I know whether the connection succeeded?


Call RUBE_MANAGE_CONNECTIONS and set the toolkit to googlesuper. If the returned status is ACTIVE, the connection is ready. If it’s not ACTIVE, the result will include an authorization link—follow the instructions to complete authorization.