lingochunk-annotate

lingochunk-annotate is a skill for Claude Code, Codex from lingochunk/mcp. It costs 107 tokens per session (2,088 once invoked), scanned A, original, MIT.

A LingoChunk tool for finding useful expressions in a language-learning episode and attaching short notes to the exact words or phrases. These can include idioms, phrasal verbs, collocations, and culture-specific references.

In plain words
What is it for?
Use it to annotate your own lessons, explain fixed phrases, and highlight language that students need more context to understand.
Why use it?
It helps learners understand phrases whose meaning cannot be worked out reliably word by word. The notes appear in LingoChunk’s existing listening experience for the episode owner and followers.

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-annotate
Any agent
npx skills add lingochunk/mcp --skill lingochunk-annotate
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-annotate

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-annotate.svg)](https://agentmods.dev/skills/lingochunk/mcp/lingochunk-annotate)
Your own site
<a href="https://agentmods.dev/skills/lingochunk/mcp/lingochunk-annotate"><img src="https://agentmods.dev/badge/skills/lingochunk/mcp/lingochunk-annotate.svg" alt="Measured on agentmods" height="20"></a>
Per session 107 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,088 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 $0.00107 $0.02088
Opus 5 $0.00053 $0.01044
Sonnet 5 $0.00021 $0.00418
Haiku 4.5 $0.00011 $0.00209

Measured 3d ago against content hash 4c50ada93b9a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lingochunk-annotate 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 3d 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-annotate/SKILL.md · 164 lines

How it starts

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

LingoChunk expression annotator

Read one of the creator's own episodes and mark the expressions a learner genuinely cannot decode word by word, attaching a short markdown note to each. LingoChunk keeps the transcript, timings and word analysis; the only work here is judgement (which spans are worth a note) and writing (a tight explanation for the creator's students). The app renders every note natively: the owner sees an iris tint on the span plus the note in a bottom sheet, and followers of the collection get the note as a forward-only card. No new audio, no UI to build.

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

  • "Find the useful expressions in this episode and annotate them."
  • "Highlight the idioms and phrasal verbs in episode X."
  • "Add creator notes to my lesson so my students get the phrasing, not just the words."
  • "Go through this recording and explain the fixed phrases."

Who and what this is for

  • Owner + creator tier only. Every annotation endpoint is owner-scoped; an episode the user does not own is a 404. Creating notes needs the annotations:write scope (edit-transcripts feature); reading needs content:read. The user's data never goes to any other service.
  • Write for the students, not the creator. These notes become follower cards and the owner's own study sheet. Pitch them as if teaching a learner who is a level below the episode's audience, not as notes-to-self.

What counts as a useful expression (annotate these)

Annotate a span only when a learner who knows the individual words would still miss the meaning:

  • Idioms and figurative phrases ("den Ball flach halten", "hit the nail on the head").
  • Phrasal verbs whose meaning is not the sum of the parts ("give up", "auf jemanden zugehen").
  • Strong collocations and fixed phrases the learner should learn as a unit ("make a decision" not "do a decision"; "eine Entscheidung treffen").
  • Discourse markers and fillers doing real conversational work ("doch", "na ja", "I mean", "you know") - the ones that steer the turn, not literal content.
  • Culture-bound references a learner cannot look up word by word (a TV show, an institution, a local custom named in passing).

Read the full file on GitHub · 164 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. 3d ago First seen · 164 lines · 107 tokens per session scan A 4c50ada93b9a

Subscribe to this mod's changes

lingochunk-annotate is a skill published in the GitHub repository lingochunk/mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 107 tokens to every session and 2,088 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.

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

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…

roomi-fields/notebooklm-mcp · 118 tokens

local-rag-search

Efficiently perform web searches using the mcp-local-rag server with semantic similarity ranking. Use this skill when you need to search the web for current information, research topics across multiple sources, or gather context from the internet without using external APIs. This skill teaches effective use of…

nkapila6/mcp-local-rag · 80 tokens