Xiangji Translation Service provides professional-grade text and image translation capabilities by integrating multiple global AI engines.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install image-translator
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 image-translator using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Xiangji Translation Service is a comprehensive translation solution designed to handle both standard text and complex image-based content. By utilizing this skill within the Openclaw Skills framework, developers can access high-quality translation from world-class engines including Aliyun, Google, DeepL, and ChatGPT.
The service is particularly effective for scenarios requiring Optical Character Recognition (OCR) combined with translation, allowing users to process local image files or remote URLs seamlessly. Whether you are localizing software or translating marketing materials, this skill provides the flexibility to choose specific vendors based on their linguistic strengths, such as Papago for Korean or DeepL for European languages.
To integrate this into your Openclaw Skills environment, you must first obtain your TextTransKey, ImgTransKey, and UserKey from the Xiangji console. Use the following commands to execute translations:
# Text translation example
python scripts/text_translate.py --api-key YOUR_TEXT_TRANS_KEY --texts "Hello World" --source-language ENG --target-language CHS
# Image translation example
python scripts/image_translate.py --img-key YOUR_IMG_KEY --user-key YOUR_USER_KEY --file /path/to/image.png --source-language JPN --target-language ENG
The skill manages data through specific keys and standardized language codes to ensure consistency across the Openclaw Skills platform.
| Data Component | Description |
|---|---|
| API Credentials | Includes TextTransKey, ImgTransKey, and UserKey for authentication. |
| Language Codes | Standardized identifiers like CHS (Simplified Chinese), ENG (English), and JPN (Japanese). |
| Engine Vendors | Supported vendors such as Google, DeepL, Baidu, and ChatGPT. |
| QoS Parameters | Quality of Service settings including LowLatency and BestQuality modes for images. |
Loading
An intelligent model routing tool that switches between high-performance cloud LLMs and local Ollama instances based on task intent and user commands.

An intelligent browser automation skill for filling complex web forms and uploading files with persistent login support.

An automated trading skill for Polymarket fast markets driven by Binance price momentum and the Simmer API.

A specialized research skill for AI agents to retrieve detailed bird species data, taxonomy, and conservation status from the Dongniao database.

A comprehensive technical reference skill for implementing modern, secure authentication in TypeScript projects using AI agents.

A 4-phase agile framework for AI coding agents to manage the full software development lifecycle from analysis to implementation.








































