heyzine-automation

Automate Heyzine document operations 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 heyzine-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heyzine-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/heyzine-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill heyzine-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Heyzine flipbooks by providing a standardized interface for automated operations, ensuring consistent interaction with the Heyzine API.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and tool definitions to ensure compatibility with the latest Heyzine API updates.
  • Connection Management: Securely manage and verify active connections to Heyzine via the Rube MCP gateway.
  • Workflow Execution: Execute multi-step operations such as bulk updates or document management tasks using a unified execution pattern.

Quick Start

Use the heyzine-automation skill to discover available tools and execute a task for my flipbook.

Frequently Asked Questions about heyzine-automation

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

FAQPage Schema
How do I start automating Heyzine tasks?

Begin by calling RUBE_SEARCH_TOOLS to discover available Heyzine operations and verify your connection status using RUBE_MANAGE_CONNECTIONS. Always ensure your connection is ACTIVE before attempting to execute any tools.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available parameters for Heyzine change frequently. Calling RUBE_SEARCH_TOOLS ensures you are using the most current input schemas and prevents execution errors caused by outdated tool definitions.

How do I handle authentication for Heyzine?

Authentication is managed through the Rube MCP gateway. Use RUBE_MANAGE_CONNECTIONS with the heyzine toolkit to initiate the process; if the status is not ACTIVE, follow the provided link to complete the setup.

Can I perform bulk operations on Heyzine documents?

Yes, you can perform bulk operations by utilizing RUBE_REMOTE_WORKBENCH with the run_composio_tool function, which allows for orchestrated execution of multiple Heyzine-related tasks.

What should I do if a tool execution fails?

Verify that your session ID is valid and that the connection status is still ACTIVE. Check the schema returned by RUBE_SEARCH_TOOLS to ensure your arguments strictly match the required types and field names.