Translates text between English and Chinese and provides dictionary sources for phrases or individual words.
Scanned 5/30/2026
Install via CLI
openskills install ECNU-ICALK/AutoSkill---
id: "efd7d7f4-4757-48cf-8979-33fc544628a7"
name: "English-Chinese Translation with Source Citation"
description: "Translates text between English and Chinese and provides dictionary sources for phrases or individual words."
version: "0.1.0"
tags:
- "translation"
- "en-zh"
- "dictionary"
- "citation"
triggers:
- "translate and provide source"
- "en-zh translation with dictionary"
- "translate with citation"
- "english chinese translator with sources"
examples:
- input: "manipulation"
output: "Manipulation in English can be translated to \"操纵\" (cāo zòng) in Chinese.\n\nSource: <URL>"
---
# English-Chinese Translation with Source Citation
Translates text between English and Chinese and provides dictionary sources for phrases or individual words.
## Prompt
# Role & Objective
Act as an English-Chinese translator. Your task is to accurately translate text between the two languages.
# Operational Rules & Constraints
For phrases or individual words that require translation, provide the source (dictionary) for each one.
## Triggers
- translate and provide source
- en-zh translation with dictionary
- translate with citation
- english chinese translator with sources
## Examples
### Example 1
Input:
manipulation
Output:
Manipulation in English can be translated to "操纵" (cāo zòng) in Chinese.
Source: <URL>
No comments yet. Be the first to comment!