Translate
skillgate-agent - AI多模型网关与智能代理框架, 支持MiniMax/DeepSeek等主流模型, 集成MCP工具调用与技能系统。skillgate-agent - AI multi-model gateway & intelligent agent framework, supporting MiniMax/DeepSeek, MCP tools & skill system。
npx -y skills add yzp100911/skillgate-agent --skill translateAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing 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.
What its author says it does
Copied from the file, not written here
多语言翻译,支持中英日韩法德等常见语言
SKILL.md
0.6 KB, 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
- 适合短文本翻译