conversion-tools-automation
Automate Conversion Tools tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:15
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-conversion-tools-automation&locale=en&source=copy
Conversion Tools Automation Skills
Skill Overview
By running the Rube MCP automated “Conversion Tools” task, you can perform file format conversions and workflow automation without needing an API key.
Use Cases
When you need to convert a large number of files from one format to another, this skill automates the entire conversion workflow. It supports common formats such as conversions between PDF, images, documents, and more.
When Claude needs to perform file conversion operations as part of a larger task (e.g., converting to PDF after generating a report, or converting after processing images), this skill provides seamless integration.
For users who don’t want to manage complex API credentials, Conversion Tools can be used with simple configuration via Rube MCP—just add the MCP server endpoint to get started.
Core Features
Automatically fetch the currently available Conversion Tools and their architecture via
RUBE_SEARCH_TOOLS, avoiding hardcoded failures caused by tool updates and ensuring long-term stable operation.Use
RUBE_MANAGE_CONNECTIONS to check and manage the Conversion Tools connection status in real time. This ensures that the connection is activated before any conversion task runs, preventing task failures.Execute multiple conversion operations within a single session using
RUBE_MULTI_EXECUTE_TOOL. Reuse the session ID to improve efficiency, and use the built-in memory parameter to pass state across operations.FAQs
How do I get and set up Rube MCP?
In your client configuration, just add
https://rube.app/mcp as an MCP server. No API key or registration process is required. After adding it, call RUBE_SEARCH_TOOLS to verify that the connection is successful.Why must I call RUBE_SEARCH_TOOLS first?
The Conversion Tools tool architecture is updated periodically. Hardcoding tool names and parameters can cause calls to fail.
RUBE_SEARCH_TOOLS returns the current accurate tool architecture, recommended execution plans, and known pitfalls, ensuring your code remains compatible with the latest version.What should I do if the Conversion Tools connection shows as inactive?
Call
RUBE_MANAGE_CONNECTIONS and specify the toolkit as conversion_tools. If the status is not ACTIVE, the result will include an authentication link. Click the link to complete account authorization for Conversion Tools, and the connection status will automatically change to ACTIVE.