Automate file and format conversion tasks via Rube MCP with schema lookup first.
This skill is essentially a prompt/instruction wrapper for operating Rube MCP / Composio conversion tools, with open-source distribution and strong community trust signals. The main concern is not the skill text itself, but that it directs users to connect to a remote MCP service and execute external tools, so the overall posture is low to moderate concern.
The material claims 'no API keys needed', but it also requires activating a `conversion_tools` connection via `RUBE_MANAGE_CONNECTIONS` and following an auth link, which implies third-party OAuth or connection authorization at runtime. No direct request for local high-sensitivity secrets is shown, but the external authorization scope should be reviewed.
The README explicitly instructs users to add `https://rube.app/mcp` as an MCP server and to search/execute tools through Composio/Rube; therefore user inputs, session IDs, tool arguments, and possibly business data may be sent to that remote service. No additional unknown endpoint is shown, but this conflicts with the metadata claiming no remote endpoint and warrants attention to actual data flows.
Based on the provided material, the skill itself is a prompt/workflow description and does not contain local scripts, install commands, or direct code execution logic. While downstream MCP tools may perform remote tool actions, this skill text does not declare local process spawning or system-level execution permissions.
The instructions require reusing sessions, passing `memory`, and querying schemas/executing tools through a remote MCP, indicating that task context and invocation parameters may be handled by an external service. There is no direct request for local filesystem read/write access, nor evidence of local data access beyond the stated 'conversion tools automation' scope.
The source is an open GitHub repository with high community adoption (64.7k stars), which materially lowers supply-chain risk. The material shows no obfuscated install script, suspicious dependencies, or obvious injection content; the remaining gaps are the undeclared license and unknown maintenance status, so repository activity and release practices should still be verified before production use.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "conversion-tools-automation" skill from askskill: 1. Download https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/conversion-tools-automation/SKILL.md 2. Save it as ~/.claude/skills/conversion-tools-automation/SKILL.md 3. Reload skills and tell me it's ready
Automate Conversion Tools operations through Composio's Conversion Tools toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/conversion_tools
RUBE_MANAGE_CONNECTIONS with toolkit conversion_toolsRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit conversion_toolsAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Conversion Tools operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Conversion Tools task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["conversion_tools"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Conversion Tools-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit conversion_tools |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
Automate Logo development tasks via Rube MCP using current tool schemas.
Automate Stormglass IO weather data queries and integrations through Rube MCP.
Automate OCRSpace text extraction tasks through Rube MCP workflows.
Automate Mailcoach email marketing and subscriber workflows through Rube MCP.
Automate MailerLite email workflows, subscriber segmentation, and campaign monitoring.
Automate Teamcamp task management and collaboration workflows through Rube MCP.
Automate ConvertAPI workflows through Rube MCP for file conversion tasks.
Automate Autom workflows via Rube MCP while checking current tool schemas first.
Automate Composio tasks via Rube MCP with tool schema lookup first.
Automate AI/ML API workflows via Rube MCP, checking latest tool schemas first.
Automate PDF tasks like conversion, extraction, merging, and data handling.
Automate curated workflows with Rube MCP after checking current tool schemas first.