gamma-automation
Automate Gamma tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:16
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-gamma-automation&locale=en&source=copy
Gamma Automation - Keyless Automation via Rube MCP
Skill Overview
Gamma Automation is a Claude skill that automates Gamma tasks through Composio Rube MCP. It connects to Gamma and performs bulk operations, workflow orchestration, and content management tasks without requiring any API keys.
Suitable Use Cases
When you need to create multiple Gamma demo decks or documents at once, you can use
RUBE_MULTI_EXECUTE_TOOL to perform bulk create, edit, and publish actions, greatly improving content production efficiency.Ideal for scenarios where you want to integrate Gamma into a larger workflow—for example, generating reports from data sources automatically, updating marketing materials on a schedule, or creating new projects based on trigger conditions.
Marketing teams, educational institutions, and enterprise users can automate the creation, sharing, and management of Gamma documents with this skill, reducing repetitive manual work.
Core Features
Use
RUBE_SEARCH_TOOLS to always fetch the latest Gamma tool schemas and execution plans. This keeps your automation scripts in sync with Composio updates and avoids hard-coding outdated API calls.Use
RUBE_MANAGE_CONNECTIONS to connect Gamma via OAuth, without managing API keys or tokens. Connection status can be checked at any time and supports isolation across multiple sessions.RUBE_MULTI_EXECUTE_TOOL allows executing multiple Gamma operations in a single request. Combined with session reuse and memory management, you can build complex multi-step automation flows.FAQs
What is Rube MCP? Do I need an API key?
Rube MCP is an MCP server provided by Composio for connecting to various third-party tools. When using it, you only need to add the
https://rube.app/mcp endpoint in your client configuration—no registration or API key setup is required. The Gamma connection is authorized via OAuth.How do I connect Gamma to Rube MCP?
First, call
RUBE_SEARCH_TOOLS to confirm that Rube MCP is available. Then use RUBE_MANAGE_CONNECTIONS and specify the toolkit as gamma. If the connection is not yet activated, the system returns an authorization link. After completing authorization, the connection status will show as ACTIVE.Why search tools each time first?
Composio tool schemas are updated periodically to add new features or adjust parameter structures. Calling
RUBE_SEARCH_TOOLS first ensures your automation scripts use the current correct tool slugs and parameter schemas, preventing execution failures caused by schema changes.