← Back to Skills Marketplace
1458
Downloads
0
Stars
19
Active Installs
1
Versions
Install in OpenClaw
/install translate-cli
Description
End-user guide for running and configuring the `translate` CLI across text/stdin/file/glob inputs, provider selection, presets, custom prompt templates, and...
Usage Guidance
This skill is a documentation-only guide for using a translate CLI and is internally consistent. Before using: (1) ensure you obtain the actual translate binary from a trusted source — this skill only generates commands and does not install the tool; (2) only set provider API keys (OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPL_API_KEY) when you trust the provider and CLI; (3) inspect any generated command before running it (commands may write/overwrite files with --in-place or --output); (4) when using openai-compatible base URLs, ensure they point to trusted endpoints to avoid sending data to an untrusted server; (5) use --dry-run to validate resolved provider/model/prompt settings before performing network calls. Overall, the guide appears coherent and appropriate, but exercise normal caution with secrets and executing generated shell commands.
Capability Analysis
Type: OpenClaw Skill
Name: translate-cli
Version: 0.2.0
The OpenClaw AgentSkills skill bundle for 'translate-cli' is benign. All files, including the SKILL.md and other documentation, describe the functionality of a command-line translation tool without any evidence of malicious intent. While the tool interacts with the file system, makes network requests to specified endpoints (including custom base URLs), and handles API keys, these are all legitimate and expected functionalities for its stated purpose. There are no signs of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the OpenClaw agent within the provided content.
Capability Assessment
Purpose & Capability
The name/description (Translate CLI guide) match the provided files: SKILL.md and detailed references about flags, providers, presets, and TOML config. The referenced environment variables (OPENAI_API_KEY, ANTHROPIC_API_KEY, DEEPL_API_KEY, TRANSLATE_CONFIG, EDITOR) are expected for provider configuration and editing config files and therefore proportionate to the stated purpose.
Instruction Scope
All runtime instructions are documentation-style: how to build commands, manage config, set providers, and use presets. The docs reference reading prompt files (@file), editing config (uses EDITOR), and local config paths (~/.config/translate/config.toml) — all appropriate for a CLI guide. There are no instructions to read unrelated system files, harvest secrets, or transmit data to unexpected endpoints. The guidance to use provider credentials is limited to the providers the CLI supports.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is downloaded or written by the skill itself, so there is no install-time code execution risk.
Credentials
The skill does not require any environment variables itself. It documents common provider API keys and the TRANSLATE_CONFIG/EDITOR vars that a user would reasonably use with such a CLI. The number and names of env vars referenced are appropriate to a multi-provider translation tool and are not requests for unrelated credentials.
Persistence & Privilege
always is false and there is no install-time persistence. The skill does not request system-wide privileges, nor does it modify other skills or agent-wide configs. Autonomous invocation is allowed by platform default but not enabled as an always-on privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install translate-cli - After installation, invoke the skill by name or use
/translate-cli - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
- Added end-user guide for running and configuring the translate CLI.
- Documents usage for text, stdin, file, and glob inputs.
- Explains provider selection, credentials, model, and endpoint configuration.
- Includes guidance for presets, prompt templates, TOML config, and troubleshooting.
- Starter command examples now recommended with options before input(s).
- Covers dry-run, validation, streaming output, and parallelism options.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1458 downloads so far.
How do I install Translate CLI?
Run "/install translate-cli" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Translate CLI free?
Yes, Translate CLI is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Translate CLI support?
Translate CLI is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Translate CLI?
It is built and maintained by atacan (@atacan); the current version is v0.2.0.
More Skills