← 返回 Skills 市场
354
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install fy
功能描述
当用户输入以 "fy " 开头的翻译请求时使用此 skill。支持中英互译,如果是其他语种则翻译成中文。触发条件:输入 "fy" 后面跟要翻译的内容,例如 "fy test" 返回 "测试"。
使用说明 (SKILL.md)
翻译 Skill
此 skill 用于处理翻译请求。
触发条件
当用户输入以下格式时激活:
fy \x3C内容>- 翻译后面的内容
功能说明
- 中英互译:自动识别输入是中文还是英文,并翻译成另一种语言
- 其他语种:如果输入是其他语言(如日文、韩文、法文等),翻译成中文
使用示例
fy test→ 输出:测试fy 你好→ 输出:hellofy こんにちは→ 输出:你好fy Bonjour→ 输出:你好
翻译规则
- 检测输入文本的语言
- 如果是中文,翻译成英文
- 如果是英文,翻译成中文
- 如果是其他语言,翻译成中文
- 返回翻译结果
安全使用建议
This skill appears benign and minimal: it only defines a trigger ('fy <text>') and simple translation rules and does not request secrets or install software. Before enabling, test it with sample phrases to confirm behavior. Note that translation accuracy for languages beyond Chinese/English may vary. Also be mindful of privacy: any sensitive text you paste into the skill will be processed by the agent (and potentially logged or sent according to your deployment's model/tooling), so avoid sending confidential data unless you are comfortable with that processing.
功能分析
Type: OpenClaw Skill
Name: fy
Version: 1.0.0
The skill bundle contains only metadata and a SKILL.md file. The SKILL.md file describes a translation skill, outlining its trigger conditions, functionality, and examples. There is no executable code, no instructions for the AI agent to perform any actions beyond translation, and no evidence of prompt injection attempts, data exfiltration, or other malicious or suspicious behaviors. The content is entirely aligned with its stated purpose.
能力评估
Purpose & Capability
Name and description state a simple translation helper; the skill requires no binaries, env vars, or installs — perfectly consistent with an instruction-only translator.
Instruction Scope
SKILL.md only defines trigger format, language-detection and translation rules. It does not instruct the agent to read files, access credentials, call external endpoints, or collect unrelated data. The implementation detail (how to perform translation) is left to the agent, which is expected for an instruction-only skill.
Install Mechanism
No install spec or code files are present; nothing will be written to disk or downloaded during installation.
Credentials
The skill declares no required environment variables, credentials, or config paths — appropriate for its stated purpose.
Persistence & Privilege
always is false and it is user-invocable. The skill does not request persistent system presence or modify other skills' settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install fy - 安装完成后,直接呼叫该 Skill 的名称或使用
/fy触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the fy skill (version 1.0.0).
- Supports translation requests starting with "fy ".
- Automatically translates between Chinese and English.
- Other languages are translated to Chinese.
- Simple trigger: input "fy" followed by text to translate.
元数据
常见问题
翻译技能包 是什么?
当用户输入以 "fy " 开头的翻译请求时使用此 skill。支持中英互译,如果是其他语种则翻译成中文。触发条件:输入 "fy" 后面跟要翻译的内容,例如 "fy test" 返回 "测试"。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 354 次。
如何安装 翻译技能包?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install fy」即可一键安装,无需额外配置。
翻译技能包 是免费的吗?
是的,翻译技能包 完全免费(开源免费),可自由下载、安装和使用。
翻译技能包 支持哪些平台?
翻译技能包 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 翻译技能包?
由 fengchj(@fengchj)开发并维护,当前版本 v1.0.0。
推荐 Skills