一键导入
syllable-counter
Count syllables in text for any supported language. Use when checking syllable counts for lyrics translation, poetry, or rhythm analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Count syllables in text for any supported language. Use when checking syllable counts for lyrics translation, poetry, or rhythm analysis.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Verify translated lyrics against musical constraints including syllable counts, rhyme scheme, and syllable patterns. Use after translating lyrics to check quality.
Convert text to IPA (International Phonetic Alphabet) and calculate phonetic similarity between texts. Use when analyzing pronunciation, comparing sounds across languages, or checking phonetic distance.
Extract rhyme endings, check if texts rhyme, and detect rhyme schemes. Use when analyzing or preserving rhyme in lyrics translation or poetry.
Analyze word-level syllable distribution in text lines. Get syllable patterns, compare against targets, and score pattern quality. Use when matching word rhythm in lyrics translation.
Translate lyrics while preserving musical constraints (syllable counts, rhyme scheme, syllable patterns). Use when the user wants to translate song lyrics from one language to another while maintaining singability.
| name | syllable-counter |
| description | Count syllables in text for any supported language. Use when checking syllable counts for lyrics translation, poetry, or rhythm analysis. |
Count syllables in text using IPA-based vowel nuclei detection.
python skills/syllable-counter/scripts/count_syllables.py "<text>" "<language>"
Output: Syllables: <count>
cmn, zh): Each character = 1 syllable. Punctuation and whitespace are stripped.python skills/syllable-counter/scripts/count_syllables.py "Let it go" en-us
# Syllables: 3
python skills/syllable-counter/scripts/count_syllables.py "随它吧" cmn
# Syllables: 3