text-translate

star 55

Translate text between languages using local LLM via Ollama at {{OLLAMA_HOST}}:{{OLLAMA_PORT}}.

bidewio By bidewio schedule Updated 2/21/2026

name: text-translate description: "Translate text between languages using local LLM via Ollama at {{OLLAMA_HOST}}:{{OLLAMA_PORT}}." metadata: openclaw: emoji: "🌐"


Text Translate

Use Ollama at http://{{OLLAMA_HOST}}:{{OLLAMA_PORT}} for text translation.

Translate Text

curl -X POST "http://{{OLLAMA_HOST}}:{{OLLAMA_PORT}}/api/generate" \
  -H "Content-Type: application/json" \
  -d '{"model": "llama3.2", "prompt": "Translate the following English text to French:\n\nHello, how are you?", "stream": false}'

Tips for AI Agents

  • Specify source and target languages explicitly in the prompt.
  • For technical content, include domain context for better translations.
  • Larger models produce more accurate translations for complex text.
Install via CLI
npx skills add https://github.com/bidewio/better-openclaw --skill text-translate
Repository Details
star Stars 55
call_split Forks 8
navigation Branch main
article Path SKILL.md
More from Creator