Translatepro

v1.0.0

Translate and localize text, multimedia, and content across 100+ languages with translation memory integration. Use when the user needs multilingual content,...

0· 91·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (TranslatePro) matches the declared needs: it legitimately requires translation APIs and command-line tools (curl, jq) to call those APIs and process results. Requiring both GOOGLE_TRANSLATE_API_KEY and DEEPL_API_KEY is consistent with the multi-engine design.
Instruction Scope
SKILL.md contains examples that reference local input/output paths and translation memory files (e.g., /content/pages/, /translations/memories/*.tmx). That is consistent with bulk localization use-cases, but it implies the agent will read/write files on the host when invoked — users should be aware it expects access to those paths when used for bulk jobs.
Install Mechanism
No install spec and no code files (instruction-only). This is the lowest-risk model: nothing is downloaded or written by an installer.
Credentials
The skill requests two API keys (Google Translate and DeepL), which align with the documented multi-engine capability. No unrelated secrets or broad system credentials are requested. The SKILL.md mentions other integrations (Slack, GitHub, Google Workspace) but does not require those credentials up-front; those would be reasonable to request only when those integrations are used.
Persistence & Privilege
always is false and the skill is user-invocable and may be called autonomously (default) — standard for skills. The skill does not request persistent system-level changes or modifications to other skills.
Assessment
This skill appears to be what it says: a translation/localization helper that uses Google Translate and DeepL. Before installing, consider: only provide API keys with appropriate billing/usage limits and least privilege; be prepared that bulk localization runs will read and write files you point it at (so avoid passing sensitive directories); if you plan to enable optional integrations (Slack, GitHub, Google Workspace), supply those credentials only when needed and review scopes; monitor API usage/costs for the provided keys.

Like a lobster shell, security has layers — review code before you run it.

latestvk978vfav4dq4kqw4yhdy843y3d83jbsj

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🌍 Clawdis
OSmacOS · Linux · Windows
Binscurl, jq
EnvGOOGLE_TRANSLATE_API_KEY, DEEPL_API_KEY

Comments