crowdin-automation

Automate Crowdin tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:17

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-crowdin-automation&locale=en&source=copy

Crowdin Automation — Automating Crowdin Operations via Rube MCP

Skill Overview


Using Composio’s Rube MCP, you can automate Crowdin translation management tasks without an API key. It supports automatic tool discovery, connection management, and bulk operations.

Use Cases

  • Localization Project Automation

  • Automate day-to-day Crowdin translation project activities, including uploading and downloading files, progress tracking, translator management, and more—reducing repetitive manual work.

  • Translation Workflow Integration

  • Seamlessly integrate Crowdin into existing development or content publishing workflows. Use an MCP server to coordinate with AI clients such as Claude Code and Gemini CLI.

  • Batch Translation Task Processing

  • Use Rube Remote Workbench to perform complex batch operations, handling translation tasks for multiple projects or language pairs in one go.

    Core Features

  • Intelligent Tool Discovery

  • Dynamically fetch the latest Crowdin tool architecture and execution plan via RUBE_SEARCH_TOOLS. This avoids hard-coded tool parameters and ensures synchronization with ongoing updates to Composio’s tool suite.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage Crowdin connection status in real time. Support authorization completion quickly through Auth Link, ensuring the connection is in an ACTIVE state before any operations.

  • Bulk Execution Across Multiple Tools

  • Use RUBE_MULTI_EXECUTE_TOOL to run multiple Crowdin operations within a single session. Combined with session reuse and memory parameters, this enables efficient tool orchestration.

    FAQs

    What is Rube MCP? Do I need an API key?


    Rube MCP is a server endpoint provided by Composio (https://rube.app/mcp). It requires no API key. Just add this endpoint to your client configuration to start using it.

    How do I get started with this skill?


    First, confirm that Rube MCP is available. Then call RUBE_SEARCH_TOOLS to search for Crowdin-related tools, use RUBE_MANAGE_CONNECTIONS to activate the crowdin tool suite connection, and finally run the specific operation via RUBE_MULTI_EXECUTE_TOOL.

    Does the tool architecture change frequently?


    Composio’s tool suite may be updated continuously. Therefore, this skill emphasizes always calling RUBE_SEARCH_TOOLS first to fetch the current architecture, avoiding hard-coded outdated tool slugs or parameter formats.