heyzine-automation

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

Install

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


  • Integrate Heyzine into Claude Code/Agents: In Claude Code or other MCP-capable agent environments, directly invoke Heyzine actions without writing API code

  • Batch Processing of Heyzine Tasks: Use RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to execute multiple Heyzine operations in one go, improving efficiency

  • Dynamic Tool Discovery and Pattern Adaptation: When the Heyzine API updates, use RUBE_SEARCH_TOOLS to fetch the latest tool schemas and execution plans, avoiding hard-coded outdated configurations
  • Core Features


  • Intelligent Tool Discovery: Use RUBE_SEARCH_TOOLS to query available Heyzine tools in real time, obtaining accurate input schemas, recommended execution plans, and known pitfalls

  • Automated Connection Management: Use RUBE_MANAGE_CONNECTIONS to manage Heyzine connection status, ensuring the connection is active before executing actions to avoid failures

  • Batch Tool Execution: Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Heyzine operations in a single call, supporting session reuse and memory parameter management
  • FAQ

    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.