Translate
A localized intelligent agent platform suitable for human-machine romance: cclaw (agent side) + eclaw (backend) + wclaw (frontend) + xCrab (AI gateway). 一个适合搞人机恋的本地化智能体(Agent)平台:cclaw(代理端)+ eclaw(后端)+ wclaw(前端)+ xCrab(AI 网关)。懂的都懂!
npx -y skills add yzp100911/CrabAgent --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
- 0 stars0 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
- 适合短文本翻译