LaunchKit · 2026
Back to Skills

bluente-translate

Translate your documents with formatting intact in 2 minutes.

1
159 downloads
by @varsmallrookie

Setup & Installation

openclaw skills install @varsmallrookie/bluente-translate

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install bluente-translate

Version History

v1.0.1Mar 7, 2026 - Version note by skill developer:

- No user-visible changes in this release. - Version number updated only; no changes detected to source files or documentation.

What This Skill Does

Translates PDF, DOCX, and PPTX files to any supported language via the Bluente Translation API. Handles file upload, processing status polling, and download in a single Python script. Works on individual files or entire folders.

Automates the full upload-poll-download cycle across multiple files instead of requiring manual API calls or web UI uploads one file at a time.

When to use it

  • Translate a contract PDF to Spanish before sending to a client
  • Convert a PPTX presentation to French for an international conference
  • Batch translate onboarding DOCX files to Arabic for new hires
  • Translate a product spec PDF to Japanese for a supplier
  • Convert quarterly reports to German for EU stakeholders

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: translate all DOCX files in /reports to French, save to /reports/fr

AGENT
  1. 1Prompts for Bluente API key, source path, target language, and output path
  2. 2Maps 'French' to language code 'fra' using built-in lookup table
  3. 3Scans /reports and finds 4 DOCX files
  4. 4Generates and runs a Python script that uploads each file, polls for completion, and downloads the translated output
  5. 5Reports results and lists saved file paths
OUTPUT

4 translated DOCX files saved to /reports/fr

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Bluente API key (starts with sk-, obtainable at https://translate.bluente.com/settings/?type=apiKeys)