
from ipa-translator54
Translate text into IPA or common romanizations (Pinyin, Jyutping) for 24 languages via a browser-based tool.
Provides agent instructions for using a browser-based IPA/romanization tool (https://toolbox.lotusfa.com/ipa/agent.html). Guides agents to open the page with query parameters and extract the plain-text IPA or romanization output rendered in a <pre> element.
Use when an agent must produce phonetic transcriptions or romanizations for languages like Cantonese, Mandarin, English, Japanese, Korean, Vietnamese, German, and more. Especially useful when the transcription must come from a client-side web tool that cannot be fetched via simple HTTP.
Designed for agents with browser automation capability (agent-browser, Playwright/Puppeteer-driven agents, or any tool that can execute client-side JS and extract rendered text).
IPA Translator is a browser-based skill that translates text into IPA notation and romanizations for 24 languages. It has no bundled scripts — the entire skill is a well-documented SKILL.md pointing to an external web tool. The documentation is clear with parameter tables, examples, and output format. Relies on a third-party hosted service (toolbox.lotusfa.com) which is a minor trust consideration.
Clean skill — no scripts, no credentials, no destructive commands. Single concern is reliance on external JS-heavy page for all functionality.