CtrlK
BlogDocsLog inGet started
Tessl Logo

openclw

当用户输入以 "fy " 开头的翻译请求时使用此 skill。支持中英互译,如果是其他语种则翻译成中文。触发条件:输入 "fy" 后面跟要翻译的内容,例如 "fy test" 返回 "测试"。

66

Quality

80%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./configs/microservice/bff-service/configs/agent-skills/clawhub/fy/SKILL.md
SKILL.md
Quality
Evals
Security

翻译 Skill

此 skill 用于处理翻译请求。

触发条件

当用户输入以下格式时激活:

  • fy <内容> - 翻译后面的内容

功能说明

  1. 中英互译:自动识别输入是中文还是英文,并翻译成另一种语言
  2. 其他语种:如果输入是其他语言(如日文、韩文、法文等),翻译成中文

使用示例

  • fy test → 输出:测试
  • fy 你好 → 输出:hello
  • fy こんにちは → 输出:你好
  • fy Bonjour → 输出:你好

翻译规则

  1. 检测输入文本的语言
  2. 如果是中文,翻译成英文
  3. 如果是英文,翻译成中文
  4. 如果是其他语言,翻译成中文
  5. 返回翻译结果
Repository
UnicomAI/wanwu
Last updated
First committed

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.