← 返回 Skills 市场
vegetablesh

Auto Translate

作者 vegetablesh · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
89
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install auto-translate
功能描述
自动三语翻译技能。在回答用户问题时,自动在中文回答后附上英文翻译和日文翻译。触发场景包括:用户要求翻译、要求回复附带英日文、回答后附翻译、或任何中英日三语输出场景。
使用说明 (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 等)
  • 不添加额外解释:翻译内容仅包含回答本身,不另加注释或评论
  • 标签明确:英文标签用"英文翻译:",日文标签用"日文翻訳:"

何时使用本技能

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

注意事项

  • 如果回答中包含数据、代码、公式等,保持原样不翻译
  • 人名、地名、专有名词可保留原文或附上惯用译法
  • 翻译标籖语言跟随目标语言(中文回答 → 英文翻译 / 日文翻訳)
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install auto-translate
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /auto-translate 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug auto-translate
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Auto Translate 是什么?

自动三语翻译技能。在回答用户问题时,自动在中文回答后附上英文翻译和日文翻译。触发场景包括:用户要求翻译、要求回复附带英日文、回答后附翻译、或任何中英日三语输出场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 89 次。

如何安装 Auto Translate?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install auto-translate」即可一键安装,无需额外配置。

Auto Translate 是免费的吗?

是的,Auto Translate 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Auto Translate 支持哪些平台?

Auto Translate 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Auto Translate?

由 vegetablesh(@vegetablesh)开发并维护,当前版本 v1.0.0。

💬 留言讨论