gamma-automation

Automate Gamma presentation creation and management tasks through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual friction of interacting with Gamma's interface by providing a structured, automated way to manage presentations and content workflows directly through your AI agent.

Core Features & Use Cases

  • Automated Operations: Execute Gamma tool actions like content generation and slide management without leaving your chat interface.
  • Schema-Aware Execution: Dynamically fetch and validate tool schemas to ensure accurate API calls.
  • Use Case: Quickly generate a slide deck for a project proposal by using the Rube MCP to trigger Gamma's creation tools based on your project notes.

Quick Start

Use the gamma-automation skill to search for available tools and generate a new presentation based on my project brief.

Frequently Asked Questions about gamma-automation

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

FAQPage Schema
How do I connect Gamma to my AI agent?

Connect Gamma by using the RUBE_MANAGE_CONNECTIONS tool with the 'gamma' toolkit slug. Ensure you follow the provided authentication link to authorize the connection before attempting any operations.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS ensures your agent has the most current tool schemas, input requirements, and execution plans, preventing errors caused by outdated or changed API definitions.

Can I automate bulk Gamma operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations or complex workflows across multiple Gamma tools.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it is ACTIVE, then re-run RUBE_SEARCH_TOOLS to confirm your arguments match the latest schema requirements.