crowdin-automation

Automate Crowdin localization tasks through the Rube MCP gateway for efficient translation workflows.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing translation projects by automating interactions with the Crowdin platform, ensuring consistent and rapid localization updates.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Crowdin tool schemas to ensure compatibility with the latest API changes.
  • Connection Management: Verify and maintain active authentication sessions with Crowdin via the Rube MCP gateway.
  • Workflow Execution: Execute multi-step translation operations, such as bulk file uploads or status checks, using structured tool calls.

Quick Start

Ask the agent to discover available Crowdin tools and then execute the translation sync workflow for the current project.

Frequently Asked Questions about crowdin-automation

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

FAQPage Schema
How do I automate Crowdin tasks with this skill?

Use the Rube MCP gateway to discover available Crowdin tools, verify your connection status, and execute operations like file uploads or translation status checks using the Rube multi-execute tool.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations in the Crowdin toolkit change frequently. Calling RUBE_SEARCH_TOOLS ensures you have the most current input requirements and prevents execution errors caused by outdated arguments.

How do I check if my Crowdin connection is active?

Call the RUBE_MANAGE_CONNECTIONS tool with the 'crowdin' toolkit parameter. The response will indicate whether your connection is currently ACTIVE or if you need to follow an authentication link.

Can I perform bulk operations in Crowdin?

Yes, you can use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function to handle bulk translation operations efficiently within a single session.

What should I do if a tool execution fails?

Verify that your session ID is valid, ensure your connection status is ACTIVE, and re-run the RUBE_SEARCH_TOOLS command to confirm that your arguments match the latest schema requirements.