convertapi-automation

Automate file format conversions and document processing tasks using the Convertapi toolkit via Rube MCP.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill convertapi-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convertapi-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/convertapi-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill convertapi-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of converting files between formats by providing a standardized, agent-driven interface to the Convertapi ecosystem.

Core Features & Use Cases

  • Automated File Conversion: Programmatically convert documents, images, and archives between hundreds of supported formats.
  • Workflow Integration: Chain conversion tasks directly into your agent's existing operational pipelines.
  • Use Case: Automatically convert a batch of incoming PNG invoices into searchable PDF/A files for archival purposes without manual intervention.

Quick Start

Ask the agent to search for Convertapi tools and convert the file 'report.docx' to 'report.pdf'.

Frequently Asked Questions about convertapi-automation

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

FAQPage Schema
How do I perform file conversions with this skill?

Use the RUBE_SEARCH_TOOLS command to identify the correct conversion tool, then execute it via RUBE_MULTI_EXECUTE_TOOL with your file path and target format arguments.

What file formats are supported for conversion?

Convertapi supports hundreds of formats including document, image, and archive types. Use RUBE_SEARCH_TOOLS to query the specific capabilities and input schemas available for your current connection.

Do I need an API key to use this skill?

Yes, you must manage your Convertapi connection via the RUBE_MANAGE_CONNECTIONS command, which will prompt you to authenticate and link your account.

Why should I search for tools before executing?

Tool schemas and available conversion parameters change frequently. Searching ensures you use the correct tool slugs and argument structures required for successful execution.

Can I process multiple files in one workflow?

Yes, you can use RUBE_MULTI_EXECUTE_TOOL to chain multiple conversion operations within a single session, provided you maintain the correct session ID and memory state.