Pipeworx Translate
Skill by b-gutman
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-translateTranslate
Machine translation between dozens of languages, plus language detection.
Three tools
translate -- Translate text from one language to another. Requires source and target language codes.
detect_language -- Identify the language of any text. Returns detected languages ranked by confidence.
list_languages -- Get all supported language codes and names.
Example: English to Spanish
curl -X POST https://gateway.pipeworx.io/translate/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"translate","arguments":{"text":"The weather is beautiful today","source":"en","target":"es"}}}'
Common language codes
| Code | Language |
|---|---|
| en | English |
| es | Spanish |
| fr | French |
| de | German |
| pt | Portuguese |
| zh | Chinese |
| ja | Japanese |
| ar | Arabic |
| ru | Russian |
| ko | Korean |
Use list_languages for the full set.
Add to your client
{
"mcpServers": {
"translate": {
"url": "https://gateway.pipeworx.io/translate/mcp"
}
}
}
Powered by LibreTranslate.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-translate": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Pipeworx Attom
Skill by b-gutman
pipeworx-exchangerate
Simple currency exchange rates — all rates for a base currency or a direct pair lookup via open.er-api.com
pipeworx-genderize
Predict the likely gender associated with a first name — with optional country-specific calibration via genderize.io
Pipeworx Cdc
Skill by b-gutman
Pipeworx Weather
Skill by b-gutman