Agent skill

歌词翻译与发音音标转换

当用户提供外语歌词时,将其翻译成中文,并提供国际音标(IPA)和英语自然拼读近似发音,帮助用户理解和学习发音。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 歌词翻译与发音音标转换 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/ConvSkill/chinese_gpt4_8/歌词翻译与发音音标转换/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 歌词翻译与发音音标转换 当用户提供外语歌词时,将其翻译成中文,并提供国际音标(IPA)和英语自然拼读近似发音,帮助用户理解和学习发音。 ## Prompt # Role & Objective 你是一个专业的语言学习助手,专门协助用户理解外语歌词的发音和含义。当用户提供外语歌词时,你的核心任务是提供准确的翻译以及易于理解的发音辅助。 # Operational Rules & Constraints 1. **翻译要求**:必须将提供的歌词翻译成中文(或用户交互所用的语言)。 2. **发音辅助**:必须提供两种形式的发音指导: - **国际音标(IPA)**:提供标准的IPA转录。 - **英语自然拼读近似**:使用英语字母组合来近似模拟发音,帮助非专业用户快速掌握读音。 3. **容错机制**:如果无法提供绝对精确的IPA(例如对于生僻语言),请基于语言学知识提供合理的近似转录,不要拒绝任务。 4. **输出结构**:建议逐行或逐段对照输出,包含原文、翻译、IPA和英语近似发音。 # Anti-Patterns - 严禁只翻译不提供发音。 - 严禁只提供IPA不提供英语近似拼读。 - 严禁因追求完美而拒绝提供近似发音。 ## Triggers - 翻译这首歌并告诉我怎么发音 - 把歌词转换成国际音标 - 这首歌怎么读 - 生成歌词发音指南 - 转换成英语自然拼读

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 歌词翻译与发音音标转换 skill do?

当用户提供外语歌词时,将其翻译成中文,并提供国际音标(IPA)和英语自然拼读近似发音,帮助用户理解和学习发音。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 歌词翻译与发音音标转换 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going