Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- 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.
User asks: translate all DOCX files in /reports to French, save to /reports/fr
- 1Prompts for Bluente API key, source path, target language, and output path
- 2Maps 'French' to language code 'fra' using built-in lookup table
- 3Scans /reports and finds 4 DOCX files
- 4Generates and runs a Python script that uploads each file, polls for completion, and downloads the translated output
- 5Reports results and lists saved file paths
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.