Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from modbender/skill-library-mcp (data/fy/SKILL.md). Install upstream with npx skills add modbender/skill-library-mcp --skill fy. Copyright stays with the author.
翻译 Skill
此 skill 用于处理翻译请求。
触发条件
当用户输入以下格式时激活:
fy <内容> - 翻译后面的内容
功能说明
中英互译:自动识别输入是中文还是英文,并翻译成另一种语言
其他语种:如果输入是其他语言(如日文、韩文、法文等),翻译成中文
使用示例
fy test → 输出:测试
fy 你好 → 输出:hello
fy こんにちは → 输出:你好
fy Bonjour → 输出:你好
翻译规则
检测输入文本的语言
如果是中文,翻译成英文
如果是英文,翻译成中文
如果是其他语言,翻译成中文
返回翻译结果
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.