lingochunk-add-language

lingochunk-add-language is a skill for Claude Code from lingochunk/mcp. It costs 225 tokens per session (5,769 once invoked), scanned A, original, MIT.

A LingoChunk tool for adding a language version to one of your language-learning audio episodes. It can also fill in missing word meanings for episodes prepared without the server’s AI.

In plain words
What is it for?
Use it to create translated sibling decks, simpler same-language editions such as English A2, or complete a processed episode that lacks word meanings.
Why use it?
It avoids redoing the episode’s audio, timestamps, and word analysis for each language. It supports either server-generated translation or translations and meanings supplied by the agent.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the lingochunk plugin — 9 skills, 1 MCP server shipped together

Good fit Use it to create translated sibling decks, simpler same-language editions such as…

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lingochunk/mcp/lingochunk-add-language
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lingochunk/mcp --skill lingochunk-add-language
Clone the repo
git clone --depth 1 https://github.com/lingochunk/mcp

Made for: Claude Code.

Or install lingochunk, the plugin that ships this one along with the rest of its 9 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for lingochunk-add-language

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-add-language.svg)](https://agentmods.dev/skills/lingochunk/mcp/lingochunk-add-language)
Your own site
<a href="https://agentmods.dev/skills/lingochunk/mcp/lingochunk-add-language"><img src="https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-add-language.svg" alt="Measured on agentmods" height="20"></a>
Per session 225 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,769 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00225 $0.05769
Opus 5 $0.00112 $0.02884
Sonnet 5 $0.00045 $0.01154
Haiku 4.5 $0.00022 $0.00577

Measured 6d ago against content hash 81cff0102b77, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

lingochunk-add-language scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/lingochunk-add-language/SKILL.md · 401 lines

How it starts

The opening of the file, as written. The whole thing — 401 lines — stays where its author put it; the contents beside it link to each section on GitHub.

LingoChunk add-language builder

Add a target language to one of the learner's own episodes. LingoChunk keeps a submission's audio, timestamps and word analysis and reuses them across languages; the ONLY per-language work is the translation surface (the whole-sentence translation plus one meaning per word). This skill drives that work three ways:

  • Ordinary target language, on the house. add_language triggers the server's Groq fan-out. No tokens of yours, no per-word work - you hand it language codes and poll for the new siblings.
  • Agent-supplied translation, on your tokens. You page through the episode's sentences, translate them yourself, draft them in batches and commit. This is the only path that produces a leveled same-language deck (en-a2, de-b1, ...): the audio stays the source language and the "translation" is a SIMPLER register of that same language, for levelling up within a language you already read.
  • Cold fill of a BARE episode, on your tokens. Some episodes are processed deliberately without the server's AI ("bring your own AI"): they are ready and fully tokenised, but no word has a meaning yet. The same draft-and-commit machinery fills the episode IN PLACE, in its OWN language. See "Cold fill" below.

The division of labour is the point: LingoChunk supplies the source material and mints the sibling (or holds the bare one); you supply the meanings on the user's own tokens. Nothing here spends server LLM budget on the draft path.

This skill uses the lingochunk MCP tools. If they are not available, tell the user to add the LingoChunk MCP server (see the plugin README) and stop.

When to use

  • "Add French and Ukrainian to this episode."
  • "Translate my German episode into Polish."
  • "Make a simplified German (A2) version of this episode so I can level up."
  • "Add an English-glossed-in-simple-English deck to this recording."
  • "Finish this episode - I uploaded it to enrich with my own AI."
  • "My new episode has no words in the Words tab; fill it in."

Read the full file on GitHub · 401 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 401 lines · 0 tokens per session scan A 81cff0102b77

Subscribe to this mod's changes

lingochunk-add-language is a skill published in the GitHub repository lingochunk/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 225 tokens to every session and 5,769 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

anki

Use when the user wants to create Anki flashcards, manage Anki decks, search notes, or interact with Anki via AnkiConnect. Triggers on phrases like "create flashcards", "add to Anki", "make Anki cards", "batch create notes", or "manage my Anki deck".

nailuoGG/anki-mcp-server · 67 tokens

polyprompt-immersion

Use for EVERY coding request when the user writes in their native language and wants to learn another language while building. Translates the prompt via Polyprompt, works in the target language, and surfaces vocabulary for spaced-repetition review.

DisSa12/polyprompt · 53 tokens

vozclara-pack-from-url

Turn a YouTube URL into a structured Knowledge Pack via VozClara — summary, key ideas, glossary, vocabulary, citations, in the user's language. No sign-up needed for one-off use.

LeonMare/vozclara · 47 tokens

context7-docs

Fetch up-to-date documentation and code examples for any library, framework, SDK, CLI tool, or cloud service. Use whenever the user asks about a specific library — even well-known ones like React, Next.js, Prisma, Express, Tailwind, Django, or Spring Boot — because training data may not reflect recent API changes or…

upstash/context7 · 157 tokens

ljg-read

Reading companion agent. Accompanies user through any text (books, articles, essays, papers, news) with translation, structural annotation, deep questioning, and cross-domain insights. Detects language, translates English to Chinese (faithfulness-expressiveness-elegance), guides reader to understand the author and…

lijigang/ljg-skills · 106 tokens

learning-notes-automation

A workflow for turning videos, podcasts, and articles into structured learning notes. It extracts key ideas and creates flashcards that can be imported into Anki, a spaced-repetition study app.

chubbyguan/chubbyskills · 58 tokens