convertapi-automation
Automate Convertapi tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
Core Features
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.