← Back to Skills Marketplace
354
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install fy
Description
当用户输入以 "fy " 开头的翻译请求时使用此 skill。支持中英互译,如果是其他语种则翻译成中文。触发条件:输入 "fy" 后面跟要翻译的内容,例如 "fy test" 返回 "测试"。
README (SKILL.md)
翻译 Skill
此 skill 用于处理翻译请求。
触发条件
当用户输入以下格式时激活:
fy \x3C内容>- 翻译后面的内容
功能说明
- 中英互译:自动识别输入是中文还是英文,并翻译成另一种语言
- 其他语种:如果输入是其他语言(如日文、韩文、法文等),翻译成中文
使用示例
fy test→ 输出:测试fy 你好→ 输出:hellofy こんにちは→ 输出:你好fy Bonjour→ 输出:你好
翻译规则
- 检测输入文本的语言
- 如果是中文,翻译成英文
- 如果是英文,翻译成中文
- 如果是其他语言,翻译成中文
- 返回翻译结果
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install fy - After installation, invoke the skill by name or use
/fy - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 翻译技能包?
当用户输入以 "fy " 开头的翻译请求时使用此 skill。支持中英互译,如果是其他语种则翻译成中文。触发条件:输入 "fy" 后面跟要翻译的内容,例如 "fy test" 返回 "测试"。 It is an AI Agent Skill for Claude Code / OpenClaw, with 354 downloads so far.
How do I install 翻译技能包?
Run "/install fy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 翻译技能包 free?
Yes, 翻译技能包 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 翻译技能包 support?
翻译技能包 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 翻译技能包?
It is built and maintained by fengchj (@fengchj); the current version is v1.0.0.
More Skills