← Back to Skills Marketplace
vegetablesh

Auto Translate

by vegetablesh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install auto-translate
Description
自动三语翻译技能。在回答用户问题时,自动在中文回答后附上英文翻译和日文翻译。触发场景包括:用户要求翻译、要求回复附带英日文、回答后附翻译、或任何中英日三语输出场景。
README (SKILL.md)

auto-translate — 中英日三语翻译技能

核心逻辑

每次回答用户问题时,严格按以下顺序输出:

  1. 中文回答(完整、自然、言必有据)
  2. 英文翻译:跟上中文回答的英文翻译
  3. 日文翻译:跟上中文回答的日文翻译

输出格式

[中文回答正文]

英文翻译:[English translation]
日文翻訳:[日本語翻訳]

示例

输入: 什么叫ETF?

输出:

ETF(Exchange Traded Fund)即交易所交易基金,是一种在证券交易所上市交易的、可以像股票一样买卖的开放式基金。它兼具封闭式基金和开放式基金的特点,投资者既可以在二级市场按市场价格买卖,也可以在发行商处进行申购和赎回。

英文翻译:ETF (Exchange Traded Fund) is an exchange-traded fund listed and traded on stock exchanges, similar to stocks. It combines the characteristics of both closed-end and open-end funds, allowing investors to buy and sell at market prices on the secondary market, as well as subscribe and redeem from the issuer.

日文翻訳:ETF(Exchange Traded Fund)は証券取引所に上場・取引されているファンドで、株式のように売買できるオープン型ファンドです。決算型ファンドと開放型ファンドの両方の特徴を兼ね備え、投資家は二级市場で時価売買できる他に、発行会社での申购・償還も可能です。

翻译要求

  • 准确性:忠实传达原意,不遗漏关键信息
  • 自然通顺:目标语言表达自然流畅,符合地道习惯
  • 术语一致:专业术语使用标准译法(如 ETF、P/E 等)
  • 不添加额外解释:翻译内容仅包含回答本身,不另加注释或评论
  • 标签明确:英文标签用"英文翻译:",日文标签用"日文翻訳:"

何时使用本技能

  • 用户明确要求翻译、多语言输出时
  • 用户要求回答后附英日文翻译时
  • 用户要求每个回答都翻译时

注意事项

  • 如果回答中包含数据、代码、公式等,保持原样不翻译
  • 人名、地名、专有名词可保留原文或附上惯用译法
  • 翻译标籖语言跟随目标语言(中文回答 → 英文翻译 / 日文翻訳)
Usage Guidance
Practical notes before enabling: this skill is low-risk technically — it only provides formatting and translation rules and requests no credentials or installs. Because it appends two extra translations every time it triggers, expect longer responses and higher token usage; if you don't want translations on every reply, keep it user-invocable or restrict triggers. Also note the source/homepage is unknown (no publisher metadata), so if provenance matters you may prefer a skill from a known publisher. Finally, translations may reproduce any sensitive content you send to the agent (the skill does not exfiltrate externally but will include that content in translated output), so avoid submitting secrets or private data when translations are enabled.
Capability Analysis
Type: OpenClaw Skill Name: auto-translate Version: 1.0.0 The 'auto-translate' skill is a straightforward utility designed to provide multi-language (Chinese, English, and Japanese) responses. The instructions in SKILL.md are clearly aligned with the stated purpose, providing formatting guidelines and examples without any evidence of malicious intent, data exfiltration, or unauthorized command execution.
Capability Assessment
Purpose & Capability
The name, description, and SKILL.md all align: the skill's sole purpose is to output a Chinese answer followed by English and Japanese translations. It requests no binaries, env vars, or other capabilities that would be disproportionate to this purpose.
Instruction Scope
SKILL.md contains explicit, narrow runtime instructions (output order, labels, accuracy rules, examples). It does not instruct reading files, environment variables, contacting external endpoints, or collecting unrelated data. The trigger conditions are described and consistent with the skill goal.
Install Mechanism
No install spec and no code files — this is instruction-only, which minimizes disk/write risk and is appropriate for this skill's functionality.
Credentials
The skill declares no required environment variables, credentials, or config paths. There is nothing requesting access to unrelated secrets or services.
Persistence & Privilege
Flags show default behavior (not always-on, user-invocable, model invocation allowed). The skill does not request elevated persistence or modify other skills/configs.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install auto-translate
  3. After installation, invoke the skill by name or use /auto-translate
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
auto-translate 1.0.0 - Initial release of the auto-translate skill. - Automatically outputs answers in Chinese, followed by English and Japanese translations. - Ensures translations are accurate, fluent, and use standard terminology. - Designed for any scenario requiring trilingual (Chinese, English, Japanese) answers.
Metadata
Slug auto-translate
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Auto Translate?

自动三语翻译技能。在回答用户问题时,自动在中文回答后附上英文翻译和日文翻译。触发场景包括:用户要求翻译、要求回复附带英日文、回答后附翻译、或任何中英日三语输出场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install Auto Translate?

Run "/install auto-translate" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Auto Translate free?

Yes, Auto Translate is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Auto Translate support?

Auto Translate is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Auto Translate?

It is built and maintained by vegetablesh (@vegetablesh); the current version is v1.0.0.

💬 Comments