agentsclimarketplace

Translate

Skill yzp100911/skillgate-agent/xCrab/skills/translate

多语言翻译,支持中英日韩法德等常见语言From its SKILL.md

Install
npx -y skills add yzp100911/skillgate-agent --skill translate

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

3 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 2 commands, including `curl -s "https://translate.googleapis.com/translate_a/single?client=gtx&sl=zh-CN&tl=en&dt=t&q=你好世界"` and 1 more.
  • fetches URLsInstructs the agent to fetch 1 URL, including https://translate.googleapis.com/translate_a/single.

SKILL.md

0.6 KB, 185 tokens by cl100k_base, as published. Nobody here has run it

Translate 技能

提供高质量的多语言翻译服务。

用法

用户说"翻译xxx"时,直接用 curl 调用翻译 API:

# 中译英
curl -s "https://translate.googleapis.com/translate_a/single?client=gtx&sl=zh-CN&tl=en&dt=t&q=你好世界"

# 英译中
curl -s "https://translate.googleapis.com/translate_a/single?client=gtx&sl=en&tl=zh-CN&dt=t&q=hello"

注意事项

  • 直接使用谷歌翻译接口,无需 API Key
  • 适合短文本翻译

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.