heyzine-automation
Automate Heyzine tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:31
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-heyzine-automation&locale=en&source=copy
Heyzine Automation - Automating Heyzine Operations via Rube MCP
Skill Overview
Heyzine Automation is a skill that automates Heyzine tasks through Composio’s Rube MCP service. It supports tool discovery, connection management, and batch execution, allowing you to integrate Heyzine functionality into a Claude agent without API keys.
Use Cases
RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to execute multiple Heyzine operations in one go, improving efficiencyRUBE_SEARCH_TOOLS to fetch the latest tool schemas and execution plans, avoiding hard-coded outdated configurationsCore Features
RUBE_SEARCH_TOOLS to query available Heyzine tools in real time, obtaining accurate input schemas, recommended execution plans, and known pitfallsRUBE_MANAGE_CONNECTIONS to manage Heyzine connection status, ensuring the connection is active before executing actions to avoid failuresRUBE_MULTI_EXECUTE_TOOL to execute multiple Heyzine operations in a single call, supporting session reuse and memory parameter managementFAQ
How do I connect Heyzine using Rube MCP?
First, add the Rube MCP server to the client configuration (endpoint:
https://rube.app/mcp), with no API key required. Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to heyzine. Complete the connection via the authorization link returned, and use it once the status is ACTIVE.Does Heyzine automation require an API key?
No. Rube MCP provides an API-key-free integration method. You only need to add the Rube server endpoint to your MCP client and complete a one-time Heyzine account authorization via
RUBE_MANAGE_CONNECTIONS. Subsequent operations will automatically use the established connection.How do I handle tool schema changes?
The skill requires calling
RUBE_SEARCH_TOOLS first to fetch the current tool schemas, rather than hard-coding tool slugs and parameters. This ensures that when the Heyzine API updates, your automation code continues to work correctly, while also letting you obtain recommended execution plans and information about known pitfalls.