A professional-grade AI translation skill for Openclaw Skills that provides neural language conversion with context awareness and domain specialization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install translateflow-api
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install translateflow-api using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The TranslateFlow API skill is a powerful integration designed to provide AI-driven translation services within the Openclaw Skills environment. Utilizing VCG's neural translation engines, this skill supports over 100 languages and offers specialized processing for technical, legal, and medical domains. It goes beyond simple word-for-word translation by incorporating context awareness and translation memory to ensure that the output remains professional and accurate to the source material's intent.
Whether you are localizing a website, translating bulk e-commerce descriptions, or facilitating real-time multilingual communication, this skill provides the necessary infrastructure to scale your global operations. By integrating this into Openclaw Skills, developers can automate complex localization workflows and ensure high-confidence translations with built-in quality level selection.
To start using this skill within Openclaw Skills, you must first generate an API key:
curl -X POST https://translateflow.vosscg.com/v1/keys \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]"}'
Save the api_key from the response and ensure it is included in your request headers as X-API-Key for all translation operations.
The TranslateFlow API skill organizes data using a structured JSON request-response model. Below is the primary schema for translation requests:
| Parameter | Type | Description |
|---|---|---|
text |
String | The input content (max 10,000 characters per request). |
source_language |
String | ISO language code or "auto" for automatic detection. |
target_language |
String | The desired output ISO language code. |
domain |
String | Optional domain filter (e.g., medical, legal, marketing). |
quality |
String | Quality tier selection (economy, standard, premium). |
preserve_formatting |
Boolean | Whether to maintain original text structure or HTML tags. |
Loading
An AI-driven customer support API for automated ticket management and knowledge base integration.

Automate and enhance help desk operations using AI-driven ticket routing, sentiment analysis, and knowledge base integration.

A professional-grade hotel booking and accommodation search tool powered by the StayForge API with access to over 180,000 properties worldwide.

An AI-powered SEO analysis API for conducting comprehensive site audits, keyword discovery, and competitor intelligence.

An AI-powered translation API providing multi-language localization and tone-aware content adaptation for developers.

A professional AI-powered lottery assistant for real-time result tracking, ticket OCR recognition, and automated win verification via the MCP protocol.








































