amara-automation

Automate Amara subtitle and caption operations through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating the Amara platform by providing a standardized, automated interface for managing subtitle and captioning workflows.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Amara tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication sessions for Amara toolkits.
  • Workflow Execution: Perform bulk operations and multi-step tasks using the Rube multi-execute interface.
  • Use Case: Automate the retrieval of subtitle schemas and the execution of captioning updates across multiple video projects without manual dashboard interaction.

Quick Start

Use the amara-automation skill to search for available tools and execute a caption update task for your project.

Frequently Asked Questions about amara-automation

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

FAQPage Schema
How do I connect Amara to my agent?

Connect Amara by calling the RUBE_MANAGE_CONNECTIONS tool with the 'amara' toolkit parameter. If the connection status is not ACTIVE, follow the provided authentication link to authorize the integration.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations on the Amara platform change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current tool slugs and argument requirements for successful execution.

Can I perform bulk subtitle operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations across multiple video assets efficiently.

What should I do if a tool execution fails?

Verify that your connection status is ACTIVE using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.