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.
npx skills add lingochunk/mcp --skill lingochunk-discussgit clone --depth 1 https://github.com/lingochunk/mcpWrote 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.
[](https://agentmods.dev/skills/lingochunk/mcp/lingochunk-discuss)<a href="https://agentmods.dev/skills/lingochunk/mcp/lingochunk-discuss"><img src="https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-discuss.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.00726 |
| Opus 5 | $0.00048 | $0.00363 |
| Sonnet 5 | $0.00019 | $0.00145 |
| Haiku 4.5 | $0.00010 | $0.00073 |
Grade A, and why
lingochunk-discuss 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 7d 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.
How it starts
The opening of the file, as written. The whole thing — 59 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Discuss an episode
A lightweight companion to lingochunk-lesson. Where that skill produces a
self-contained HTML file, this one is a conversation: sit with the learner and
work through a real episode from their LingoChunk library, using the tools to
stay grounded in their own content instead of inventing material.
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
- "Let's discuss the second half of yesterday's episode."
- "Talk me through this German dialogue."
- "Go through episode X with me and explain the tricky bits."
Workflow
-
Find the episode. If the user named it, resolve with
list_library(match on title). Confirm which part they want (a sentence range or a time window), so you fetch a slice, not a 45-minute transcript. -
Fetch the slice.
get_transcript(submission_id, from_sentence/to_sentence or from_time/to_time). Checktranscript_state: onlyreadyhas content. -
Work through it. Go sentence by sentence (or in small groups):
- Show the target-language sentence and its translation.
- Explain the grammar and any idioms in plain language.
- When a word matters, call
lookup_wordfor its meaning, gender and CEFR, and mention whether the user is already learning it (fromget_vocabulary) rather than guessing. Prioritiselearning/newwords; do not dwell on wordsget_vocabulary(status=known)shows they have mastered. - Offer to play a bit:
get_audio_urlstreams the passage (always available). On a local/plugin setup only,get_audio_clipcan save a short snippet to disk - skip it if the tool is not offered (remote clients do not have it).
-
Follow the learner. Answer their questions, look up more words on demand, pull related examples with
search_examples(lemma=...)when they ask "where else does this word come up". Keep it conversational.
Rules
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.
- 7d ago First seen · 59 lines · 96 tokens per session scan A c9600b8bb29d
lingochunk-discuss is a skill published in the GitHub repository lingochunk/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 96 tokens to every session and 726 once invoked, about $0.0005 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.
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".
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.
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…
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.
create-skill
Create instruction-only skills that package knowledge and workflow guides for AI clients.
notebooklm
This skill should be used when the user wants to query their Google NotebookLM notebooks for citation-backed, source-grounded answers, or manage notebooks, sources, and Studio content (audio, report, video, infographic, presentation, data table, flashcards, quiz, mind map). It drives the @roomi-fields/notebooklm-mcp…