Polyglot
This skill should be used when someone wants an educational language-learning phrase, vocabulary practice, pronunciation hints, a Polyglot language-pair selection, or configuration of Polyglot's optional ambient phrase mode.From its SKILL.md
npx -y skills add Amal-David/polyglot --skill polyglotAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 28 days oldThe repository was created 28 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.6 KB, 543 tokens by cl100k_base, as published. Nobody here has run it
Polyglot
Offer short, low-friction language practice from Polyglot's bundled 74 directions and 19,281 educational entries.
Sample a phrase
-
Identify the requested language direction, such as English to Spanish (
en-es) or Spanish to English (es-en). -
Run
polyglot pairswhen the available pair id is unclear. -
Run
polyglot sample --pair <pair-id> --jsonand read the returned fields. -
If the installed command is unavailable, locate this
SKILL.md, move two directories up to the plugin root, and run:python3 <plugin-root>/scripts/ambient.py --sample --pair <pair-id> --json -
Present the target phrase, source meaning, pronunciation hint, and note when present. Keep practice concise unless a drill, quiz, or explanation was requested.
Configure the active pair
- Run
polyglot pair <pair-id>to change the pair used by future samples. - Run
polyglot pairto inspect the current pair. - Do not enable ambient mode unless the user explicitly requests it.
- Run
polyglot ambient enable --pair <pair-id> --cadence <turns>after that explicit request. - Run
polyglot ambient disableto stop automatic phrases. - Run
polyglot ambient statusto report whether the active pair is ready for one ungraded starter exposure, waiting for explicit review, or has a due reviewed card. - If the installed command is unavailable, use the bundled script instead:
python3 <plugin-root>/scripts/ambient.py --enable --pair <pair-id> --cadence <turns>,--disable, or--status.
A fresh pair may receive one labelled starter exposure at the configured
cadence. It is not a recall grade and must not be described as progress. After
that first exposure, direct the user to polyglot review; once review state
exists, ambient delivery is due-only and never changes the schedule.
Content boundaries
- Describe the collection as educational material, not an authoritative translation service.
- Treat pronunciation fields as approachable hints rather than phonetic guarantees.
- Avoid relying on bundled phrases for medical, legal, emergency, immigration, financial, or other high-stakes communication. Recommend a qualified human translator for those uses.
- Preserve the phrase exactly when reporting a suspected content error. Direct
corrections to the repository process documented in
DATA.md.
What ships with it: 1 file
173 B alongside SKILL.md
agents/
- openai.yaml173 B