A robust command-line interface for translating text, files, and code catalogs using various AI providers and custom prompt templates.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install translate-cli
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 translate-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Translate CLI is a professional-grade tool designed for developers who need to integrate high-quality AI translation directly into their terminal workflows. As a featured part of the Openclaw Skills library, it provides a unified interface for multiple LLM providers, including OpenAI, Anthropic, Ollama, and DeepL. It is specifically built to handle complex tasks such as translating documentation, source code comments, and specialized localization files like Apple .xcstrings.
By utilizing Openclaw Skills like this CLI, users gain the ability to automate localization pipelines with precision. The tool supports persistent configuration via TOML files, allowing for fine-grained control over model selection, base URLs, and network settings, making it an essential utility for internationalized software development.
To get started with this tool from the Openclaw Skills collection, follow these configuration steps:
# Set your default provider to OpenAI
translate config set defaults.provider openai
# Configure your API key as an environment variable
export OPENAI_API_KEY="your-api-key-here"
# Run your first translation
translate --to fr README.md
The Translate CLI manages its operations through a structured configuration schema and supports various input/output formats.
| Data Component | Format | Purpose |
|---|---|---|
| config.toml | TOML | Stores global defaults, provider endpoints, and model settings. |
| Presets | TOML/Template | Defines custom system prompts and placeholders for specific contexts. |
| Input Files | Markdown, Text, .xcstrings | Source content to be processed by the translation engine. |
| Metadata | CLI Flags | Controls runtime behavior like parallel jobs and dry-runs. |
Loading
A cross-platform command-line tool for professional speech-to-text transcription powered by multiple leading AI providers.

A powerful macOS command-line utility for capturing audio, screen recordings, screenshots, and camera input, optimized for terminal-based AI agents.

A multi-modal search engine for AI agents to discover, match, and load specialized capabilities through keyword, semantic, or LLM-powered matching.

An intelligent model dispatching system that uses multi-dimensional analysis to route requests to the most efficient AI model based on complexity and cost.

A Docker-based Model Context Protocol server that bridges AI agents with Atlassian tools like Jira and Confluence for automated project management.

A comprehensive toolset to control the Niri Wayland compositor via IPC, enabling window management, workspace navigation, and event streaming.








































