lingochunk-lesson

lingochunk-lesson is a skill for Claude Code, Codex from lingochunk/mcp. It costs 169 tokens per session (6,877 once invoked), scanned A, original, MIT.

A lesson-building skill that turns a learner's LingoChunk listening material into a structured coursebook-style lesson. LingoChunk is an app with episodes, transcripts, audio, vocabulary practice, and lessons.

In plain words
What is it for?
Use it to create lessons, worksheets, or quizzes from an episode or a selected time range, with a chosen CEFR language level.
Why use it?
It uses the learner's own sentences and word history, so the lesson is based on material they actually heard and are studying.

Skill for Claude CodeCodex

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

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.

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

Made for: Claude Code, Codex.

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-lesson

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-lesson.svg)](https://agentmods.dev/skills/lingochunk/mcp/lingochunk-lesson)
Your own site
<a href="https://agentmods.dev/skills/lingochunk/mcp/lingochunk-lesson"><img src="https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-lesson.svg" alt="Measured on agentmods" height="20"></a>
Per session 169 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,877 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00169 $0.06877
Opus 5 $0.00084 $0.03438
Sonnet 5 $0.00034 $0.01375
Haiku 4.5 $0.00017 $0.00688

Measured 4d ago against content hash 9f1f4302c8c1, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

lingochunk-lesson 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 4d 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-lesson/SKILL.md · 464 lines

How it starts

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

LingoChunk lesson builder

Build a lesson.v1 document grounded in the learner's real LingoChunk content. The division of labour is the point: LingoChunk supplies the materials (sentences with positions and translations, vocabulary with FSRS maturity) and renders the lesson natively in the app; you do the pedagogy on the user's own tokens. No server-side LLM spend. The app plays the audio straight from the original episode (never send or embed audio), resolves word knowledge live, links every word and sentence back to its Words/Listen tabs, and mounts an Ask AI tutor on the grammar box and glossary.

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

  • "Make me a lesson / worksheet / quiz from yesterday's episode."
  • "Build a lesson on the subjunctive using examples from my episodes."
  • "Create a lesson from the first five minutes of episode X."
  • "Quiz me on the words I'm learning in German."

Options to settle first (ask only what the user left open)

  1. Source: a named episode (list_library), or a topic/grammar point gathered across episodes (search_examples, get_vocabulary) - in v1 a lesson has ONE source episode, so for cross-episode topics pick the richest single episode.
  2. Time range: "the first five minutes" maps to get_transcript from_time/to_time; a chapter or scene works too. Default: a coherent 3 to 8 minute slice, not a whole 45-minute episode.
  3. Level: the CEFR level to pitch at. If the user does not say, infer it from the CEFR mix of their get_vocabulary(status=known) words and say which level you picked. Level drives:
    • instruction language: A1/A2 instructions in the learner's language; B1+ in the target language (keep them one short sentence);
    • exercise mix: more recognition (MCQ, matching) at low levels, more cued recall and production at high levels;
    • which grammar point qualifies (see below), glossary depth, and which archetypes you pick from the menu.

Read the full file on GitHub · 464 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 464 lines · 169 tokens per session scan A 9f1f4302c8c1

Subscribe to this mod's changes

lingochunk-lesson is a skill published in the GitHub repository lingochunk/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 169 tokens to every session and 6,877 once invoked, about $0.0008 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

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

learning-notes-automation

学习笔记自动化:视频/播客转录 → 知识点提取 → 闪卡生成 → 知识图谱更新。触发词:学习笔记、闪卡、Anki、知识提取、视频学习.

chubbyguan/chubbyskills · 58 tokens

frontmcp-guides

Tutorials, end-to-end walkthroughs, and complete reference projects for FrontMCP. Use when you want a getting-started guide, a full worked example, or to learn best practices by following a step-by-step build rather than a single API reference. Includes a beginner weather-API server (tool plus static resource, Zod…

agentfront/frontmcp · 157 tokens

create-skill

Create instruction-only skills that package knowledge and workflow guides for AI clients.

agentfront/frontmcp · 17 tokens