An AI-powered translation API providing multi-language localization and tone-aware content adaptation for developers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install translateflow
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 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
TranslateFlow is a specialized AI translation service tailored for developers who need accurate and context-aware localization. By integrating this tool into your Openclaw Skills workflow, you gain access to high-fidelity translations across 50+ languages. The service distinguishes itself by moving beyond simple substitution, offering tone adaptation and cultural nuance to ensure content is suitable for specific global markets.
Built for speed and flexibility, TranslateFlow supports everything from single-string queries to large-scale batch operations. It is an essential utility for anyone looking to scale their international presence using Openclaw Skills while maintaining high standards for linguistic quality and technical precision.
To integrate TranslateFlow into your environment, you first need to generate a key using your email. This is essential for utilizing the service within Openclaw Skills.
curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"[email protected]"}'
Once you have the key, set it as an environment variable:
export TRANSLATEFLOW_API_KEY='your_api_key_here'
The API uses a standardized JSON structure for communication. Below is the primary data model for translation requests:
| Parameter | Requirement | Description |
|---|---|---|
| text | Required | The content string to be translated |
| target_lang | Required | Two-letter ISO code for the destination language (e.g., 'es', 'fr') |
| tone | Optional | Selection of formal, casual, or technical styles |
| batch | Optional | An array of strings for simultaneous bulk processing |
Responses return the translated content alongside status metadata to ensure compatibility with Openclaw Skills data pipelines.
Loading
A professional-grade AI translation skill for Openclaw Skills that provides neural language conversion with context awareness and domain specialization.

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.

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

A comprehensive AI agent skill for Openclaw Skills that handles lottery result queries, ticket OCR, and automated win verification via MCP.








































