โ† All skills
Tencent SkillHub ยท Developer Tools

Translate CLI

End-user guide for running and configuring the `translate` CLI across text/stdin/file/glob inputs, provider selection, presets, custom prompt templates, and...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

End-user guide for running and configuring the `translate` CLI across text/stdin/file/glob inputs, provider selection, presets, custom prompt templates, and...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, agents/openai.yaml, references/behavior-and-errors.md, references/config-toml.md, references/flags-and-subcommands.md, references/presets-and-prompts.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.2.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 4 sections Open source page

translate-cli

Use this skill to help end users run and configure the translate CLI. translate is a command-line translator for text, stdin, files, globs, and .xcstrings catalogs. It supports multiple providers (OpenAI, Anthropic, Ollama, OpenAI-compatible endpoints, Apple providers, DeepL), prompt presets and template overrides, and persistent TOML configuration.

Capabilities

Build correct translate commands for inline text, stdin, single-file, and multi-file workflows. Keep options before positional input(s) when constructing commands (for example, translate --to de README.md). Explain provider selection, credentials, model/base URL requirements, and provider-specific constraints. Configure defaults, provider endpoints, network settings, and presets with translate config and config.toml. Customize prompts with presets, inline templates, @file templates, and placeholders. Explain output behavior (stdout, --output, --in-place, suffix naming), parallel jobs, dry-run, and validation errors. Streaming output: --stream forces on, --no-stream forces off, otherwise defaults.stream applies.

Starter commands

translate --text --to fr "Hello world" translate --to de README.md translate --provider ollama --text --to en --dry-run "Merhaba dunya" translate config set defaults.provider anthropic Note: prefer option-before-input ordering in all examples and generated commands.

References

Quick examples: references/quickstart.md Full flag and subcommand reference: references/flags-and-subcommands.md TOML schema and precedence: references/config-toml.md Provider rules and environment variables: references/providers-and-env.md Presets, prompt templates, placeholders: references/presets-and-prompts.md Runtime behavior, warnings, and exit codes: references/behavior-and-errors.md

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Config
  • SKILL.md Primary doc
  • references/behavior-and-errors.md Docs
  • references/config-toml.md Docs
  • references/flags-and-subcommands.md Docs
  • references/presets-and-prompts.md Docs
  • agents/openai.yaml Config