convertapi-automation

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

Install

Hot:18

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-convertapi-automation&locale=en&source=copy

Convertapi Automation Skill - Automate Document Format Conversion via Rube MCP

Skill Overview


Convertapi Automation is a Claude skill that automates Convertapi operations through Composio Rube MCP, allowing users to complete document format conversion tasks automatically.

Use Cases

  • Batch Document Conversion: When you need to convert a large number of files between different formats—such as PDF to images, Word to PDF, etc.—you can use RUBE_MULTI_EXECUTE_TOOL to process multiple files in one go.
  • Integration into Automated Workflows: Embed document conversion steps into larger automation flows, such as automatically handling uploaded files and converting formats after generating reports.
  • No-Code API Calls: No need to write Convertapi API code directly. With Claude conversations, you can handle tool discovery, connection management, and task execution.
  • Core Features

  • Intelligent Tool Discovery: Use RUBE_SEARCH_TOOLS to find available Convertapi tools and the latest architecture, avoiding hard-coded outdated tool parameters.
  • Connection Status Management: Use RUBE_MANAGE_CONNECTIONS to check and manage the Convertapi connection status, ensuring tasks run when the status is ACTIVE.
  • Batch Task Execution: Use RUBE_MULTI_EXECUTE_TOOL to execute multiple Convertapi operations at once, supporting batch file conversions and workflow orchestration.
  • Common Questions

    How do I connect Rube MCP to Convertapi?


    First, add https://rube.app/mcp as the MCP server. Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to convertapi. If the connection status is not ACTIVE, complete the setup using the returned authentication link.

    What prerequisites are needed for Convertapi automation?


    You need the Rube MCP server to be running properly (RUBE_SEARCH_TOOLS available), and you must have a Convertapi account to complete the authorized connection. Before first use, it’s recommended to call RUBE_SEARCH_TOOLS to confirm which tools are available.

    How does RUBE_SEARCH_TOOLS find Convertapi tools?


    When calling RUBE_SEARCH_TOOLS, describe your specific needs in the queries parameter (e.g., “Convertapi file conversion”). The system will return matching tool slugs, input schemas, and a recommended execution plan. It’s recommended to re-search before each task to get the latest architecture.

    What should I do if the Convertapi connection status is not ACTIVE?


    Call RUBE_MANAGE_CONNECTIONS to check the status. If it isn’t ACTIVE, complete the authentication and authorization using the auth_link in the returned result. After authentication, re-check the connection status and execute the tool only when it shows ACTIVE.

    How do I batch execute Convertapi conversion tasks?


    Use RUBE_MULTI_EXECUTE_TOOL. Configure multiple tool calls in the tools array, and for each call, specify the tool_slug obtained from RUBE_SEARCH_TOOLS and the arguments that match the required architecture. Don’t forget to include the memory parameter (even if it’s an empty object).

    Will the Convertapi tool architecture change?


    The API tool architecture and parameters may be updated. Therefore, before each task, you should call RUBE_SEARCH_TOOLS to get the latest tool architecture instead of hard-coding tool slugs or parameters.