Translate CLI
v0.2.0End-user guide for running and configuring the `translate` CLI across text/stdin/file/glob inputs, provider selection, presets, custom prompt templates, and...
⭐ 0· 1.3k·19 current·19 all-time
by@atacan
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97784wr86gp2e7tw9mbg3yg65821zp3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
