amara-automation
Automate Amara tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:7
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-amara-automation&locale=en&source=copy
Amara Automation — Automate Subtitle Tasks via Rube MCP
Skill Overview
Amara Automation is a skill that automates Amara subtitle tasks through the Composio Rube MCP service. It requires no API key, enabling tool discovery, connection management, and batch operations.
Use Cases
Automate subtitle translation, editing, and synchronization tasks on the Amara platform. Suitable for content creators and localization teams who need to handle large volumes of multilingual video subtitles.
Integrate Amara capabilities into AI assistants or automation workflows. With Rube MCP, you can achieve seamless interaction with Amara—ideal for developers building intelligent agents.
Use RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBench to perform batch subtitle operations, suitable for scenarios where multiple video subtitles need to be processed at once.
Core Features
Use RUBE_SEARCH_TOOLS to dynamically retrieve the current list of available Amara tools and their schemas. This avoids hardcoding outdated tool definitions and ensures you always use the latest API.
Simply add the Rube MCP endpoint https://rube.app/mcp to your setup. Manage Amara connection status via RUBE_MANAGE_CONNECTIONS—no need to apply for or manage API keys.
Supports executing multiple operations in one go with RUBE_MULTI_EXECUTE_TOOL, as well as running remote workspace actions via the run_composio_tool() method of RUBE_REMOTE_WORKBench, improving batch-processing efficiency.
Frequently Asked Questions
What is Rube MCP? How do I connect?
Rube MCP is a Model Context Protocol (MCP) service provided by Composio for connecting to various third-party tools. Connection is straightforward: in your MCP client configuration, add the server address https://rube.app/mcp with no API keys. After adding it, call RUBE_SEARCH_TOOLS to verify whether the connection is successful.
Do I need an API key to use this skill?
No. Rube MCP uses a keyless architecture. You only need to add the Rube MCP endpoint in your client configuration. When connecting to Amara, establish and manage the connection using RUBE_MANAGE_CONNECTIONS with the toolkit parameter amara; the system will guide you through the authorization flow.
How do I find available Amara tools?
Always start by calling RUBE_SEARCH_TOOLS, passing your specific use case (e.g., “subtitle translation” or “batch editing”). The search results will return available tool slugs, input parameter schemas, recommended execution plans, and known pitfalls. Important: Do not hardcode tool definitions, because schemas can change—re-search before every execution.